Transaction Callback
Types
Functions
on Error
Link copied to clipboard
Called when an error happens
on Transaction Complete
Link copied to clipboard
abstract fun onTransactionComplete(isSuccessful: Boolean, snapshot: DataSnapshot)
Content copied to clipboard
run Transaction
Link copied to clipboard
abstract fun runTransaction(currentValue: JSONValue): TransactionCallback.Action
Content copied to clipboard