Interface OAuthAsyncRequestCallback<T>


  • public interface OAuthAsyncRequestCallback<T>
    • Method Detail

      • onCompleted

        void onCompleted​(T response)
      • onThrowable

        void onThrowable​(Throwable t)