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

Class Realm.Callback

java.lang.Object
io.realm.BaseRealm.InstanceCallback
io.realm.Realm.Callback

Enclosing class:

Realm

Constructor and Description
Modificador y Tipo
Método y descripción

public void

Throwable exception
)

Deliver an error happens when creating the Realm instance to the caller thread.

public abstract void

  • Métodos heredados de la clase java.lang.Object: getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Methods inherited from class io.realm.BaseRealm.InstanceCallback: onSuccess , onError

public Callback ()

public void onError (
Throwable exception
)

Deliver an error happens when creating the Realm instance to the caller thread. The default implementation will throw an exception on the caller thread.

Anulaciones

onError en la clase InstanceCallback

public abstract void onSuccess (
Realm realm
)

Anulaciones

onSuccess en la clase InstanceCallback

Volver

Realm

En esta página