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: Stringandroid application id |
| appVersion | val appVersion: String |
| deviceId | val deviceId: String?unique device identifier, empty string will be sent if not set |
| endpointUrl | val endpointUrl: Stringurl which sdk will send analytics to |
| privateKey | val privateKey: StringRS256 private to sign requests |