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  
name — Property, class com.distriqt.extension.notifications.channels.Channel
name — Property, class com.distriqt.extension.notifications.channels.ChannelGroup
nativeVersion — Property, class com.distriqt.extension.notifications.Notifications
The native version string of the native extension.
NOT_DETERMINED — Constant Static Property, class com.distriqt.extension.notifications.AuthorisationStatus
User has not yet made a choice with regard to this application
Notification — class, package com.distriqt.extension.notifications
A class containing all the information and options about a notification to be displayed
Notification() — Constructor, class com.distriqt.extension.notifications.Notification
Constructor
NOTIFICATION — Constant Static Property, class com.distriqt.extension.notifications.events.NotificationEvent
A Notification was received The payload field will contain a json formatted string containing the payload sent with this notification.
notification:action — Event, class com.distriqt.extension.notifications.Notifications
notification:error — Event, class com.distriqt.extension.notifications.Notifications
notification:group:selected — Event, class com.distriqt.extension.notifications.Notifications
notification:notification — Event, class com.distriqt.extension.notifications.Notifications
notification:notification:selected — Event, class com.distriqt.extension.notifications.Notifications
NotificationBuilder — class, package com.distriqt.extension.notifications.builders
This class is a helper class that can be used to build a Notification
NotificationBuilder() — Constructor, class com.distriqt.extension.notifications.builders.NotificationBuilder
Constructor
NOTIFICATION_DELETED — Constant Static Property, class com.distriqt.extension.notifications.events.NotificationEvent
This event is dispatched when the user dismisses a notification.
NotificationEvent — class, package com.distriqt.extension.notifications.events
This is the Notifications Event that gets fired when something happens
NotificationEvent(type:String, id:int, payload:String, applicationState:String, startup:Boolean, identifier:String, timestamp:Number, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.notifications.events.NotificationEvent
Constructor
NotificationGroupEvent — class, package com.distriqt.extension.notifications.events
Group notification related events
NotificationGroupEvent(type:String, groupKey:String, payloads:Array, applicationState:String, startup:Boolean, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.notifications.events.NotificationGroupEvent
Constructor
NotificationRepeatInterval — class, package com.distriqt.extension.notifications
Repeat intervals for a notification
Notifications — class, package com.distriqt.extension.notifications
This extension allows access to native local notifications, as opposed to push notifications.
Notifications() — Constructor, class com.distriqt.extension.notifications.Notifications
Constructor
NOTIFICATION_SELECTED — Constant Static Property, class com.distriqt.extension.notifications.events.NotificationEvent
This event is dispatched when the user clicks on a notification in the notification manager.
NotificationStyle — class, package com.distriqt.extension.notifications
NotificationStyle() — Constructor, class com.distriqt.extension.notifications.NotificationStyle
Constructor
NotificationStyleBuilder — class, package com.distriqt.extension.notifications.builders
This class is a helper class that can be used to build a NotificationStyle
NotificationStyleBuilder() — Constructor, class com.distriqt.extension.notifications.builders.NotificationStyleBuilder
Constructor
notify(notification:com.distriqt.extension.notifications:Notification) — method, class com.distriqt.extension.notifications.Notifications
Post a notification to be shown in the status bar.
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