| Interface | Description |
|---|---|
| ApnsDelegate |
A delegate that gets notified of the status of notification delivery to the
Apple Server.
|
| ApnsNotification |
Represents an APNS notification to be sent to Apple service.
|
| ApnsService |
Represents the connection and interface to the Apple APNS servers.
|
| ReconnectPolicy |
Represents the reconnection policy for the library.
|
| StartSendingApnsDelegate |
A delegate that also gets notified just before a notification is being delivered to the
Apple Server.
|
| Class | Description |
|---|---|
| APNS |
The main class to interact with the APNS Service.
|
| ApnsDelegateAdapter |
A no operation delegate that does nothing!
|
| ApnsServiceBuilder |
The class is used to create instances of
ApnsService. |
| EnhancedApnsNotification |
Represents an APNS notification to be sent to Apple service.
|
| PayloadBuilder |
Represents a builder for constructing Payload requests, as
specified by Apple Push Notification Programming Guide.
|
| SimpleApnsNotification | Deprecated
use EnhancedApnsNotification instead.
|
| Enum | Description |
|---|---|
| DeliveryError |
Errors in delivery that may get reported by Apple APN servers
|
| ReconnectPolicy.Provided |
Types of the library provided reconnection policies.
|
Copyright © 2015. All rights reserved.