We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AuthenticationCallback回调中的onAuthenticationError中, 判断用户取消操作,errMsgId==5,你这里写成errMsgId!=5, 因而无法再取消中做操作
The text was updated successfully, but these errors were encountered:
是的,用户取消(errMsgId == 5)和其他异常(errMsgId != 5)会一起走 onAuthenticationError 方法,其他异常是在验证框上提示异常信息,而取消是移除了验证框,再通过 FingerprintCallback.onCancel 回调通知开发者进行处理。
Sorry, something went wrong.
No branches or pull requests
AuthenticationCallback回调中的onAuthenticationError中,
判断用户取消操作,errMsgId==5,你这里写成errMsgId!=5,
因而无法再取消中做操作
The text was updated successfully, but these errors were encountered: