RakutenAdvertisingAttribution-Android-SDK

radattribution-sdk-android / com.rakuten.attribution.sdk / Configuration

Configuration

data class Configuration

A type that provides an ability to configure SDK

Constructors

Name Summary
<init> Configuration(appId: String, appVersion: String, privateKey: String, endpointUrl: String, deviceId: String? = null)
A type that provides an ability to configure SDK

Properties

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