Notification |
Notification.category(Notification.CategoryEnum category) |
The type of event notification sent when you select the notification button.
|
Notification |
Notification.details(String details) |
The text shown in the prompt which opens when you select the notification button.
|
Notification |
Notification.enabled(Boolean enabled) |
Enables sending event notifications either by pressing the Confirm key on terminals with a keypad or by tapping the event notification button on the terminal screen.
|
static Notification |
Notification.fromJson(String jsonString) |
Create an instance of Notification given an JSON string
|
Notification |
Nexo.getNotification() |
notification
|
Notification |
Notification.showButton(Boolean showButton) |
Shows or hides the event notification button on the screen of terminal models that have a keypad.
|
Notification |
Notification.title(String title) |
The name of the notification button on the terminal screen.
|