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  
action — Property, class com.distriqt.extension.pushnotifications.events.InAppMessagingEvent
The action related to the in app message that resulted in this event.
Action — class, package com.distriqt.extension.pushnotifications.actions
Represents a possible quick action that a user can perform on a notification You should not construct this class directly but instead use the ActionBuilder
Action() — Constructor, class com.distriqt.extension.pushnotifications.actions.Action
Constructor
ACTION — Constant Static Property, class com.distriqt.extension.pushnotifications.events.PushNotificationEvent
Dispatched when a user selects an action on a notification.
ActionBuilder — class, package com.distriqt.extension.pushnotifications.builders
This Builder is a utility class to construct a notification action.
ActionBuilder() — Constructor, class com.distriqt.extension.pushnotifications.builders.ActionBuilder
Constructor
actions — Property, class com.distriqt.extension.pushnotifications.actions.Category
A vector array of Action's to associate with this notification category.
addAction(action:com.distriqt.extension.pushnotifications.actions:Action) — method, class com.distriqt.extension.pushnotifications.builders.CategoryBuilder
An action to add to this category.
addCategory(category:com.distriqt.extension.pushnotifications.actions:Category) — method, class com.distriqt.extension.pushnotifications.Service
Add a category
addChannel(channel:com.distriqt.extension.pushnotifications.channels:Channel) — method, class com.distriqt.extension.pushnotifications.Service
Add a channel
addChannelGroup(group:com.distriqt.extension.pushnotifications.channels:ChannelGroup) — method, class com.distriqt.extension.pushnotifications.Service
Add a channel group
addTrigger(name:String, value:String) — method, interface com.distriqt.extension.pushnotifications.inappmessaging.InAppMessaging
Manually add a trigger which can cause an in-app message to be presented to the user.
APNS — Constant Static Property, class com.distriqt.extension.pushnotifications.Service
Apple Push Notification Service iOS only
applicationState — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationEvent
The state of the application when the notification was received.
applicationState — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent
The state of the application when the notification was received.
authorisation:changed — Event, class com.distriqt.extension.pushnotifications.PushNotifications
AuthorisationEvent — class, package com.distriqt.extension.pushnotifications.events
AuthorisationEvent(type:String, status:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.pushnotifications.events.AuthorisationEvent
Constructor
authorisationStatus() — method, class com.distriqt.extension.pushnotifications.PushNotifications
Returns the current authorisation status of the device.
AuthorisationStatus — class, package com.distriqt.extension.pushnotifications
This class lists the possible values of the authorisation status
AuthorisationStatus() — Constructor, class com.distriqt.extension.pushnotifications.AuthorisationStatus
Constructor
AUTHORISED — Constant Static Property, class com.distriqt.extension.pushnotifications.AuthorisationStatus
User has authorised this application to display notifications
AZURE — Constant Static Property, class com.distriqt.extension.pushnotifications.Service
Microsoft Azure Notification Hub
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