- readValue(Class<T>, DataCallback<R>) - Method in interface mk.gdx.firebase.distributions.DatabaseDistribution
-
Reads value from path given by inReference(String) and gives response by DataCallback.
- readValue(Class<T>, DataCallback<E>) - Method in class mk.gdx.firebase.GdxFIRDatabase
-
Reads value from path given by inReference(String) and gives response by DataCallback.
- removeValue() - Method in interface mk.gdx.firebase.distributions.DatabaseDistribution
-
Removes value in path given by inReference(String).
- removeValue(CompleteCallback) - Method in interface mk.gdx.firebase.distributions.DatabaseDistribution
-
Removes value for path given by inReference(String) and gives response by DataChangeListener.
- removeValue() - Method in class mk.gdx.firebase.GdxFIRDatabase
-
Removes value in path given by inReference(String).
- removeValue(CompleteCallback) - Method in class mk.gdx.firebase.GdxFIRDatabase
-
Removes value for path given by inReference(String) and gives response by DataChangeListener.
- run(T) - Method in interface mk.gdx.firebase.callbacks.TransactionCallback
-
Deals with firebase database value when you need to get care about concurrent modification of same data.