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
/
NotificationServiceRequestModel
Notification
Service
Request
Model
@
Serializable
data
class
NotificationServiceRequestModel
(
var
notificationToken
:
String
,
var
bundleId
:
String
=
"no.kindly.chatsdk.chat"
,
var
isProduction
:
Boolean
=
true
)
Members
Constructors
Notification
Service
Request
Model
Link copied to clipboard
constructor
(
notificationToken
:
String
,
bundleId
:
String
=
"no.kindly.chatsdk.chat"
,
isProduction
:
Boolean
=
true
)
Properties
bundle
Id
Link copied to clipboard
@
SerialName
(
value
=
"bundle_id"
)
var
bundleId
:
String
is
Production
Link copied to clipboard
@
SerialName
(
value
=
"production"
)
var
isProduction
:
Boolean
notification
Token
Link copied to clipboard
@
SerialName
(
value
=
"notification_token"
)
var
notificationToken
:
String