public interface NotificationListener
WebInnerNotification| Modifier and Type | Method and Description |
|---|---|
void |
accepted()
Notifies that user accepted notification.
|
void |
closed()
Notifies that popup was simply closed by user or delayed close action.
|
void |
optionSelected(NotificationOption option)
Notifies that user has selected the specified option.
|
void optionSelected(NotificationOption option)
option - selected optionvoid accepted()
void closed()