OnSuccessListener
public
interface
OnSuccessListener
com.google.android.play.core.tasks.OnSuccessListener<ResultT> |
Listener called when a Task
completes successfully.
Summary
Public methods | |
---|---|
abstract
void
|
onSuccess(ResultT result)
Called when the |
Public methods
onSuccess
public abstract void onSuccess (ResultT result)
Called when the Task
completes successfully.
Parameters | |
---|---|
result |
ResultT : the result of the Task
|