K - The type of the key returned to this callback.public abstract class DatabaseWriteCallback<T> extends Callback
| Constructor and Description |
|---|
DatabaseWriteCallback() |
public abstract void onSuccess(T result)
T - The type of the key assigned to the writen object.result - the object to be writtenCopyright © 2015. All rights reserved.