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
/
NotificationsPushGreetingsDataSDK
Notifications
Push
Greetings
Data
SDK
@
Serializable
data
class
NotificationsPushGreetingsDataSDK
(
val
enabled
:
Map
<
String
,
Boolean
>
?
,
val
title
:
Map
<
String
,
String
>
?
,
val
url
:
String
?
,
val
message
:
Map
<
String
,
String
>
?
,
val
autopopupTime
:
Int
?
)
Members
Constructors
Notifications
Push
Greetings
Data
SDK
Link copied to clipboard
constructor
(
enabled
:
Map
<
String
,
Boolean
>
?
,
title
:
Map
<
String
,
String
>
?
,
url
:
String
?
,
message
:
Map
<
String
,
String
>
?
,
autopopupTime
:
Int
?
)
Properties
autopopup
Time
Link copied to clipboard
@
SerialName
(
value
=
"autopopup_time"
)
val
autopopupTime
:
Int
?
enabled
Link copied to clipboard
val
enabled
:
Map
<
String
,
Boolean
>
?
message
Link copied to clipboard
val
message
:
Map
<
String
,
String
>
?
title
Link copied to clipboard
val
title
:
Map
<
String
,
String
>
?
url
Link copied to clipboard
val
url
:
String
?