轻量级前端框架助力开发者提升项目效率与性能
828
2022-10-31
Android标准化指纹识别框架,只基于api23官方标准
FingerprintScanHelper
Android标准化指纹识别框架,只基于api23官方标准
使用方式
Add it in your root build.gradle at the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io' } }}
Step 2. Add the dependency
dependencies { implementation 'com.github.jianyuyouhun:FingerprintScanHelper:1.0.2'}
代码中
new FingerprintScanHelper(context) .startAuth(new OnAuthResultListener() { @Override public void onSuccess() { } @Override public void onInputPwd(String pwd) { } @Override public void onFailed(String msg) { } @Override public void onDeviceNotSupport() { } }, true, true);//cancelAble&canTouchOutsideCancel
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~