AuthenticationResult
open classAuthenticationResult
kotlin.Any | |
↳ | android.hardware.fingerprint.FingerprintManager.AuthenticationResult |
Container for callback data from FingerprintManager#authenticate(CryptoObject,
.
Summary
Public methods | |
---|---|
open FingerprintManager.CryptoObject! |
Obtain the crypto object associated with this transaction |
Public methods
getCryptoObject
Added in API level 23
open fungetCryptoObject(): FingerprintManager.CryptoObject!
Deprecated: Deprecated in Java.
Obtain the crypto object associated with this transaction
Return | |
---|---|
FingerprintManager.CryptoObject! |
crypto object provided to FingerprintManager#authenticate(CryptoObject, . |