DocumentNotificationTargetQuery class
Query to send PUSH notifications for all tokens in a specific document specific field.
特定のドキュメント特定のフィールドにあるトークンすべてに対してPUSH通知を送信するためのクエリ。
- Inheritance
-
- Object
- NotificationTargetQuery
- DocumentNotificationTargetQuery
Constructors
-
DocumentNotificationTargetQuery({required String documentPath, required ModelServerCommandField tokenField, List<
ModelServerCommandCondition> conditions = const []}) -
Query to send PUSH notifications for all tokens in a specific document specific field.
const
Properties
-
conditions
→ List<
ModelServerCommandCondition> -
Specify the condition for the acquired data.
final
- documentPath → String
-
The path of the collection from which to retrieve the document(s) to be notified.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenField → ModelServerCommandField
-
Key to retrieve a list of eligible tokens.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDatabaseId(
) → String -
Generate a database ID for registration in the schedule.
override
-
toJson(
) → DynamicMap -
Generate Json to pass to the server side.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited