public class NotificationSenderCallbacks
extends java.lang.Object
| Constructor and Description |
|---|
NotificationSenderCallbacks() |
| Modifier and Type | Method and Description |
|---|---|
void |
callFailure(SendNotificationRequest request,
NotificationAttachment attachment,
java.lang.Throwable t) |
void |
callFailure(SendNotificationResponse response) |
void |
callResponse(SendNotificationResponse response) |
void |
callSuccess(SendNotificationResponse 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(SendNotificationResponse response)
public void callSuccess(SendNotificationResponse response)
public void callFailure(SendNotificationResponse response)
public void callFailure(SendNotificationRequest request, NotificationAttachment attachment, java.lang.Throwable t)