| Package | Description |
|---|---|
| mk.gdx.firebase | |
| mk.gdx.firebase.distributions |
| Modifier and Type | Method and Description |
|---|---|
<T,R extends T> |
GdxFIRDatabase.transaction(java.lang.Class<T> dataType,
TransactionCallback<R> transactionCallback,
CompleteCallback completeCallback)
Provides transaction for value describe by path given by
inReference(String) and gives response by CompleteCallback
Value that you want to change will be get in run(Object) - there you should
modifying data and returns a new one. |
| Modifier and Type | Method and Description |
|---|---|
<T,R extends T> |
DatabaseDistribution.transaction(java.lang.Class<T> dataType,
TransactionCallback<R> transactionCallback,
CompleteCallback completeCallback)
Provides transaction for value describe by path given by
inReference(String) and gives response by CompleteCallback
Value that you want to change will be get in run(Object) - there you should
modifying data and returns a new one. |