public interface

OnFailureListener

com.google.android.gms.tasks.OnFailureListener

Class Overview

Listener called when a Task fails with an exception.

See also:

Summary

Public Methods
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 Exception: the exception that caused the Task to fail. Never null