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  
service — Static Property, class com.distriqt.extension.notifications.Notifications
The singleton instance of the Notifications class.
Service — class, package com.distriqt.extension.notifications
Represents a service configuration
Service() — Constructor, class com.distriqt.extension.notifications.Service
Constructor
setAlert(alert:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set the alert text to use in short ticker locations
setAlertAction(alertAction:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set the title of the action button or slider.
setBackgroundImage(path:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Specify the image to use for the background of the image.
setBackgroundImageTextColour(colour:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
If you have specified a background image to use for the content of the notification this colour is used for the text.
setBadgeNumber(number:int) — method, class com.distriqt.extension.notifications.Notifications
Sets the badge number for the application icon
setBody(body:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
The text to use in the body of the notification
setCategory(category:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
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.
setChannel(channelId:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Specifies the channel the notification should be delivered on
setColour(colour:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Android 5.0+ enforces your icon to only be white and transparent however it still allows tinting on the notification shown in the shade, known as the "accent color".
setCount(count:int) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
On iOS (and where supported on Android) this is the number to display as the application’s icon badge.
setDelay(delay:int) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set the delay in seconds until the notification is displayed
setDescription(description:String) — method, class com.distriqt.extension.notifications.builders.ChannelBuilder
Sets the user visible description of this channel.
setDestructive(destructive:Boolean) — method, class com.distriqt.extension.notifications.builders.ActionBuilder
If true this action will indicate its destructive nature by making the action red.
setFireDate(date:Date) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Sets the time to display the notification.
setGroup(groupId:String) — method, class com.distriqt.extension.notifications.builders.ChannelBuilder
Sets what group this channel belongs to.
setGroupIcon(groupIcon:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
An Android resource name to use as the icon for the group
setGroupKey(groupKey:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set the notification group key.
setGroupSummary(groupSummary:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Summary text for the group notification
setGroupTitle(groupTitle:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
The title for the group notification (you can use %d to insert the number of notifications)
setIcon(icon:String) — method, class com.distriqt.extension.notifications.builders.ActionBuilder
A custom icon resource name, eg: ic_stat_distriqt_default These custom resources must be packaged along with your application.
setIcon(icon:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Sets the icon to display with the notification.
setId(channelId:String) — method, class com.distriqt.extension.notifications.builders.ChannelBuilder
The id of the channel.
setId(id:int) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Sets the unique id associated with the notification
setIdentifier(identifier:String) — method, class com.distriqt.extension.notifications.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.notifications.builders.CategoryBuilder
Sets the unique identifier to use for the category.
setImage(image:String) — method, class com.distriqt.extension.notifications.builders.NotificationStyleBuilder
Set a path to an asset packaged with your application or a URL to a public image
setImportance(importance:int) — method, class com.distriqt.extension.notifications.builders.ChannelBuilder
Sets the level of interruption of this notification channel.
setLargeIcon(largeIcon:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set the path to an asset or a url to a public image to use as the large icon.
setName(name:String) — method, class com.distriqt.extension.notifications.builders.ChannelBuilder
Sets the user visible name of this channel.
setNotificationsWhenActive(enableNotificationsWhenActive:Boolean) — method, class com.distriqt.extension.notifications.Service
Sets the value of enableNotificationsWhenActive
setOngoing(ongoing:Boolean) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Sets whether the notification is an ongoing notification.
setPayload(payload:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set a custom data payload string to attach to this notification.
setPriority(priority:int) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
You can use the priority to create "Heads up" notifications on Android.
setRepeatInterval(repeatInterval:int) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Set the repeat interval from one of the defined values in the NotificationRepeatInterval class.
setShouldCancelOnAction(shouldCancelOnAction:Boolean) — method, class com.distriqt.extension.notifications.builders.ActionBuilder
If true selection of this action will clear the notification from the notification area.
setShowBadge(enabled:Boolean) — method, class com.distriqt.extension.notifications.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.notifications.builders.ChannelBuilder
Set the sound to play when a notification is displayed in this channel.
setSound(sound:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
The file name of the sound file to play when the notification is fired.
setStyle(style:com.distriqt.extension.notifications:NotificationStyle) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
Defines the style of the notification to use for expanded views.
setText(text:String) — method, class com.distriqt.extension.notifications.builders.NotificationStyleBuilder
Set the text to display in the expanded view.
setTitle(title:String) — method, class com.distriqt.extension.notifications.builders.ActionBuilder
The title or label to place on the button representing this action
setTitle(title:String) — method, class com.distriqt.extension.notifications.builders.NotificationBuilder
The title to use for the notification
setType(type:String) — method, class com.distriqt.extension.notifications.builders.NotificationStyleBuilder
Set the type for the expanded view
setup(service:com.distriqt.extension.notifications:Service) — method, class com.distriqt.extension.notifications.Notifications
Sets up the service configuration
setWillLaunchApplication(willLaunchApplication:Boolean) — method, class com.distriqt.extension.notifications.builders.ActionBuilder
If true this action will launch your application.
shouldCancelOnAction — Property, class com.distriqt.extension.notifications.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.notifications.AuthorisationStatus
This status means that the user has previously denied access.
sound — Property, class com.distriqt.extension.notifications.Notification
The file name of the sound file to play when the notification is fired.
sound — Property, class com.distriqt.extension.notifications.channels.Channel
startup — Property, class com.distriqt.extension.notifications.events.NotificationEvent
If true this notification was clicked to start the application
startup — Property, class com.distriqt.extension.notifications.events.NotificationGroupEvent
If true this notification was clicked to start the application
status — Property, class com.distriqt.extension.notifications.events.AuthorisationEvent
style — Property, class com.distriqt.extension.notifications.Notification
Defines the style of the notification to use for expanded views.
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