nepho8 / cordova-plugin-android-fingerprint-keychain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<Error Code>
https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html#FINGERPRINT_ACQUIRED_GOOD

<Init>
FingerprintKey.initKey({keyId: "testKey", locale: {desc:"desc", cancel:"cancel", title:"title", hint:"hint", success:"success", notrecognized:"notrecognized"}}, function(res){console.log(res);}, function(res){console.log(res)});

<Fetch>
FingerprintKey.fetchKey({keyId: "testKey", locale: {desc:"desc", cancel:"cancel", title:"title", hint:"hint", success:"success", notrecognized:"notrecognized"}}, function(res){console.log(res);}, function(res){console.log(res)});

<Check Availability>
FingerprintKey.isAvailable(function(res){console.log(res);}, function(res){console.log(res)});

About


Languages

Language:Java 78.4%Language:JavaScript 21.6%