radattribution-sdk-android / com.rakuten.attribution.sdk / Configuration
data class Configuration
A type that provides an ability to configure SDK
Name | Summary |
---|---|
<init> | Configuration(appId: String , appVersion: String , privateKey: String , endpointUrl: String , deviceId: String ? = null) A type that provides an ability to configure SDK |
Name | Summary |
---|---|
appId | val appId: String android application id |
appVersion | val appVersion: String |
deviceId | val deviceId: String ? unique device identifier, empty string will be sent if not set |
endpointUrl | val endpointUrl: String url which sdk will send analytics to |
privateKey | val privateKey: String RS256 private to sign requests |