Express v1.3.3 Express.APNS.PushMessage View Source
Defines APNS push message structure.
Link to this section Summary
Functions
Normalizes a push message struct
to a map acceptable by APNS
Link to this section Types
Link to this type
t()
View Source
t() :: %Express.APNS.PushMessage{acme: map, apple_watch: map, aps: Express.APNS.PushMessage.Aps.t, token: String.t, topic: String.t}
Link to this section Functions
Link to this function
to_apns_map(struct)
View Source
to_apns_map(Express.APNS.PushMessage.t) :: map
Normalizes a push message struct
to a map acceptable by APNS