cartel v0.2.0 Cartel.Message.Apns.Feedback
APNS binary interface feedback message format
time
: UNIX Timestamp since the token
is not valid anymore
token
: token of the recipient
For more details on the format see the Binary Provider API section of Apple Local and Remote Notification Programming Guide
Summary
Functions
Returns feedback record decoded to Cartel.Message.Apns.Feedback
Returns the fixed APNS feedback record size
Types
t :: %Cartel.Message.Apns.Feedback{time: term, token: term}
Functions
Specs
decode!(binary) :: t
Returns feedback record decoded to Cartel.Message.Apns.Feedback