Tabnine Logo
FingerPrintAuthHelper.stopAuth
Code IndexAdd Tabnine to your IDE (free)

How to use
stopAuth
method
in
com.multidots.fingerprintauth.FingerPrintAuthHelper

Best Java code snippets using com.multidots.fingerprintauth.FingerPrintAuthHelper.stopAuth (Showing top 2 results out of 315)

origin: multidots/android-fingerprint-authentication

@Override
protected void onPause() {
  super.onPause();
  mFingerPrintAuthHelper.stopAuth();
}
origin: multidots/android-fingerprint-authentication

if (isScanning) stopAuth();
com.multidots.fingerprintauthFingerPrintAuthHelperstopAuth

Javadoc

Stop the finger print authentication.

Popular methods of FingerPrintAuthHelper

  • <init>
    Private constructor.
  • checkFingerPrintAvailability
    Check if the finger print hardware is available.
  • cipherInit
    Initialize the cipher.
  • generateKey
    Generate authentication key.
  • getCryptoObject
  • getHelper
    Get the FingerPrintAuthHelper
  • startAuth
    Start the finger print authentication by enabling the finger print sensor. Note: Use this function i

Popular in Java

  • Making http post requests using okhttp
  • getApplicationContext (Context)
  • putExtra (Intent)
  • getSystemService (Context)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Path (java.nio.file)
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now