FingerprintManagerCompat
Deprecated
Use androidx.biometrics.BiometricPrompt
instead.
A class that coordinates access to the fingerprint hardware.
On platforms before M, this class behaves as there would be no fingerprint hardware available.
Types
Link copied to clipboard
Callback structure provided to authenticate.
Link copied to clipboard
class AuthenticationResult
Container for callback data from authenticate.
Link copied to clipboard
A wrapper class for the crypto objects supported by FingerprintManager.
Functions
Link copied to clipboard
open fun authenticate(@Nullable crypto: FingerprintManagerCompat.CryptoObject, flags: Int, @Nullable cancel: CancellationSignal, @NonNull callback: FingerprintManagerCompat.AuthenticationCallback, @Nullable handler: Handler)
open fun
Request authentication of a crypto object.
Link copied to clipboard
Get a FingerprintManagerCompat instance for a provided context.
Link copied to clipboard
Determine if there is at least one fingerprint enrolled.
Link copied to clipboard
Determine if fingerprint hardware is present and functional.