Summary:
Methods
| Inherited Methods
FingerprintManager.AuthenticationResult
public
static
class
FingerprintManager.AuthenticationResult
extends Object
java.lang.Object | |
↳ | android.hardware.fingerprint.FingerprintManager.AuthenticationResult |
This class was deprecated
in API level 28.
See BiometricPrompt.AuthenticationResult
Container for callback data from FingerprintManager#authenticate(CryptoObject,
CancellationSignal, int, AuthenticationCallback, Handler)
.
Summary
Public methods | |
---|---|
FingerprintManager.CryptoObject
|
getCryptoObject()
Obtain the crypto object associated with this transaction |
Inherited methods | |
---|---|
Public methods
getCryptoObject
Added in API level 23
public FingerprintManager.CryptoObject getCryptoObject ()
Obtain the crypto object associated with this transaction
Returns | |
---|---|
FingerprintManager.CryptoObject |
crypto object provided to FingerprintManager#authenticate(CryptoObject,
CancellationSignal, int, AuthenticationCallback, Handler) . |