Package io.realm
Interface Realm.Transaction.OnError
-
- Enclosing interface:
- Realm.Transaction
public static interface Realm.Transaction.OnError
Callback invoked to notify the caller thread about error during the transaction. The transaction will be rolled back and the background Realm will be closed before invokingonError(Throwable)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(Throwable error)
-
-
-
Method Detail
-
onError
void onError(Throwable error)
-
-