FirebaseAdmin. Messaging. TopicManagementResponse
The response produced by FCM topic management operations.
Summary
Properties | |
|---|---|
Errors | IReadOnlyList< ErrorInfo > Gets a list of errors encountered while executing the topic management operation. |
SuccessCount | int Gets the number of registration tokens that were successfully subscribed or unsubscribed. |
Public attributes | |
|---|---|
FailureCount => this.Errors.Count | int Gets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error. |
Properties
Errors
IReadOnlyList< ErrorInfo > Errors
Gets a list of errors encountered while executing the topic management operation.
| Details | |
|---|---|
| Returns | A non-null list. |
SuccessCount
int SuccessCount
Gets the number of registration tokens that were successfully subscribed or unsubscribed.
| Details | |
|---|---|
| Returns | The number of registration tokens that were successfully subscribed or unsubscribed. |
Public attributes
FailureCount
int FailureCount => this.Errors.Count
Gets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error.
| Details | |
|---|---|
| Returns | The number of failures. |