Marketing Cloud SDK / com.salesforce.marketingcloud.registration / Registration

Registration

data class Registration

Properties

appId

val appId: String

appVersion

val appVersion: String

attributes

val attributes: Map<String, String>

contactKey

val contactKey: String?

deviceId

val deviceId: String

dst

val dst: Boolean

hwid

val hwid: String

locale

val locale: String

locationEnabled

val locationEnabled: Boolean

platform

val platform: String

platformVersion

val platformVersion: String

proximityEnabled

val proximityEnabled: Boolean

pushEnabled

val pushEnabled: Boolean

sdkVersion

val sdkVersion: String

signedString

val signedString: String?

systemToken

val systemToken: String?

tags

val tags: Set<String>

timeZone

val timeZone: Int

Functions

appId

fun appId(): String

appVersion

fun appVersion(): String

attributes

fun attributes(): Map<String, String>

contactKey

fun contactKey(): String?

deviceId

fun deviceId(): String

hwid

fun hwid(): String

locale

fun locale(): String

locationEnabled

fun locationEnabled(): Boolean

platform

fun platform(): String

platformVersion

fun platformVersion(): String

proximityEnabled

fun proximityEnabled(): Boolean

pushEnabled

fun pushEnabled(): Boolean

sdkVersion

fun sdkVersion(): String

signedString

fun signedString(): String?

systemToken

fun systemToken(): String?

tags

fun tags(): Set<String>

timeZone

fun timeZone(): Int