|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationListener
Defines a listener for notification events.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 objectAckvoid onShow(Ack ack)
ack - an Ack objectAck
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||