Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
Action | com.distriqt.extension.notifications.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 | |
ActionBuilder | com.distriqt.extension.notifications.builders | This Builder is a utility class to construct a notification action. | |
AuthorisationEvent | com.distriqt.extension.notifications.events | ||
AuthorisationStatus | com.distriqt.extension.notifications | This class lists the possible values of the authorisation status | |
Category | com.distriqt.extension.notifications.actions | A category represents a group of actions that can be applied to a notification by setting the category in the notification payload. | |
CategoryBuilder | com.distriqt.extension.notifications.builders | This Builder is a utility class to construct a notification category. | |
Channel | com.distriqt.extension.notifications.channels | ||
ChannelBuilder | com.distriqt.extension.notifications.builders | ||
ChannelGroup | com.distriqt.extension.notifications.channels | ||
Notification | com.distriqt.extension.notifications | A class containing all the information and options about a notification to be displayed | |
NotificationBuilder | com.distriqt.extension.notifications.builders | This class is a helper class that can be used to build a Notification | |
NotificationEvent | com.distriqt.extension.notifications.events | This is the Notifications Event that gets fired when something happens | |
NotificationGroupEvent | com.distriqt.extension.notifications.events | Group notification related events | |
NotificationRepeatInterval | com.distriqt.extension.notifications | Repeat intervals for a notification | |
Notifications | com.distriqt.extension.notifications | This extension allows access to native local notifications, as opposed to push notifications. | |
NotificationStyle | com.distriqt.extension.notifications | ||
NotificationStyleBuilder | com.distriqt.extension.notifications.builders | This class is a helper class that can be used to build a NotificationStyle | |
Service | com.distriqt.extension.notifications | Represents a service configuration |