Interface: IPushNotificationEventData¶
Provides event data for push notification events, such as: OnReceiveForegroundNotification, OnReceiveNotificationResponse, OnReceiveFetchCompletion.
Hierarchy¶
-
IPushNotificationEventData
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
Readonly body¶
• body: string
Retrieves the notification body text.
Readonly completionHandler¶
• completionHandler: any
Retrieves the completion handler callback, if available.
Readonly payload¶
• payload: any
Retrieves the full notification payload.
Readonly title¶
• title: string
Retrieves the notification title.