You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Setup the library with the required parameters. A flavor of init() must be called once before CldAndroid can be used, preferably in an implementation of {@link Application#onCreate()}.
100
+
* Setup the library with the required parameters. A flavor of init() must be called once before MediaManager can be used, preferably in an implementation of {@link Application#onCreate()}.
101
101
*
102
102
* @param context Android context for initializations. Does not get cached.
* Setup the library with the required parameters. A flavor of init() must be called once before CldAndroid can be used, preferably in an implementation of {@link Application#onCreate()}.
109
+
* Setup the library with the required parameters. A flavor of init() must be called once before MediaManager can be used, preferably in an implementation of {@link Application#onCreate()}.
110
110
*
111
111
* @param context Android context for initializations. Does not get cached.
112
112
* @param config Cloudinary configuration parameters. If not supplied a cloudinary-url metadata must exist in the manifest.
* Setup the library with the required parameters. A flavor of init() must be called once before CldAndroid can be used, preferably in an implementation of {@link Application#onCreate()}.
119
+
* Setup the library with the required parameters. A flavor of init() must be called once before MediaManager can be used, preferably in an implementation of {@link Application#onCreate()}.
120
120
*
121
121
* @param context Android context for initializations. Does not get cached.
122
122
* @param config Cloudinary configuration parameters. If not supplied a cloudinary-url metadata must exist in the manifest.
* Setup the library with the required parameters. A flavor of init() must be called once before CldAndroid can be used, preferably in an implementation of {@link Application#onCreate()}.
134
+
* Setup the library with the required parameters. A flavor of init() must be called once before MediaManager can be used, preferably in an implementation of {@link Application#onCreate()}.
135
135
*
136
136
* @param context Android context for initializations. Does not get cached.
137
137
* @param signatureProvider A signature provider. Needed if using signed uploads.
@@ -141,30 +141,30 @@ public static void init(@NonNull Context context, @Nullable SignatureProvider si
141
141
}
142
142
143
143
/**
144
-
* Setup the library with the required parameters. A flavor of init() must be called once before CldAndroid can be used, preferably in an implementation of {@link Application#onCreate()}.
144
+
* Setup the library with the required parameters. A flavor of init() must be called once before MediaManager can be used, preferably in an implementation of {@link Application#onCreate()}.
145
145
*
146
146
* @param context Android context for initializations. Does not get cached.
147
147
* @param provider A signature provider. Needed if using signed uploads.
148
148
* @param config Cloudinary configuration parameters. If not supplied a cloudinary-url metadata must exist in the manifest.
thrownewIllegalStateException("CldAndroid is already initialized");
161
+
thrownewIllegalStateException("MediaManager is already initialized");
162
162
}
163
163
}
164
164
}
165
165
166
166
/**
167
-
* Setup the library with the required parameters. A flavor of init() must be called once before CldAndroid can be used, preferably in an implementation of {@link Application#onCreate()}.
167
+
* Setup the library with the required parameters. A flavor of init() must be called once before MediaManager can be used, preferably in an implementation of {@link Application#onCreate()}.
168
168
*
169
169
* @param context Android context for initializations. Does not get cached.
170
170
* @param provider A signature provider. Needed if using signed uploads.
0 commit comments