Enum OrderedCollectionChangeSet.State
On this page
io.realm
Enclosing class:
State describing the nature of the changeset.
Enum Constant Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
public static OrderedCollectionChangeSet.State | |
public static OrderedCollectionChangeSet.State | values () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class java.lang.Enum :
name
,ordinal
,toString
,equals
,hashCode
,clone
,compareTo
,getDeclaringClass
,valueOf
,finalize
Enum Constant Detail
ERROR
public static final OrderedCollectionChangeSet.State
This state is used if some error occurred on the background evaluating the query.For local and fully synchronized Realms, this state should only be encountered if the Realm could not be succesfully opened in the background,.
INITIAL
public static final OrderedCollectionChangeSet.State
This state is used first time the callback is invoked. The query will have completed and data is ready for the UI.
UPDATE
public static final OrderedCollectionChangeSet.State
This state is used for every subsequent update after the first.
Method Detail
valueOf
values
public static OrderedCollectionChangeSet.State values () |
---|