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  
register() — method, class com.distriqt.extension.notifications.Notifications
Registers to receive notifications.
REPEAT_DAY — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat every day (24 hours)
REPEAT_FORTNIGHT — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat every fortnight or 14 days On iOS this is currently not supported.
REPEAT_HOUR — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat every hour
repeatInterval — Property, class com.distriqt.extension.notifications.Notification
The desired repeat interval for this notification.
REPEAT_MINUTE — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat every minute
REPEAT_MONTH — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat monthly On Android this is a rough value as we can not use different lengths for repeating notifications.
REPEAT_NONE — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Default: No repeating of the notification
REPEAT_QUARTER — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat quarterly (every 3 months) On Android this is a rough value as we can not use different lengths for repeating notifications.
REPEAT_SECOND — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeating every second Not allowed on Android, will most likely be extended to one minute
REPEAT_WEEK — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat every week or 7 days
REPEAT_WEEKDAY — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat every weekday (exclude weekends, Saturday and Sunday) Not supported on Android or iOS >= 10
REPEAT_YEAR — Constant Static Property, class com.distriqt.extension.notifications.NotificationRepeatInterval
Repeat yearly On Android this is a rough value as we can not use different lengths for repeating notifications On Android this will repeat every 365 days
requestAuthorisation() — method, class com.distriqt.extension.notifications.Notifications
This function triggers the authorisation request dialog.
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