SendRemoteNotificationFunctionsActionResponse class

FunctionsAction response to send remote PUSH notification from the server side.

リモートPUSH通知をサーバー側から送るためのFunctionsActionのレスポンス。

Inheritance
  • Object
  • FunctionsActionResponse
  • SendRemoteNotificationFunctionsActionResponse

Constructors

SendRemoteNotificationFunctionsActionResponse(DynamicMap _results)
FunctionsAction response to send remote PUSH notification from the server side.
const

Properties

failedTokens List<String>
List of tokens that have failed to send.
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
successTokens List<String>
List of tokens that have been successfully sent.
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