Package | Description |
---|---|
com.turo.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.turo.pushy.apns.server |
Contains classes and interfaces for working with mock APNs servers.
|
com.turo.pushy.apns.util |
Contains classes for working with APNs tokens and payloads.
|
com.turo.pushy.apns.util.concurrent |
Contains application-specific interfaces for working with asynchronous push notification operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PushNotificationResponse<T extends ApnsPushNotification>
A response from the APNs gateway indicating whether a notification was accepted or rejected.
|
Modifier and Type | Method and Description |
---|---|
<T extends ApnsPushNotification> |
ApnsClient.sendNotification(T notification)
Sends a push notification to the APNs gateway.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ParsingMockApnsServerListenerAdapter.handlePushNotificationAccepted(ApnsPushNotification pushNotification)
Handles a parsed push notification accepted by a mock server.
|
abstract void |
ParsingMockApnsServerListenerAdapter.handlePushNotificationRejected(ApnsPushNotification pushNotification,
RejectionReason rejectionReason,
Date deviceTokenExpirationTimestamp)
Handles a parsed push notification accepted by a mock server.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleApnsPushNotification
A simple and immutable implementation of the
ApnsPushNotification interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
PushNotificationFuture<P extends ApnsPushNotification,V>
A push notification future represents the result an operation on a push notification.
|
interface |
PushNotificationResponseListener<T extends ApnsPushNotification>
A type-specific convenience interface for listening for the result of an attempt to send a push notification.
|
Copyright © 2013–2018 Turo. All rights reserved.