OnFailureListener

public interface OnFailureListener

Listener called when a Task fails with an exception.

Public Method Summary

abstract void
onFailure(Exception e)
Called when the Task fails with an exception.

Public Methods

public abstract void onFailure (Exception e)

Called when the Task fails with an exception.

Parameters
e the exception that caused the Task to fail. Never null