pushex v0.0.1 Pushex.GCM.Response

Pushex.GCM.Response represents a GCM response.

When canonical_ids is greater than 0, results should be checked and the registration ids should be updated consequently. This should be done in a custom ResponseHandler.

See https://developers.google.com/cloud-messaging/http#response for more info

Summary

Types

t :: %Pushex.GCM.Response{canonical_ids: non_neg_integer, failure: non_neg_integer, multicast_id: integer, results: [%{String.t => String.t}], success: non_neg_integer}