public interface NotificationResponseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Notification notification,
NotificationResponse response)
Signals a failed notification.
|
void |
onSuccess(Notification notification)
Signals a successful notification.
|
void onSuccess(Notification notification)
Note: For a successful request, the response body is empty.
notification - The notification that succeededvoid onFailure(Notification notification, NotificationResponse response)
notification - The notification that failedresponse - The notification responseCopyright © 2020. All Rights Reserved.