| ApplePush-0.1: Library for Apple Push Notification Service | Contents | Index |
|
|
|
Description |
Types for the Apple Push Service
|
|
Synopsis |
|
|
|
Documentation |
|
type DeviceToken = ByteString |
Device Token
|
|
data NotificationServiceMsg |
These messages are sent to the Apple Push Notification Service
| Constructors | |
|
|
type NotificationServiceChan = Chan NotificationServiceMsg |
|
data NotificationCallbackMsg |
Callback messages from the Apple Push Notification Service
| Constructors | |
|
|
type NotificationCallbackChan = Chan NotificationCallbackMsg |
|
type NotificationPayload = JSObject JSValue |
Notification payload is a JSON Object
|
|
type NotificationAction = JSObject JSValue |
Notification actions
|
|
Produced by Haddock version 2.3.0 |