initialize
abstract fun initialize(applicationContext: Context, applicationId: String, applicationSecret: String)
Content copied to clipboard
Initialize the SDK with your application key and your application secret that you can get on the Rainbow hub.
Parameters
applicationContext
Context Your context
applicationId
String The identifier of your application
applicationSecret
String The secret key of your application
abstract fun initialize(applicationContext: Context, applicationId: String, applicationSecret: String, notificationFactory: INotificationFactory?)
Content copied to clipboard
Initialize the SDK with your application key and your application secret that you can get on the Rainbow hub.
Parameters
applicationContext
Context Your context
applicationId
String The identifier of your application
applicationSecret
String The secret key of your application
notificationFactory
INotificationFactory An Application implementation of INotificationFactory to get notifications