Table of Contents

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

initializer IJVMBridgeBaseInitializer

Properties

BIOMETRIC_ERROR_HW_UNAVAILABLE

public static int BIOMETRIC_ERROR_HW_UNAVAILABLE { get; set; }

Property Value

int

BIOMETRIC_ERROR_IDENTITY_CHECK_NOT_ACTIVE

public static int BIOMETRIC_ERROR_IDENTITY_CHECK_NOT_ACTIVE { get; set; }

Property Value

int

BIOMETRIC_ERROR_NONE_ENROLLED

public static int BIOMETRIC_ERROR_NONE_ENROLLED { get; set; }

Property Value

int

BIOMETRIC_ERROR_NOT_ENABLED_FOR_APPS

public static int BIOMETRIC_ERROR_NOT_ENABLED_FOR_APPS { get; set; }

Property Value

int

BIOMETRIC_ERROR_NO_HARDWARE

public static int BIOMETRIC_ERROR_NO_HARDWARE { get; set; }

Property Value

int

BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED

public static int BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED { get; set; }

Property Value

int

BIOMETRIC_NO_AUTHENTICATION

public static long BIOMETRIC_NO_AUTHENTICATION { get; set; }

Property Value

long

BIOMETRIC_SUCCESS

public static int BIOMETRIC_SUCCESS { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CanAuthenticate()

[Obsolete("Deprecated in JVM")]
public int CanAuthenticate()

Returns

int

int

CanAuthenticate(int)

public int CanAuthenticate(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetLastAuthenticationTime(int)

public long GetLastAuthenticationTime(int arg0)

Parameters

arg0 int

int

Returns

long

long

GetStrings(int)

public BiometricManager.Strings GetStrings(int arg0)

Parameters

arg0 int

int

Returns

BiometricManager.Strings

BiometricManager.Strings