public abstract class AbstractNotificationSender extends java.lang.Object implements NotificationSender
| Modifier and Type | Field and Description |
|---|---|
protected NotificationSenderCallbacks |
callbacks |
| Constructor and Description |
|---|
AbstractNotificationSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(NotificationAttachmentFailureCallback callback) |
void |
onFailure(NotificationResponseCallback callback) |
void |
onResponse(NotificationResponseCallback callback) |
void |
onSuccess(NotificationResponseCallback callback) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendprotected final NotificationSenderCallbacks callbacks
public void onResponse(NotificationResponseCallback callback)
onResponse in interface NotificationSenderpublic void onSuccess(NotificationResponseCallback callback)
onSuccess in interface NotificationSenderpublic void onFailure(NotificationResponseCallback callback)
onFailure in interface NotificationSenderpublic void onFailure(NotificationAttachmentFailureCallback callback)
onFailure in interface NotificationSender