Express v1.0.0 Express.APNS.PushMessage.Aps View Source

Defines APNS push message aps structure.

Link to this section Summary

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}