| 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 |
| sandboxMode — Property, class com.distriqt.extension.pushnotifications.Service |
|
For use with iOS testing, you should enable this flag (true) to set the sandbox mode
for the various services. |
| SELECTED — Constant Static Property, class com.distriqt.extension.pushnotifications.events.InAppMessagingEvent |
|
Dispatched when an in app message action is selected (clicked) by the user
|
| sendTag(key:String, value:String) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Tag a user based on an app event/property of your choosing to target these users. |
| sendTags(tags:Object) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Tag a user based on an app event/property of your choosing to target these users. |
| service — Static Property, class com.distriqt.extension.pushnotifications.PushNotifications |
|
The singleton instance of the PushNotifications class. |
| Service — class, package com.distriqt.extension.pushnotifications |
|
Represents a service configuration
|
| Service(type:String, serviceId:String) — Constructor, class com.distriqt.extension.pushnotifications.Service |
|
Constructor
|
| serviceId — Property, class com.distriqt.extension.pushnotifications.Service |
|
A service specific identifier or reference. |
| serviceKey — Property, class com.distriqt.extension.pushnotifications.Service |
|
If required by the service this will be a secondary piece of configuration
information, such as an access key or a signature. |
| setBadgeNumber(number:int) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Sets the badge number for the application icon
Support:
iOS
Android: Limited, see documentation
|
| setDescription(description:String) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
Sets the user visible description of this channel. |
| setDestructive(destructive:Boolean) — method, class com.distriqt.extension.pushnotifications.builders.ActionBuilder |
|
If true this action will indicate its destructive nature
by making the action red. |
| setGroup(groupId:String) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
Sets what group this channel belongs to. |
| setIcon(icon:String) — method, class com.distriqt.extension.pushnotifications.builders.ActionBuilder |
|
A custom icon resource name, eg: ic_stat_distriqt_default
These custom resources must be packaged along with your application. |
| setId(channelId:String) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
The id of the channel. |
| setIdentifier(identifier:String) — method, class com.distriqt.extension.pushnotifications.builders.ActionBuilder |
|
The unique identifier to use for this notification action,
which will be returned with events. |
| setIdentifier(identifier:String) — method, class com.distriqt.extension.pushnotifications.builders.CategoryBuilder |
|
Sets the unique identifier to use for the category. |
| setImportance(importance:int) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
Sets the level of interruption of this notification channel. |
| setLocationShared(locationShared:Boolean) — method, class com.distriqt.extension.pushnotifications.Service |
|
Sets the value of locationShared
|
| setName(name:String) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
Sets the user visible name of this channel. |
| setNotificationsWhenActive(enableNotificationsWhenActive:Boolean) — method, class com.distriqt.extension.pushnotifications.Service |
|
Sets the value of enableNotificationsWhenActive
|
| setRequiresUserPrivacyConsent(requiresUserPrivacyConsent:Boolean) — method, class com.distriqt.extension.pushnotifications.Service |
|
Sets the value of requiresUserPrivacyConsent
|
| setServiceId(serviceId:String) — method, class com.distriqt.extension.pushnotifications.Service |
|
Sets the value of serviceId
|
| setServiceKey(serviceKey:String) — method, class com.distriqt.extension.pushnotifications.Service |
|
Sets the value of serviceKey
|
| setShouldCancelOnAction(shouldCancelOnAction:Boolean) — method, class com.distriqt.extension.pushnotifications.builders.ActionBuilder |
|
If true selection of this action will clear the notification
from the notification area. |
| setShouldRequestCriticalAlerts(shouldRequestCriticalAlerts:Boolean) — method, class com.distriqt.extension.pushnotifications.Service |
|
Enable authorisation request for critical alerts. |
| setShowBadge(enabled:Boolean) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
Sets whether notifications posted to this channel can appear as application icon badges in a Launcher. |
| setSound(sound:String) — method, class com.distriqt.extension.pushnotifications.builders.ChannelBuilder |
|
Set the sound to play when a notification is displayed in this channel. |
| setTitle(title:String) — method, class com.distriqt.extension.pushnotifications.builders.ActionBuilder |
|
The title or label to place on the button representing this action
|
| setup(service:com.distriqt.extension.pushnotifications:Service) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Sets up the service configuration
|
| setUserId(userId:String, authHash:String) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
This allows you to associate a custom identifier with your user. |
| setWillLaunchApplication(willLaunchApplication:Boolean) — method, class com.distriqt.extension.pushnotifications.builders.ActionBuilder |
|
If true this action will launch your application. |
| shouldCancelOnAction — Property, class com.distriqt.extension.pushnotifications.actions.Action |
|
If true selection of this action will clear the notification
from the notification area. |
| SHOULD_EXPLAIN — Constant Static Property, class com.distriqt.extension.pushnotifications.AuthorisationStatus |
|
This status means that the user has previously denied access. |
| shouldRequestCriticalAlerts — Property, class com.distriqt.extension.pushnotifications.Service |
|
Whether authorisation for critical alerts should be requested. |
| sound — Property, class com.distriqt.extension.pushnotifications.channels.Channel |
| |
| startup — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationEvent |
|
If true this notification was clicked to start the application
|
| startup — Property, class com.distriqt.extension.pushnotifications.events.PushNotificationGroupEvent |
|
If true this notification was clicked to start the application
|
| status — Property, class com.distriqt.extension.pushnotifications.events.AuthorisationEvent |
|
The new authorisation status
|
| subscribeToTopic(topic:String) — method, class com.distriqt.extension.pushnotifications.PushNotifications |
|
Subscribe the current client to the specified topic
|
|
| 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 |