public
static
class
FingerprintManager.AuthenticationResult
extends Object
java.lang.Object | |
↳ | android.hardware.fingerprint.FingerprintManager.AuthenticationResult |
Container for callback data from authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler)
.
Public methods | |
---|---|
FingerprintManager.CryptoObject
|
getCryptoObject()
Obtain the crypto object associated with this transaction |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
FingerprintManager.CryptoObject getCryptoObject ()
Obtain the crypto object associated with this transaction
Returns | |
---|---|
FingerprintManager.CryptoObject |
crypto object provided to authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler) .
|