smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
491 stars 116 forks source link

Adding more FingerprintAuthenticationResultStatus #14

Closed arctouch-oberdanbitencourt closed 7 years ago

arctouch-oberdanbitencourt commented 8 years ago

I've come across the need of registering custom analytics events for result statuses that are unknown, like TouchIDLockout. I think some statuses can be exposed so the plugin provides the developer a custom way to handle results from the OS.

smstuebe commented 8 years ago

I have to investigate this. I try to avoid adding platform specific stuff to the API.

nielscup commented 7 years ago

I also would like the status exposed so I can handle them properly. Currently the only way to determine the status is via the ErrorMessage, but this is a localized string so not very useful.