FCMResponse

Members

Structs

Result
struct Result
Undocumented in source.

Variables

failure
int failure;

Number of messages that could not be processed.

multicastId
long multicastId;

Unique ID (number) identifying the multicast message.

results
Result[] results;

Array of objects representing the status of the messages processed. The objects are listed in the same order as the request (i.e., for each registration ID in the request, its result is listed in the same index in the response).

success
int success;

Number of messages that were processed without an error.

Meta