isBiometricsReady(options)
Verify if the biometrics hardware or pin code is available to use to verify the user’s device ownership.
options
—(Required) ABiometricsServiceOptions
object to configure the BiometricsService request.
A Promise object that resolves as a Boolean value. true
if the biometrics hardware or pin code is available for use and false
otherwise. If an error is encountered, the error is returned via a rejected promise.
See Also