pushex v0.2.0 Pushex.APNS.Request
Pushex.APNS.Request
represents a request that will be sent to APNS.
It contains the notification, and all the metadata that can be sent with it.
Only the key with a value will be sent to APNS.
Summary
Types
t()
t() :: %Pushex.APNS.Request{app: Pushex.APNS.App.t, notification: map, to: String.t | [String.t]}