Skip to content

Support for fingerprint scanning/TouchID in Codename One mobile applications

Notifications You must be signed in to change notification settings

diamonddevgroup/FingerprintScanner

 
 

Repository files navigation

Fingerprint Scanner

This cn1lib provides basic support for fingerprint scanning on iOS/Android with one API. Due to the difference between the two implementations we chose a simplified approach that just verifies the fingerprint and doesn't delve into the nuanced complexities for this API.

You can see a test application here. Usage of this library is as follows:

Fingerprint.scanFingerprint("Use your finger print to unlock AppName.", value -> {
    Log.p("Scan successfull!");
}, (sender, err, errorCode, errorMessage) -> {
    Log.p("Scan Failed!");
});

Note that the values passed to value/fail are null and don't include any data at this time...

About

Support for fingerprint scanning/TouchID in Codename One mobile applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.3%
  • Objective-C 13.2%
  • JavaScript 3.8%
  • C# 2.7%