Freigeben über


BiometricManager.BiometricNoAuthentication Field

Definition

Returned from BiometricManager#getLastAuthenticationTime(int) when no matching successful authentication has been performed since boot.

[Android.Runtime.Register("BIOMETRIC_NO_AUTHENTICATION", ApiSince=35)]
public const long BiometricNoAuthentication = -1;
[<Android.Runtime.Register("BIOMETRIC_NO_AUTHENTICATION", ApiSince=35)>]
val mutable BiometricNoAuthentication : int64

Field Value

Value = -1
Attributes

Remarks

Returned from BiometricManager#getLastAuthenticationTime(int) when no matching successful authentication has been performed since boot.

Java documentation for android.hardware.biometrics.BiometricManager.BIOMETRIC_NO_AUTHENTICATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to