# Print output for @column tags ?>
public
static
class
FingerprintManager.AuthenticationResult
extends Object
java.lang.Object | |
↳ | android.hardware.fingerprint.FingerprintManager.AuthenticationResult |
This class is deprecated.
See BiometricPrompt.AuthenticationResult
Container for callback data from FingerprintManager#authenticate(CryptoObject,
CancellationSignal, int, AuthenticationCallback, Handler)
.
Public methods | |
---|---|
FingerprintManager.CryptoObject
|
getCryptoObject()
Obtain the crypto object associated with this transaction |
Inherited methods | |
---|---|
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) . |