Package com.relayrides.pushy.apns

Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).

See: Description

Package com.relayrides.pushy.apns Description

Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).

The PushManager class is the main public-facing class in Pushy. A PushManager manages connections to APNs and manages the queue of outbound notifications. Generally, Pushy users should create a single long-lived PushManager instance per "topic" (or receiving app) and use it throughout the lifetime of their provider application.

The ApnsPushNotification interface represents a single APNs push notification sent to a single device. A simple concrete implementation of the ApnsPushNotification interface (SimpleApnsPushNotification) and tools for constructing push notification payloads can be found in the com.relayrides.pushy.apns.util package.

Author:
Jon Chambers

Copyright © 2013–2015 RelayRides. All rights reserved.