Interface AuthCallback<T>

    • Method Detail

      • call

        void call​(int code,
                  String message,
                  T data)