Package | Description |
---|---|
com.relayrides.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.relayrides.pushy.apns.util |
Contains classes for working with APNs tokens and payloads.
|
Class and Description |
---|
ApnsConnection
A connection to an APNs gateway.
|
ApnsConnectionConfiguration
A set of user-configurable options that affect the behavior of an
ApnsConnection . |
ApnsConnectionListener
An
ApnsConnectionListener receives lifecycle events from ApnsConnection instances. |
ApnsEnvironment
An APNs environment is a set of servers that provide push notification services.
|
ApnsPushNotification
A push notification that can be sent through the Apple Push Notification service (APNs).
|
DeliveryPriority
An enumeration of delivery priorities for APNs push notifications.
|
ExpiredToken
Represents a device token that the APN Feedback Service has reported as expired.
|
ExpiredTokenListener
Listens for expired tokens from the APNs feedback service.
|
FailedConnectionListener
Listens for failed attempts to connect to an APNs gateway.
|
FeedbackConnectionConfiguration
A set of user-configurable options that affect the behavior of a
FeedbackServiceConnection . |
FeedbackServiceConnection
A connection to the APNs feedback service that listens for expired tokens, then disconnects after a period of
inactivity.
|
PushManager
Push managers manage connections to the APNs gateway and send notifications from their queue.
|
PushManagerConfiguration
A set of user-configurable options that affect the behavior of a
PushManager and its associated
ApnsConnection s. |
RejectedNotificationListener
Listens for permanent push notification rejections.
|
RejectedNotificationReason
An enumeration of error codes that may be returned by APNs to indicate why a push notification was rejected.
|
Class and Description |
---|
ApnsPushNotification
A push notification that can be sent through the Apple Push Notification service (APNs).
|
DeliveryPriority
An enumeration of delivery priorities for APNs push notifications.
|
Copyright © 2013–2015 RelayRides. All rights reserved.