WaitForSyncMode enum
Behavior when waiting for subscribed objects to be synchronized/downloaded.
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
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.