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
/
APNSPayload
/
APS
APS
class
APS
:
PushPayloadSerializer
Members
Constructors
APS
Link copied to clipboard
constructor
(
)
Properties
alert
Link copied to clipboard
var
alert
:
Any
?
badge
Link copied to clipboard
var
badge
:
Int
?
sound
Link copied to clipboard
var
sound
:
String
?
Functions
to
Map
Link copied to clipboard
open
override
fun
toMap
(
)
:
Map
<
String
,
Any
>