public interface NotificationManager
Modifier and Type | Interface and Description |
---|---|
static class |
NotificationManager.Context
Context to initialise the NotificationManager
|
Modifier and Type | Method and Description |
---|---|
void |
initialise(NotificationManager.Context context)
Initialise notification components with the given context
|
void |
onActionNotification(ActionNotificationDetails details)
Send a successful notification
|
void |
onDeleteNotification(DeleteNotificationDetails details)
Send an notification on delete action
|
void |
onFailNotification(FailNotificationDetails details)
Send an notification on failed action
|
void |
onFillNotification(FillNotificationDetails details)
Send an notification on fill action
|
void initialise(NotificationManager.Context context) throws java.lang.Exception
context
- Contextjava.lang.Exception
void onActionNotification(ActionNotificationDetails details)
details
- - ActionNotificationDetailsvoid onFailNotification(FailNotificationDetails details)
details
- FailNotificationDetailsvoid onDeleteNotification(DeleteNotificationDetails details)
details
- DeleteNotificationDetailsvoid onFillNotification(FillNotificationDetails details)
details
- FillNotificationDetailsCopyright © 2019 Caplin Systems.