kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.settings
/
NotificationsDataSDK
Notifications
Data
SDK
@
Serializable
data
class
NotificationsDataSDK
(
val
tabNotification
:
Boolean
?
,
val
soundNotification
:
Boolean
?
,
val
bubbleNotification
:
Boolean
?
,
val
usePushGreetings
:
Boolean
?
,
val
pushGreetings
:
List
<
NotificationsPushGreetingsDataSDK
>
?
)
Members
Constructors
Notifications
Data
SDK
Link copied to clipboard
constructor
(
tabNotification
:
Boolean
?
,
soundNotification
:
Boolean
?
,
bubbleNotification
:
Boolean
?
,
usePushGreetings
:
Boolean
?
,
pushGreetings
:
List
<
NotificationsPushGreetingsDataSDK
>
?
)
Properties
bubble
Notification
Link copied to clipboard
@
SerialName
(
value
=
"bubble_notification"
)
val
bubbleNotification
:
Boolean
?
push
Greetings
Link copied to clipboard
@
SerialName
(
value
=
"push_greetings"
)
val
pushGreetings
:
List
<
NotificationsPushGreetingsDataSDK
>
?
sound
Notification
Link copied to clipboard
@
SerialName
(
value
=
"sound_notification"
)
val
soundNotification
:
Boolean
?
tab
Notification
Link copied to clipboard
@
SerialName
(
value
=
"tab_notification"
)
val
tabNotification
:
Boolean
?
use
Push
Greetings
Link copied to clipboard
@
SerialName
(
value
=
"use_push_greetings"
)
val
usePushGreetings
:
Boolean
?