Uses of Class
com.relayrides.pushy.apns.ExpiredToken

Packages that use ExpiredToken
com.relayrides.pushy.apns Contains classes and interfaces for interacting with the Apple Push Notification service (APNs). 
 

Uses of ExpiredToken in com.relayrides.pushy.apns
 

Methods in com.relayrides.pushy.apns that return types with arguments of type ExpiredToken
 List<ExpiredToken> PushManager.getExpiredTokens()
          Queries the APNs feedback service for expired tokens using a reasonable default timeout.
 List<ExpiredToken> PushManager.getExpiredTokens(long timeout, TimeUnit timeoutUnit)
          Queries the APNs feedback service for expired tokens using the given timeout.
 



Copyright © 2013–2014 RelayRides. All rights reserved.