FCMResponse

Members

Structs

Result
struct Result
Undocumented in source.

Variables

canonicalIds
int canonicalIds;

Number of results that contain a canonical registration token. A canonical registration ID is the registration token of the last registration requested by the client app. This is the ID that the server should use when sending messages to the device.

failure
int failure;

Number of messages that could not be processed.

multicastId
real 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