public class NotificationSenderCallbacks
extends java.lang.Object
| Constructor and Description |
|---|
NotificationSenderCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
void |
callFailure(NotificationRequest request,
NotificationAttachment attachment,
java.lang.Throwable t) |
void |
callFailure(NotificationResponse response) |
void |
callResponse(NotificationResponse response) |
void |
callSuccess(NotificationResponse response) |
void |
onFailure(NotificationAttachmentFailureCallback callback) |
void |
onFailure(NotificationResponseCallback callback) |
void |
onResponse(NotificationResponseCallback callback) |
void |
onSuccess(NotificationResponseCallback callback) |
public void onResponse(NotificationResponseCallback callback)
public void onSuccess(NotificationResponseCallback callback)
public void onFailure(NotificationResponseCallback callback)
public void onFailure(NotificationAttachmentFailureCallback callback)
public void callResponse(NotificationResponse response)
public void callSuccess(NotificationResponse response)
public void callFailure(NotificationResponse response)
public void callFailure(NotificationRequest request, NotificationAttachment attachment, java.lang.Throwable t)