0

How do I listen to Fingerprint onTouch event. I tried Fingerprint Authentication Event, which is working well but as soon as I got success response from Authentication it will stop listening on Fingerprint Sensor.

I want something which continually listen on Fingerprint Sensor.

Yogesh Patel
  • 672
  • 4
  • 9
  • _"I want something which continually listen on Fingerprint Sensor."_ For what purpose? The only thing you can use the sensor for with the official API is to perform authentications (i.e. make a crypographic key available for use if the fingerprint matches any of the enrolled fingerprints). – Michael Oct 24 '16 at 08:10
  • I would like to use as button for extra functionality – Yogesh Patel Oct 24 '16 at 08:51
  • Are you trying to create a button and make the authenticate() method called in the onClick() method of the button? – user1527152 Jan 17 '17 at 15:51

0 Answers0