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 — class, package 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
Action() — Constructor, class com.distriqt.extension.notifications.actions.Action
Constructor
ACTION — Constant Static Property, class com.distriqt.extension.notifications.events.NotificationEvent
Dispatched when a user selects an action on a notification.
ActionBuilder — class, package com.distriqt.extension.notifications.builders
This Builder is a utility class to construct a notification action.
ActionBuilder() — Constructor, class com.distriqt.extension.notifications.builders.ActionBuilder
Constructor
actions — Property, class com.distriqt.extension.notifications.actions.Category
A vector array of Action's to associate with this notification category.
addAction(action:com.distriqt.extension.notifications.actions:Action) — method, class com.distriqt.extension.notifications.builders.CategoryBuilder
An action to add to this category.
addCategory(category:com.distriqt.extension.notifications.actions:Category) — method, class com.distriqt.extension.notifications.Service
Add a category
addChannel(channel:com.distriqt.extension.notifications.channels:Channel) — method, class com.distriqt.extension.notifications.Service
Add a channel
addChannelGroup(group:com.distriqt.extension.notifications.channels:ChannelGroup) — method, class com.distriqt.extension.notifications.Service
Add a channel group
addLine(line:String) — method, class com.distriqt.extension.notifications.builders.NotificationStyleBuilder
Add a line to the inbox style expanded view.
alert — Property, class com.distriqt.extension.notifications.Notification
The alert text displayed in ticker locations
alertAction — Property, class com.distriqt.extension.notifications.Notification
Supported: iOS The title of the action button or slider. Assign a string as the value.
applicationId — Property, class com.distriqt.extension.notifications.Service
applicationState — Property, class com.distriqt.extension.notifications.events.NotificationEvent
The state of the application when the notification was received.
applicationState — Property, class com.distriqt.extension.notifications.events.NotificationGroupEvent
The state of the application when the notification was received.
authorisation:changed — Event, class com.distriqt.extension.notifications.Notifications
AuthorisationEvent — class, package com.distriqt.extension.notifications.events
AuthorisationEvent(type:String, status:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.notifications.events.AuthorisationEvent
Constructor
authorisationStatus() — method, class com.distriqt.extension.notifications.Notifications
Returns the current authorisation status of the device.
AuthorisationStatus — class, package com.distriqt.extension.notifications
This class lists the possible values of the authorisation status
AuthorisationStatus() — Constructor, class com.distriqt.extension.notifications.AuthorisationStatus
Constructor
AUTHORISED — Constant Static Property, class com.distriqt.extension.notifications.AuthorisationStatus
User has authorised this application to display notifications
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