WaitForSyncMode enum

Behavior when waiting for subscribed objects to be synchronized/downloaded.

Inheritance

Constructors

WaitForSyncMode()
const

Values

firstTime → const WaitForSyncMode

Waits until the objects have been downloaded from the server the first time the subscription is created. If the subscription already exists, the RealmResults is returned immediately.

always → const WaitForSyncMode

Always waits until the objects have been downloaded from the server.

never → const WaitForSyncMode

Never waits for the download to complete, but keeps downloading the objects in the background.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<WaitForSyncMode>
A constant List of the values in this enum, in order of their declaration.