| Package | Description |
|---|---|
| mk.gdx.firebase | |
| mk.gdx.firebase.distributions |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends T> |
GdxFIRDatabase.readValue(java.lang.Class<T> dataType,
DataCallback<E> callback)
Reads value from path given by
inReference(String) and gives response by DataCallback. |
| Modifier and Type | Method and Description |
|---|---|
<T,R extends T> |
DatabaseDistribution.readValue(java.lang.Class<T> dataType,
DataCallback<R> callback)
Reads value from path given by
inReference(String) and gives response by DataCallback. |