OnSuccessListener

public interface OnSuccessListener<TResult>


Listener called when a Task completes successfully.

Parameters
<TResult>

the Task's result type

Summary

Public methods

abstract void
onSuccess(TResult result)

Called when the Task completes successfully.

Public methods

onSuccess

abstract void onSuccess(TResult result)

Called when the Task completes successfully.

Parameters
TResult result

the result of the Task