A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
payload — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationEvent
The payload of the notification.
payloads — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent
The array of the payload strings associated with each individual event that is part of this group.
provideUserConsent(granted:Boolean) — method, class com.distriqt.extension.pushnotifications.PushNotifications
If your Service is set to require the user's privacy consent and the service supports this functionality, you can provide this consent using this method.
pushnotification:action — Event, class com.distriqt.extension.pushnotifications.PushNotifications
This event is dispatched when the user clicks on a notification action
pushnotification:error — Event, class com.distriqt.extension.pushnotifications.PushNotifications
An error has occurred
pushnotification:group:selected — Event, class com.distriqt.extension.pushnotifications.PushNotifications
This event is dispatched when the user clicks on a group notification
pushnotification:notification — Event, class com.distriqt.extension.pushnotifications.PushNotifications
A Notification was received
pushnotification:notification:selected — Event, class com.distriqt.extension.pushnotifications.PushNotifications
This event is dispatched when the user clicks on a notification
PushNotificationEvent — class, package com.distriqt.extension.pushnotifications.events
PushNotificationEvent(type:String, payload:String, applicationState:String, startup:Boolean, identifier:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.pushnotifications.events.PushNotificationEvent
Constructor
PushNotificationGroupEvent — class, package com.distriqt.extension.pushnotifications.events
Group notification related events
PushNotificationGroupEvent(type:String, groupKey:String, payloads:Array, applicationState:String, startup:Boolean, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent
Constructor
PushNotifications — class, package com.distriqt.extension.pushnotifications
This class is the Push Notifications Native Extension interface.
PushNotifications() — Constructor, class com.distriqt.extension.pushnotifications.PushNotifications
Class Constructor
PUSHY — Constant Static Property, class com.distriqt.extension.pushnotifications.Service
Pushy notification service : https://pushy.me
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z