AttachUserVariables

data class AttachUserVariables(val pushNotificationEnvironment: String = if (BuildConfig.DEBUG) "development" else "production", val pushNotificationProvider: String = "android")

Constructors

Link copied to clipboard
constructor(pushNotificationEnvironment: String = if (BuildConfig.DEBUG) "development" else "production", pushNotificationProvider: String = "android")

Properties

Link copied to clipboard
@SerializedName(value = "push_notification_environment")
val pushNotificationEnvironment: String
Link copied to clipboard
@SerializedName(value = "push_notification_provider")
val pushNotificationProvider: String