| 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 |
| icon — Property, class com.distriqt.extension.pushnotifications.actions.Action |
|
A custom icon resource name, eg: ic_stat_distriqt_default
These custom resources must be packaged along with your application. |
| id — Property, class com.distriqt.extension.pushnotifications.channels.Channel |
| |
| id — Property, class com.distriqt.extension.pushnotifications.channels.ChannelGroup |
| |
| identifier — Property, class com.distriqt.extension.pushnotifications.actions.Action |
|
This value is used to identify this action and is returned in events
associated with actions on a notification. |
| identifier — Property, class com.distriqt.extension.pushnotifications.actions.Category |
|
A unique identifier for this category. |
| identifier — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationEvent |
|
The identifier of the action that was selected by the user
May be null if there is no action associated with this event
|
| implementation — Property, class com.distriqt.extension.pushnotifications.PushNotifications |
|
The implementation currently in use. |
| importance — Property, class com.distriqt.extension.pushnotifications.channels.Channel |
| |
| IMPORTANCE_DEFAULT — Constant Static Property, class com.distriqt.extension.pushnotifications.channels.Channel |
|
Default notification importance: shows everywhere, makes noise, but does not visually intrude. |
| IMPORTANCE_HIGH — Constant Static Property, class com.distriqt.extension.pushnotifications.channels.Channel |
|
Higher notification importance: shows everywhere, makes noise and peeks. |
| IMPORTANCE_LOW — Constant Static Property, class com.distriqt.extension.pushnotifications.channels.Channel |
|
Low notification importance: shows everywhere, but is not intrusive
|
| IMPORTANCE_MAX — Constant Static Property, class com.distriqt.extension.pushnotifications.channels.Channel |
|
Unused
|
| IMPORTANCE_MIN — Constant Static Property, class com.distriqt.extension.pushnotifications.channels.Channel |
|
Min notification importance: only shows in the shade, below the fold. |
| IMPORTANCE_NONE — Constant Static Property, class com.distriqt.extension.pushnotifications.channels.Channel |
|
A notification with no importance: does not show in the shade. |
| IMPRESSION — Constant Static Property, class com.distriqt.extension.pushnotifications.events.InAppMessagingEvent |
|
Dispatched when an in app message impression is detected
Not all services will dispatch this event. |
| InAppMessageAction — class, package com.distriqt.extension.pushnotifications.inappmessaging |
| |
| InAppMessageAction() — Constructor, class com.distriqt.extension.pushnotifications.inappmessaging.InAppMessageAction |
| |
| inAppMessaging — Property, class com.distriqt.extension.pushnotifications.PushNotifications |
| |
| InAppMessaging — Interface, package com.distriqt.extension.pushnotifications.inappmessaging |
|
This represents the interface In-App Messaging functionality. |
| InAppMessagingEvent — class, package com.distriqt.extension.pushnotifications.events |
| |
| InAppMessagingEvent(type:String, action:com.distriqt.extension.pushnotifications.inappmessaging:InAppMessageAction, data:Object, error:Error, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.pushnotifications.events.InAppMessagingEvent |
| |
| init(key:String) — Static Method , class com.distriqt.extension.pushnotifications.PushNotifications |
|
Initialises the extension class for use with the provided key. |
| isServiceSupported(serviceType:String) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Checks if the specified service type is supported on the
current device. |
| isSupported — Static Property, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Whether the platform supports push notifications
|
| isSupported — Property, interface com.distriqt.extension.pushnotifications.inappmessaging.InAppMessaging |
|
Returns true if the current service supports InApp Messaging
|
|
| 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 |