Device.System.BiometryType

Since

4.3.1

Ios

Android

The set of available biometric authentication types.

Enumeration Members

Enumeration Members

BIOMETRICS: 3

The device supports the biometrics (e.g. fingerprint, iris, or face).

Property

Static

Android

Since

4.3.1

NONE: 0

No biometry type is supported. Works on iOS 11.0+.

Property

Static

Ios

Android

Since

4.3.1

TOUCHID: 1

The device supports Touch ID. Works on iOS 11.0+.

Property

Static

Ios

Since

4.3.1

FACEID: 2

The device supports Face ID. Works on iOS 11.0+.

Property

Static

Ios

Since

4.3.1

Generated using TypeDoc