Class BiometricManager
- Namespace
- Android.Hardware.Biometrics
- Assembly
- MASES.Netdroid.dll
public class BiometricManager : JVMBridgeBase<BiometricManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
BiometricManager
- Implements
- Extension Methods
Constructors
BiometricManager(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BiometricManager(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BIOMETRIC_ERROR_HW_UNAVAILABLE
public static int BIOMETRIC_ERROR_HW_UNAVAILABLE { get; set; }
Property Value
BIOMETRIC_ERROR_IDENTITY_CHECK_NOT_ACTIVE
public static int BIOMETRIC_ERROR_IDENTITY_CHECK_NOT_ACTIVE { get; set; }
Property Value
BIOMETRIC_ERROR_NONE_ENROLLED
public static int BIOMETRIC_ERROR_NONE_ENROLLED { get; set; }
Property Value
BIOMETRIC_ERROR_NOT_ENABLED_FOR_APPS
public static int BIOMETRIC_ERROR_NOT_ENABLED_FOR_APPS { get; set; }
Property Value
BIOMETRIC_ERROR_NO_HARDWARE
public static int BIOMETRIC_ERROR_NO_HARDWARE { get; set; }
Property Value
BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED
public static int BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED { get; set; }
Property Value
BIOMETRIC_NO_AUTHENTICATION
public static long BIOMETRIC_NO_AUTHENTICATION { get; set; }
Property Value
BIOMETRIC_SUCCESS
public static int BIOMETRIC_SUCCESS { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CanAuthenticate()
[Obsolete("Deprecated in JVM")]
public int CanAuthenticate()
Returns
CanAuthenticate(int)
public int CanAuthenticate(int arg0)
Parameters
Returns
GetLastAuthenticationTime(int)
public long GetLastAuthenticationTime(int arg0)
Parameters
Returns
GetStrings(int)
public BiometricManager.Strings GetStrings(int arg0)