Example usage for android.support.v4.hardware.fingerprint FingerprintManagerCompat.AuthenticationCallback subclass-usage

List of usage examples for android.support.v4.hardware.fingerprint FingerprintManagerCompat.AuthenticationCallback subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.hardware.fingerprint FingerprintManagerCompat.AuthenticationCallback subclass-usage.

Usage

From source file com.grarak.kerneladiutor.utils.FingerprintUiHelper.java

/**
 * Small helper class to manage text/icon around fingerprint authentication UI.
 */
public class FingerprintUiHelper extends FingerprintManagerCompat.AuthenticationCallback {

    private boolean mListening;

From source file com.cordova.plugin.android.fingerprintkey.FingerprintUiHelper.java

/**
 * Small helper class to manage text/icon around fingerprint authentication UI.
 */
@TargetApi(7)
public class FingerprintUiHelper extends FingerprintManagerCompat.AuthenticationCallback {

From source file io.flutter.plugins.localauth.AuthenticationHelper.java

/**
 * Authenticates the user with fingerprint and sends corresponding response back to Flutter.
 *
 * <p>One instance per call is generated to ensure readable separation of executable paths across
 * method calls.
 */