Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 690 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 690 Bytes

CircleCI Download

EasyFingerprint

Utility that lets developer easily implement fingerprint related functionalities

How To Use

  • In Class where you want to receive fingerprint results, implement EasyFingerprintCallback
  • When you no longer require fingerprint to be used, call easyFingerprint.stopReadingSensor().
    • For example in Activity, you may want to call it on onPause();