| com.google.firebase.tasks.OnFailureListener |
Listener called when a Task fails with an exception.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onFailure(Exception e)
Called when the Task fails with an exception.
| ||||||||||
Called when the Task fails with an exception.
| e | the exception that caused the Task to fail. Never null |
|---|