BiometricsPlugin.check()
PluginBiometricsPlugincheckLess than 1 minute
Checks if biometrics authentication is supported on the current platform.
BiometricsPlugin.check()
Parameters
- None
Returns
- A Promise that resolves to a boolean.
Example
import { biometricsPlugin } from "@plaoc/plugins";
const value = biometricsPlugin.check();
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
check | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.15.7