public interface NotificationListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(Ack ack)
Invoked when the notification is clicked.
|
void |
onClose(Ack ack)
Invoked when the notification is closed.
|
void |
onDismiss(Ack ack)
Invoked when the notification is dismissed.
|
void |
onError(Ack ack)
Invoked when the notification has errors.
|
void |
onMessage(Ack ack)
Invoked when the notification sends a message.
|
void |
onShow(Ack ack)
Invoked when the notification is being shown
|
void onClick(Ack ack)
ack - an Ack objectAckvoid onClose(Ack ack)
ack - an Ack objectAckvoid onDismiss(Ack ack)
ack - an Ack objectAckvoid onError(Ack ack)
ack - an Ack objectAckvoid onMessage(Ack ack)
ack - an Ack objectAckCopyright © 2019. All rights reserved.