public interface StartSendingApnsDelegate extends ApnsDelegate
EMPTY| Modifier and Type | Method and Description |
|---|---|
void |
startSending(ApnsNotification message,
boolean resent)
Called when message is about to be sent to the Apple servers.
|
cacheLengthExceeded, connectionClosed, messageSendFailed, messageSent, notificationsResentvoid startSending(ApnsNotification message, boolean resent)
message - the notification that is about to be sentresent - whether the notification is being resent after an errorCopyright © 2015. All rights reserved.