Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
Modifier and Type | Method and Description |
---|---|
void |
ApnsClientMetricsListener.handleConnectionAttemptFailed(ApnsClient<? extends ApnsPushNotification> apnsClient)
Indicates that a previously-started connection attempt failed.
|
void |
ApnsClientMetricsListener.handleConnectionAttemptStarted(ApnsClient<? extends ApnsPushNotification> apnsClient)
Indicates that the client has started an attempt to connect to an APNs server.
|
void |
ApnsClientMetricsListener.handleConnectionAttemptSucceeded(ApnsClient<? extends ApnsPushNotification> apnsClient)
Indicates that a previously-started connection attempt completed successfully.
|
void |
ApnsClientMetricsListener.handleNotificationAccepted(ApnsClient<? extends ApnsPushNotification> apnsClient,
long notificationId)
Indicates that a notification that was previously sent to an APNs server was accepted by the server.
|
void |
ApnsClientMetricsListener.handleNotificationRejected(ApnsClient<? extends ApnsPushNotification> apnsClient,
long notificationId)
Indicates that a notification that was previously sent to an APNs server was rejected by the server.
|
void |
ApnsClientMetricsListener.handleNotificationSent(ApnsClient<? extends ApnsPushNotification> apnsClient,
long notificationId)
Indicates that a notification was sent to the APNs server.
|
void |
ApnsClientMetricsListener.handleWriteFailure(ApnsClient<? extends ApnsPushNotification> apnsClient,
long notificationId)
Indicates that an attempt to send a push notification failed before the notification was processed by the APNs
server.
|
Copyright © 2013–2016 RelayRides. All rights reserved.