Example usage for Java android.hardware.fingerprint FingerprintManager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, int flags, @NonNull AuthenticationCallback callback, @Nullable Handler handler) Request authentication of a crypto object. |
void | authenticate(@NonNull CancellationSignal cancel, @NonNull Bundle bundle, @NonNull @CallbackExecutor Executor executor, @NonNull IBiometricPromptReceiver receiver, @NonNull BiometricAuthenticator.AuthenticationCallback callback) Private method, see BiometricPrompt#authenticate(CancellationSignal,Executor,BiometricPrompt.AuthenticationCallback) |
boolean | hasEnrolledFingerprints() Determine if there is at least one fingerprint enrolled. |
boolean | isHardwareDetected() Determine if fingerprint hardware is present and functional. |