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

Interface Realm.Transaction

Enclosing class:

Realm

Encapsulates a Realm transaction.Using this class will automatically handle io.realm.Realm.beginTransaction() and io.realm.Realm.commitTransaction() If any exception is thrown during the transaction io.realm.Realm.cancelTransaction() will be called instead of io.realm.Realm.commitTransaction().

Modificador y Tipo
Class and Description

public static

public static interface

public static interface

Modificador y Tipo
Método y descripción

public void

Realm realm
)
public void execute (
Realm realm
)

Volver

Realm.Callback

En esta página