Express v1.3.3 Express.APNS.PushMessage.Aps View Source
Defines APNS push message aps structure.
Link to this section Summary
Functions
Normalizes an aps struct
to a map acceptable by APNS
Link to this section Types
Link to this type
t()
View Source
t() :: %Express.APNS.PushMessage.Aps{alert: Express.APNS.PushMessage.Alert.t | String.t, badge: pos_integer, category: String.t, content_available: pos_integer, mutable_content: pos_integer, sound: String.t, thread_id: String.t}
Link to this section Functions
Link to this function
to_apns_map(struct)
View Source
to_apns_map(Express.APNS.PushMessage.Aps.t) :: map
Normalizes an aps struct
to a map acceptable by APNS