Interface OAuthAsyncRequestCallback<T>


  • public interface OAuthAsyncRequestCallback<T>
    • Method Summary

      Modifier and Type Method Description
      void onCompleted​(T response)  
      void onThrowable​(Throwable t)  
    • Method Detail

      • onCompleted

        void onCompleted​(T response)
      • onThrowable

        void onThrowable​(Throwable t)