public interface NotificationSender
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(NotificationAttachmentFailureCallback callback) |
void |
onFailure(NotificationResponseCallback callback) |
void |
onResponse(NotificationResponseCallback callback) |
void |
onSuccess(NotificationResponseCallback callback) |
java.util.concurrent.Future<SendNotificationResponse> |
send(SendNotificationRequest request) |
java.util.concurrent.Future<SendNotificationResponse> send(SendNotificationRequest request)
void onResponse(NotificationResponseCallback callback)
void onSuccess(NotificationResponseCallback callback)
void onFailure(NotificationResponseCallback callback)
void onFailure(NotificationAttachmentFailureCallback callback)