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 |
GCM — Constant Static Property, class com.distriqt.extension.pushnotifications.Service |
|
Google Cloud Messaging
|
getDeviceToken() — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Returns the deviceToken or registration ID value of a
currently registered device from the notification service
This value has slightly different terminology on each of the services,
as below:
"device token" with APNS;
"registration id" with Android GCM;
"instance token" with FCM.
The value unique identifies this device. |
getServiceToken() — method, class com.distriqt.extension.pushnotifications.PushNotifications |
| |
getTags() — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Retrieve a list of tags that have been set on the user from the service. |
GET_TAGS_COMPLETE — Constant Static Property, class com.distriqt.extension.pushnotifications.events.TagEvent |
|
Dispatched when the tags for the current user have been retrieved from the service. |
GET_TAGS_ERROR — Constant Static Property, class com.distriqt.extension.pushnotifications.events.TagEvent |
|
Dispatched if there was an error retrieving the tags
|
groupId — Property, class com.distriqt.extension.pushnotifications.channels.Channel |
| |
groupKey — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent |
|
The name of the notification group associated with this event
|
GROUP_SELECTED — Constant Static Property, class com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent |
|
Dispatched when a group notification is selected
Android only
|
|
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 |