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.
|
Modifier and Type | Class and Description |
---|---|
class |
ApnsConnection<T extends ApnsPushNotification>
A connection to an APNs gateway.
|
interface |
ApnsConnectionListener<T extends ApnsPushNotification>
An
ApnsConnectionListener receives lifecycle events from ApnsConnection instances. |
interface |
ExpiredTokenListener<T extends ApnsPushNotification>
Listens for expired tokens from the APNs feedback service.
|
interface |
FailedConnectionListener<T extends ApnsPushNotification>
Listens for failed attempts to connect to an APNs gateway.
|
class |
PushManager<T extends ApnsPushNotification>
Push managers manage connections to the APNs gateway and send notifications from their queue.
|
interface |
RejectedNotificationListener<T extends ApnsPushNotification>
Listens for permanent push notification rejections.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleApnsPushNotification
A simple and immutable implementation of the
ApnsPushNotification interface. |
Copyright © 2013–2015 RelayRides. All rights reserved.