Provide the API with an asynchronous methods #16
Labels
biometric
Related to Fingerprint and/or Face Recognition functionality
enhancement
New feature or request
The goal of this task is to extend the JS API with the access to the asynchronous API on the native side.
The thing is that all calls to the native side of UWP implementation is based on
Promise
s, but they refer to the synchronous Windows OS implementation under the hood. The native API ofSignInNativeModule
already supports the asynchronous call to Windows OS, but to make it work it is necessary to design the fetch of results of these calls.The solution would be to:
Event
s which would send thePromise
of a scan/device status valueThe text was updated successfully, but these errors were encountered: