pushex v0.0.3
Pushex.GCM.Request
Pushex.GCM.Request
represents a request that will be sent to GCM.
It contains the notification, and all the metadata that can be sent with it.
Only the key with a value will be sent to GCM, so that the proper default
are used.
Types
t :: %Pushex.GCM.Request{app: Pushex.GCM.App.t, collapse_key: String.t, content_available: boolean, data: map, delay_while_idle: boolean, notification: map, priority: atom, registration_ids: [String.t], restricted_package_name: String.t, time_to_live: non_neg_integer, to: String.t}