public interface CallbackV2<T extends Object>
abstract Unit
onSuccess(T t)
onFailure(String message, Integer code)
onAuthFailure(String message, Integer code)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit onSuccess(T t)
abstract Unit onFailure(String message, Integer code)
abstract Unit onAuthFailure(String message, Integer code)