public static interface Firebase.CompletionListener
Modifier and Type | Method and Description |
---|---|
void |
onComplete(FirebaseError error,
Firebase ref)
This method will be triggered when the operation has either succeeded
or failed.
|
void onComplete(FirebaseError error, Firebase ref)
error
- A description of any errors that occurred or null on successref
- A reference to the specified Firebase locationCopyright © 2017 Firebase. All rights reserved.