PushPushGo SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
PushPushGo SDK
PushPushGo SDK
/
com.pushpushgo.sdk.dto
Package-level
declarations
Types
Types
PPGo
Notification
Link copied to clipboard
data
class
PPGoNotification
(
val
title
:
String
?
,
val
body
:
String
?
,
val
priority
:
Int
=
0
,
val
campaignId
:
String
,
val
redirectLink
:
String
?
)