接口 WebAuthNAuthentication.WebAuthNAuthenticationCallBack

  • 封闭类:
    WebAuthNAuthentication

    public static interface WebAuthNAuthentication.WebAuthNAuthenticationCallBack
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void onFailed​(int code, java.lang.String message)  
      void onSuccess​(int code, java.lang.String message, org.json.JSONObject data)  
    • 方法详细资料

      • onSuccess

        void onSuccess​(int code,
                       java.lang.String message,
                       org.json.JSONObject data)
      • onFailed

        void onFailed​(int code,
                      java.lang.String message)