GCMResponse

Members

Variables

canonical_ids
long canonical_ids;

Number of results that contain a canonical registration ID. See Advanced Topics for more discussion of this topic.

errors
GCMResponseError[] errors;

parsed errors from result, helps matching up errors to regIds

failure
long failure;

Number of messages that could not be processed.

multicast_id
long multicast_id;

Unique ID (number) identifying the multicast message.

results
Json results;
statusCode
int statusCode;

see http://developer.android.com/google/gcm/http.html#response

success
long success;

Number of messages that were processed without an error.

Meta