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 |
register() — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Registers this device with the push notification service. |
REGISTER_FAILED — Constant Static Property, class com.distriqt.extension.pushnotifications.events.RegistrationEvent |
|
Dispatched when the registration process fails. |
REGISTERING — Constant Static Property, class com.distriqt.extension.pushnotifications.events.RegistrationEvent |
|
This event is dispatched when the service is attempting to register
|
REGISTER_SUCCESS — Constant Static Property, class com.distriqt.extension.pushnotifications.events.RegistrationEvent |
|
Dispatched on successful registration with the server
The call to getDeviceToken will now return a valid registration id. |
registration:error — Event, class com.distriqt.extension.pushnotifications.PushNotifications |
| |
registration:register:failed — Event, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Dispatched when the registration process fails
|
registration:register:success — Event, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Dispatched on successful registration with the server
|
registration:registering — Event, class com.distriqt.extension.pushnotifications.PushNotifications |
|
This event is dispatched when the service is attempting to register
|
registration:unregistered — Event, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Dispatched when the service has unregistered from the server
|
RegistrationEvent — class, package com.distriqt.extension.pushnotifications.events |
|
Fired when an event has occurred in the extension regarding registration. |
RegistrationEvent(type:String, data:String, errorCode:int, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.pushnotifications.events.RegistrationEvent |
|
Constructor
|
removeTrigger(name:String) — method, interface com.distriqt.extension.pushnotifications.inappmessaging.InAppMessaging |
|
Remove a value that has previously be added for a trigger
|
removeUserId() — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Allows you to disassociate a custom user identifier from your application with
the notification service identifier. |
requestAuthorisation() — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
This function triggers the authorisation request dialog. |
requiresUserPrivacyConsent — Property, class com.distriqt.extension.pushnotifications.Service |
|
Lets your app require the user's privacy consent before it will initialize. |
|
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 |