Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
Click here >
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

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

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