toggle menu
PushPushGo SDK
androidJvm
switch theme
search in API
PushPushGo SDK
/
com.pushpushgo.sdk.dto
/
PPGoNotification
PPGo
Notification
data
class
PPGoNotification
(
val
title
:
String
?
,
val
body
:
String
?
,
val
priority
:
Int
=
0
,
val
campaignId
:
String
,
val
redirectLink
:
String
?
)
Members
Constructors
PPGo
Notification
Link copied to clipboard
constructor
(
title
:
String
?
,
body
:
String
?
,
priority
:
Int
=
0
,
campaignId
:
String
,
redirectLink
:
String
?
)
Properties
body
Link copied to clipboard
val
body
:
String
?
campaign
Id
Link copied to clipboard
val
campaignId
:
String
priority
Link copied to clipboard
val
priority
:
Int
=
0
redirect
Link
Link copied to clipboard
val
redirectLink
:
String
?
title
Link copied to clipboard
val
title
:
String
?