pushex v0.2.3 Pushex.APNS.Response View Source

Pushex.APNS.Response represents a result to an APNS request

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Pushex.APNS.Response{
  failure: non_neg_integer(),
  results: [:ok | {:error, atom()}],
  success: non_neg_integer()
}