Docs Menu
Docs Home
/ /
Atlas Device SDKs
/
/
/

Enum OrderedCollectionChangeSet.State

On this page

  • io.realm
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • ERROR
  • INITIAL
  • UPDATE
  • Method Detail
  • valueOf
  • values
io.realm.OrderedCollectionChangeSet.State

Enclosing class:

OrderedCollectionChangeSet

State describing the nature of the changeset.

Enum Constant and Description

ERROR

This state is used if some error occurred on the background evaluating the query.

INITIAL

This state is used first time the callback is invoked.

UPDATE

This state is used for every subsequent update after the first.

Modifier and Type
Method and Description
  • 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

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,.

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.

public static final OrderedCollectionChangeSet.State

This state is used for every subsequent update after the first.

← 
 →