MessagingTopicManagementResponse extension type

Interface representing the server response from the {@link Messaging.subscribeToTopic} and {@link Messaging.unsubscribeFromTopic} methods.

See {@link https://firebase.google.com/docs/cloud-messaging/manage-topics | Manage topics from the server} for code samples and detailed documentation.

on
Implemented types
Available extensions

Properties

errors JSArray<FirebaseArrayIndexError>
An array of errors corresponding to the provided registration token(s). The length of this array will be equal to {@link MessagingTopicManagementResponse.failureCount}.
no setter
failureCount int
The number of registration tokens that could not be subscribed to the topic and resulted in an error.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successCount int
The number of registration tokens that were successfully subscribed to the topic.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited