Table of Contents

Class FingerprintManager

Namespace
Android.Hardware.Fingerprint
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class FingerprintManager : JVMBridgeBase<FingerprintManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
FingerprintManager
Implements
Extension Methods

Constructors

FingerprintManager(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 FingerprintManager(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

FINGERPRINT_ACQUIRED_GOOD

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ACQUIRED_GOOD { get; set; }

Property Value

int

FINGERPRINT_ACQUIRED_IMAGER_DIRTY

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ACQUIRED_IMAGER_DIRTY { get; set; }

Property Value

int

FINGERPRINT_ACQUIRED_INSUFFICIENT

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ACQUIRED_INSUFFICIENT { get; set; }

Property Value

int

FINGERPRINT_ACQUIRED_PARTIAL

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ACQUIRED_PARTIAL { get; set; }

Property Value

int

FINGERPRINT_ACQUIRED_TOO_FAST

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ACQUIRED_TOO_FAST { get; set; }

Property Value

int

FINGERPRINT_ACQUIRED_TOO_SLOW

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ACQUIRED_TOO_SLOW { get; set; }

Property Value

int

FINGERPRINT_ERROR_CANCELED

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_CANCELED { get; set; }

Property Value

int

FINGERPRINT_ERROR_HW_NOT_PRESENT

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_HW_NOT_PRESENT { get; set; }

Property Value

int

FINGERPRINT_ERROR_HW_UNAVAILABLE

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_HW_UNAVAILABLE { get; set; }

Property Value

int

FINGERPRINT_ERROR_LOCKOUT

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_LOCKOUT { get; set; }

Property Value

int

FINGERPRINT_ERROR_LOCKOUT_PERMANENT

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_LOCKOUT_PERMANENT { get; set; }

Property Value

int

FINGERPRINT_ERROR_NO_FINGERPRINTS

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_NO_FINGERPRINTS { get; set; }

Property Value

int

FINGERPRINT_ERROR_NO_SPACE

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_NO_SPACE { get; set; }

Property Value

int

FINGERPRINT_ERROR_TIMEOUT

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_TIMEOUT { get; set; }

Property Value

int

FINGERPRINT_ERROR_UNABLE_TO_PROCESS

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_UNABLE_TO_PROCESS { get; set; }

Property Value

int

FINGERPRINT_ERROR_USER_CANCELED

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_USER_CANCELED { get; set; }

Property Value

int

FINGERPRINT_ERROR_VENDOR

[Obsolete("Deprecated in JVM")]
public static int FINGERPRINT_ERROR_VENDOR { get; set; }

Property Value

int

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

Authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler)

[Obsolete("Deprecated in JVM")]
public void Authenticate(FingerprintManager.CryptoObject arg0, CancellationSignal arg1, int arg2, FingerprintManager.AuthenticationCallback arg3, Handler arg4)

Parameters

arg0 FingerprintManager.CryptoObject

FingerprintManager.CryptoObject

arg1 CancellationSignal

CancellationSignal

arg2 int

int

arg3 FingerprintManager.AuthenticationCallback

FingerprintManager.AuthenticationCallback

arg4 Handler

Handler

HasEnrolledFingerprints()

[Obsolete("Deprecated in JVM")]
public bool HasEnrolledFingerprints()

Returns

bool

bool

IsHardwareDetected()

[Obsolete("Deprecated in JVM")]
public bool IsHardwareDetected()

Returns

bool

bool