Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDK

Class Realm.Transaction.Callback

On this page

  • io.realm
  • Constructors
  • Method Summary
  • Inherited Methods
  • Constructor Detail
  • Method Detail
  • onError
  • onSuccess
io.realm.Realm.Transaction.Callback

Enclosing class:

Transaction

Callback invoked to notify the caller thread.

Constructor and Description
Modifier and Type
Method and Description
public void
public void
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

public Callback ()

public void onError (
Exception ignore
)
public void onSuccess ()

←  Interface Realm.TransactionInterface Realm.Transaction.OnError →