Represents the payload of an APNs message. Mainly consists of the aps
dictionary. But may also contain other arbitrary custom keys.
Signature:
export interface ApnsPayload
Properties
Property | Type | Description |
---|---|---|
aps | Aps | The aps dictionary to be included in the message. |
ApnsPayload.aps
The aps
dictionary to be included in the message.
Signature:
aps: Aps;