NotificationsDataSDK

@Serializable
data class NotificationsDataSDK(val tabNotification: Boolean?, val soundNotification: Boolean?, val bubbleNotification: Boolean?, val usePushGreetings: Boolean?, val pushGreetings: List<NotificationsPushGreetingsDataSDK>?)

Constructors

Link copied to clipboard
constructor(tabNotification: Boolean?, soundNotification: Boolean?, bubbleNotification: Boolean?, usePushGreetings: Boolean?, pushGreetings: List<NotificationsPushGreetingsDataSDK>?)

Properties

Link copied to clipboard
@SerialName(value = "bubble_notification")
val bubbleNotification: Boolean?
Link copied to clipboard
@SerialName(value = "push_greetings")
val pushGreetings: List<NotificationsPushGreetingsDataSDK>?
Link copied to clipboard
@SerialName(value = "sound_notification")
val soundNotification: Boolean?
Link copied to clipboard
@SerialName(value = "tab_notification")
val tabNotification: Boolean?
Link copied to clipboard
@SerialName(value = "use_push_greetings")
val usePushGreetings: Boolean?