Safe Haskell | None |
---|
Network.PushNotify.Gcm.Types
Contents
Description
This Module define the main data types for sending Push Notifications through Google Cloud Messaging.
- data GCMHttpConfig = GCMHttpConfig {}
- type RegId = Text
- data GCMmessage = GCMmessage {}
- data GCMresult = GCMresult {}
GCM Settings
data GCMHttpConfig Source
GCMHttpConfig
represents the main necessary information for sending notifications through GCM.
Constructors
GCMHttpConfig | |
Instances
GCM Messages
data GCMmessage Source
GCMmessage
represents a message to be sent through GCM. In general cases, you can use the Default
value and only specify registration_ids
and data_object
.
On the other hand, if you want to use the rest of specific aspects, you can find more information on GCM website.
Constructors
GCMmessage | |
Fields
|
Instances
GCM Result
GCMresult
represents information about messages after a communication with GCM Servers.
Constructors
GCMresult | |
Fields
|