| java.lang.Object | |
| ↳ | com.google.firebase.messaging.TopicManagementResponse |
The response produced by FCM topic management operations.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | TopicManagementResponse.Error | A topic management error. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<TopicManagementResponse.Error> |
getErrors()
Gets a list of errors encountered while executing the topic management operation.
| ||||||||||
| int |
getFailureCount()
Gets the number of registration tokens that could not be subscribed or unsubscribed, and
resulted in an error.
| ||||||||||
| int |
getSuccessCount()
Gets the number of registration tokens that were successfully subscribed or unsubscribed.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets a list of errors encountered while executing the topic management operation.
Gets the number of registration tokens that could not be subscribed or unsubscribed, and resulted in an error.
Gets the number of registration tokens that were successfully subscribed or unsubscribed.