Interface DynamicRealm.Transaction
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm
Enclosing class:
Encapsulates a Realm transaction.Using this class will automatically handle io.realm.DynamicRealm.beginTransaction() and io.realm.DynamicRealm.commitTransaction() If any exception is thrown during the transaction io.realm.DynamicRealm.cancelTransaction() will be called instead of io.realm.DynamicRealm.commitTransaction().
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
public static | |
public static interface | |
public static interface |
Method Summary
Modifier and Type | Method and Description |
---|---|
public void |