repositories
section of the settings.gradle
file of your Android application. Replace the YOUR_CLOUDSMITH_TOKEN
text with the CloudSmith token for partners provided to you by Keyless.dependencies
block of your project build.gradle
file, typically app/build.gradle
.android
block of the same fileYOUR_CLOUDSMITH_TOKEN
with the Cloudsmith token for partners provided you by Keyless.Podfile
pod
prompts you for authentication insert the string token
as your username and then fill in YOUR_CLOUDSMITH_TOKEN
as the password.
Application
class:MainActivity
, ViewModel
or any class you use to communicate with Keyless
.configure
is asynchronous so wait for the completion callback before calling the nexts Keyless APIs configure
method requires aSetupConfiguration
as parameter. You should listen to the result as follows:Keyless.Configuration
and pass it to the Keyless.configure
method, typically this in done in your app’s application(:didFinishLaunchingWithOptions: method:).