Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Messaging.TopicManagementResponse
The response produced by FCM topic management operations.
Summary
Properties
|
Errors
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Messaging.TopicManagementResponse Class Reference\n\nFirebaseAdmin.Messaging.TopicManagementResponse\n===============================================\n\nThe response produced by FCM topic management operations.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Errors](#class_firebase_admin_1_1_messaging_1_1_topic_management_response_1ae9730fe440566caf40f03b6864a53e47) | `IReadOnlyList\u003c `[ErrorInfo](/docs/reference/admin/dotnet/class/firebase-admin/messaging/error-info#class_firebase_admin_1_1_messaging_1_1_error_info)` \u003e` Gets a list of errors encountered while executing the topic management operation. |\n| [SuccessCount](#class_firebase_admin_1_1_messaging_1_1_topic_management_response_1aa4a4e030323de63e991f1fee52872023) | `int` Gets the number of registration tokens that were successfully subscribed or unsubscribed. |\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [FailureCount](#class_firebase_admin_1_1_messaging_1_1_topic_management_response_1a6ff8ccf69e02a867f1e6444a755891e8)` =\u003e this.Errors.Count` | `int` Gets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error. |\n\nProperties\n----------\n\n### Errors\n\n```text\nIReadOnlyList\u003c ErrorInfo \u003e Errors\n``` \nGets a list of errors encountered while executing the topic management operation.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|------------------|\n| **Returns** | A non-null list. |\n\n### SuccessCount\n\n```text\nint SuccessCount\n``` \nGets the number of registration tokens that were successfully subscribed or unsubscribed.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|--------------------------------------------------------------------------------------|\n| **Returns** | The number of registration tokens that were successfully subscribed or unsubscribed. |\n\nPublic attributes\n-----------------\n\n### FailureCount\n\n```text\nint FailureCount =\u003e this.Errors.Count\n``` \nGets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-------------------------|\n| **Returns** | The number of failures. |"]]