Uses of Interface
com.relayrides.pushy.apns.ApnsPushNotification

Packages that use ApnsPushNotification
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. 
 

Uses of ApnsPushNotification in com.relayrides.pushy.apns
 

Classes in com.relayrides.pushy.apns with type parameters of type ApnsPushNotification
 class PushManager<T extends ApnsPushNotification>
          A PushManager is the main public-facing point of interaction with APNs.
 interface RejectedNotificationListener<T extends ApnsPushNotification>
          Listens for permanent push notification rejections.
 class SendableApnsPushNotification<T extends ApnsPushNotification>
          Represents a push notification wrapped with transmission-related metadata ready to be sent to an APNs server.
 

Uses of ApnsPushNotification in com.relayrides.pushy.apns.util
 

Classes in com.relayrides.pushy.apns.util that implement ApnsPushNotification
 class SimpleApnsPushNotification
          A simple and immutable implementation of the ApnsPushNotification interface.
 



Copyright © 2013 RelayRides. All rights reserved.