Skip to main content
PFPushNotificationsPushNotificationPackage data model.

Syntax

Members

badge   int32_t Numerical badge to display on App icon (iOS only). customData   const char*
is null-terminated
(Optional) This must be a JSON formatted object. For use with developer-created custom Push Notification plugins. icon   const char*
is null-terminated
(Optional) Icon file to display with the message (Not supported for iOS). message   const char*
is null-terminated
Content of the message (all platforms). sound   const char*
is null-terminated
(Optional) Sound file to play with the message (all platforms). title   const char*
is null-terminated
Title/Subject of the message. Not supported for iOS.

Requirements

Header: PFPushNotificationsTypes.h

See also

PFPushNotificationsTypes members
Last modified on August 31, 2026