pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.push.payload
/
PushPayloadHelper
/
FCMPayloadV2
/
Notification
Notification
class
Notification
:
PushPayloadSerializer
Members
Constructors
Notification
Link copied to clipboard
constructor
(
)
Properties
body
Link copied to clipboard
var
body
:
String
?
image
Link copied to clipboard
var
image
:
String
?
title
Link copied to clipboard
var
title
:
String
?
Functions
to
Map
Link copied to clipboard
open
override
fun
toMap
(
)
:
Map
<
String
,
Any
>