接口 WebAuthNAuthentication.WebAuthNAuthenticationCallBack
-
public static interface WebAuthNAuthentication.WebAuthNAuthenticationCallBack
-
-
方法详细资料
-
onSuccess
void onSuccess(int code, String message, JSONObject data)
-
onFailed
void onFailed(int code, String message)
-
-