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

Clase DynamicRealm.función de retorno

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

Enclosing class:

DynamicRealm

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 (
)

Anulaciones

onSuccess en la clase InstanceCallback

Volver

DynamicRealm

En esta página