NotificationServiceRequestModel

@Serializable
data class NotificationServiceRequestModel(var notificationToken: String, var bundleId: String = "no.kindly.chatsdk.chat", var isProduction: Boolean = true)

Constructors

Link copied to clipboard
constructor(notificationToken: String, bundleId: String = "no.kindly.chatsdk.chat", isProduction: Boolean = true)

Properties

Link copied to clipboard
@SerialName(value = "bundle_id")
var bundleId: String
Link copied to clipboard
@SerialName(value = "production")
var isProduction: Boolean
Link copied to clipboard
@SerialName(value = "notification_token")
var notificationToken: String