Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm

Enum OrderedCollectionChangeSet.estado

java.lang.Object
io.realm.OrderedCollectionChangeSet.State

Enclosing class:

OrderedCollectionChangeSet

State describing the nature of the changeset.

Enum Constant and Description

ERROR

Este estado se utiliza si se produjo algún error en segundo plano al evaluar la consulta.

INITIAL

Este estado se utiliza la primera vez que se invoca la función de retorno.

actualizar

Este estado se utiliza para cada actualización posterior a la primera.

Modificador y Tipo
Método y descripción
  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Métodos heredados de la clase 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

Este estado se utiliza para cada actualización posterior a la primera.

Volver

OrderedCollectionChangeSet.Range

En esta página