FirebaseAdmin. Messaging. BatchResponse
Response from an operation that sends FCM messages to multiple recipients.
Summary
See FirebaseMessaging.SendMulticastAsync(MulticastMessage).
Properties | |
|---|---|
Responses | IReadOnlyList< SendResponse > Gets information about all responses for the batch. |
SuccessCount | int Gets a count of how many of the responses in Responses were successful. |
Public attributes | |
|---|---|
FailureCount => this.Responses.Count - this.SuccessCount | int Gets a count of how many of the responses in Responses were unsuccessful. |
Properties
Responses
IReadOnlyList< SendResponse > Responses
Gets information about all responses for the batch.
SuccessCount
int SuccessCount
Gets a count of how many of the responses in Responses were successful.
Public attributes
FailureCount
int FailureCount => this.Responses.Count - this.SuccessCount
Gets a count of how many of the responses in Responses were unsuccessful.