public interface OnSuccessListener<TResult>
A success listener class
abstract void
onSuccess(TResult result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(TResult result)
Called when the challenge is successfully completed
result