pushex v0.2.3 Pushex.APNS.Request View Source
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.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Pushex.APNS.Request{ app: Pushex.APNS.App.t(), notification: map(), to: String.t() | [String.t()] }