类 AbsBindHandler
- java.lang.Object
-
- cn.authing.guard.handler.BaseHandler
-
- cn.authing.guard.handler.bind.AbsBindHandler
-
public abstract class AbsBindHandler extends BaseHandler
-
-
字段概要
字段 修饰符和类型 字段 说明 protected IBindRequestCallBackmCallBackprotected ContextmContextprotected AbsBindHandlermNextHandlerprotected SocialBindButtonsocialBindButtonprotected static StringTAG
-
构造器概要
构造器 构造器 说明 AbsBindHandler(SocialBindButton socialBindButton, IBindRequestCallBack callback)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidclearError()protected voidfireCallback(int code, String message, UserInfo userInfo)protected voidfireCallback(String message)protected voidrequestBind()protected voidsetNextHandler(AbsBindHandler loginHandler)protected voidshowError(cn.authing.guard.internal.EditTextLayout editTextLayout, String errorMsg)-
从类继承的方法 cn.authing.guard.handler.BaseHandler
getAuthProtocol
-
-
-
-
字段详细资料
-
TAG
protected static final String TAG
-
mContext
protected final Context mContext
-
mNextHandler
protected AbsBindHandler mNextHandler
-
socialBindButton
protected SocialBindButton socialBindButton
-
mCallBack
protected IBindRequestCallBack mCallBack
-
-
构造器详细资料
-
AbsBindHandler
public AbsBindHandler(SocialBindButton socialBindButton, IBindRequestCallBack callback)
-
-
方法详细资料
-
setNextHandler
protected void setNextHandler(AbsBindHandler loginHandler)
-
requestBind
protected void requestBind()
-
showError
protected void showError(cn.authing.guard.internal.EditTextLayout editTextLayout, String errorMsg)
-
clearError
protected void clearError()
-
fireCallback
protected void fireCallback(String message)
-
-