Class | Description |
---|---|
AbstractUserNotification |
Abstract implementation of
UserNotification which implements common functionality. |
AlertDialogNotification |
Shows a Notification in an
AlertDialog . |
NotificationConfiguration |
Stores configurations for a Notification e.g. when and how often it is shown and on which app versions.
|
PersistentNotification |
A
PersistentNotification is a UserNotification which can be stored in the shared preferences. |
ToastNotification |
A Notification which is shown as a
Toast . |
VersionCodePolicy |
Defines the app version codes on which a notification should be shown.
|