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  
cancel(id:int) — method, class com.distriqt.extension.notifications.Notifications
Cancel a previously shown notification.
cancelAll() — method, class com.distriqt.extension.notifications.Notifications
Cancel all previously shown notifications.
canOpenDeviceSettings — Property, class com.distriqt.extension.notifications.Notifications
Returns true if you can display the device settings for your application.
categories — Property, class com.distriqt.extension.notifications.Service
Sets the notification categories the define the actions available on notifications.
category — Property, class com.distriqt.extension.notifications.Notification
The action category, indicates the actions to display along with this notification This should match a category that you added to the Service in the setup call.
Category — class, package 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.
Category(identifier:String, actions:Vector$com.distriqt.extension.notifications.actions:Action) — Constructor, class com.distriqt.extension.notifications.actions.Category
Constructor
CategoryBuilder — class, package com.distriqt.extension.notifications.builders
This Builder is a utility class to construct a notification category.
CategoryBuilder() — Constructor, class com.distriqt.extension.notifications.builders.CategoryBuilder
Constructor
CHANGED — Constant Static Property, class com.distriqt.extension.notifications.events.AuthorisationEvent
Dispatched when the authorisation status may have changed
Channel — class, package com.distriqt.extension.notifications.channels
Channel() — Constructor, class com.distriqt.extension.notifications.channels.Channel
ChannelBuilder — class, package com.distriqt.extension.notifications.builders
ChannelBuilder() — Constructor, class com.distriqt.extension.notifications.builders.ChannelBuilder
ChannelGroup — class, package com.distriqt.extension.notifications.channels
ChannelGroup(id:String, name:String) — Constructor, class com.distriqt.extension.notifications.channels.ChannelGroup
channelGroups — Property, class com.distriqt.extension.notifications.Service
The array of ChannelGroups available.
channelId — Property, class com.distriqt.extension.notifications.Notification
Specifies the channel the notification should be delivered on
channels — Property, class com.distriqt.extension.notifications.Service
Sets the notification channels on the user's device A Vector array of Channel objects.
clone() — method, class com.distriqt.extension.notifications.events.NotificationEvent
clone() — method, class com.distriqt.extension.notifications.events.NotificationGroupEvent
colour — Property, class com.distriqt.extension.notifications.Notification
Colour supported formats are: #RRGGBB #AARRGGBB The following names are also accepted: red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray, darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy, olive, purple, silver, and teal.
com.distriqt.extension.notifications — package
com.distriqt.extension.notifications.actions — package
com.distriqt.extension.notifications.builders — package
com.distriqt.extension.notifications.channels — package
com.distriqt.extension.notifications.events — package
count — Property, class com.distriqt.extension.notifications.Notification
On iOS this is the number to display as the application’s icon badge.
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