Package | Description |
---|---|
com.turo.pushy.apns.server |
Contains classes and interfaces for working with mock APNs servers.
|
Modifier and Type | Class and Description |
---|---|
class |
UnregisteredDeviceTokenException
An exception thrown by
PushNotificationHandler instances to indicate that a push notification should be
rejected by the server because its destination device token is no longer valid (presumably because the receiving app
has been removed from the destination device). |
Modifier and Type | Method and Description |
---|---|
void |
PushNotificationHandler.handlePushNotification(Http2Headers headers,
ByteBuf payload)
Processes a push notification received by a mock server.
|
Copyright © 2013–2018 Turo. All rights reserved.