类 MFABaseButton

    • 字段详细资料

      • MFA_TYPE_BIND

        public static int MFA_TYPE_BIND
      • MFA_TYPE_VERIFY

        public static int MFA_TYPE_VERIFY
      • currentMfaType

        protected int currentMfaType
    • 构造器详细资料

      • MFABaseButton

        public MFABaseButton​(@NonNull
                             Context context)
      • MFABaseButton

        public MFABaseButton​(@NonNull
                             Context context,
                             @Nullable
                             AttributeSet attrs)
      • MFABaseButton

        public MFABaseButton​(@NonNull
                             Context context,
                             @Nullable
                             AttributeSet attrs,
                             int defStyleAttr)
    • 方法详细资料

      • mfaVerifyOk

        protected void mfaVerifyOk​(int code,
                                   String message,
                                   UserInfo userInfo)
      • checkBiometricBind

        protected boolean checkBiometricBind​(AuthActivity activity)
      • showToast

        protected void showToast​(int textResId,
                                 int imageResId)