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()}.
120
+
*
121
+
* @param context Android context for initializations. Does not get cached.
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()}.
119
135
*
120
136
* @param context Android context for initializations. Does not get cached.
121
137
* @param signatureProvider A signature provider. Needed if using signed uploads.
* 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()}.
168
+
*
169
+
* @param context Android context for initializations. Does not get cached.
170
+
* @param provider A signature provider. Needed if using signed uploads.
171
+
* @param config Cloudinary configuration parameters. If not supplied a cloudinary-url metadata must exist in the manifest.
Copy file name to clipboardExpand all lines: sample-signed/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Once you clone this repository you need to open the advanced-samples folder (not
9
9
* Once you open the project a file named `gradle-local.properies` should be automatically created in the repository root (you can manually create it if it's not there). Note: This file is ignored by git and should never be checked in.
10
10
* The file should contain a single property with your cloudinary url, stripped to cloud name only: `cloudinary.url=cloudinary://@myCloudName`
11
11
* Run `./gradlew clean` (`gradlew clean` on Windows) from the repository root before proceeding.
12
-
2. Configure the full credentials for the backend module. The best practice is to create an environment variable wtih your Cloudinary credentials:
12
+
2. Configure the full credentials for the backend module. The best practice is to create an environment variable with your Cloudinary credentials:
0 commit comments