Most visited

Recently visited

Added in API level 23

FingerprintManager.AuthenticationResult

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).

Summary

Public methods

FingerprintManager.CryptoObject getCryptoObject()

Obtain the crypto object associated with this transaction

Inherited methods

From class java.lang.Object

Public methods

getCryptoObject

Added in API level 23
FingerprintManager.CryptoObject getCryptoObject ()

Obtain the crypto object associated with this transaction

Returns
FingerprintManager.CryptoObject crypto object provided to authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler).

Hooray!