Messaging extension type
Messaging service bound to the provided app.
- on
- Implemented types
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
app(
) → App -
The {@link firebase-admin.app#App} associated with the current
Messaging
service instance. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
Message message, [bool dryRun]) → JSPromise< JSString> - Sends the given message via FCM.
-
sendEach(
JSArray< Message> messages, [bool dryRun]) → JSPromise<BatchResponse> - Sends each message in the given array via Firebase Cloud Messaging.
-
sendEachForMulticast(
MulticastMessage message, [bool dryRun]) → JSPromise< BatchResponse> - Sends the given multicast message to all the FCM registration tokens specified in it.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited