Package 

Interface BiometricHandler

  • All Implemented Interfaces:

    
    public interface BiometricHandler
    
                        

    Interface to display biometric and verify the device supported for biometric

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isSupported(Integer strongAuthenticators, Integer weakAuthenticators) check support for Biometric and device credential
      abstract Unit authenticate(BiometricPrompt.AuthenticationCallback authenticationCallback) display biometric prompt for Biometric and device credential
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isSupported

         abstract Boolean isSupported(Integer strongAuthenticators, Integer weakAuthenticators)

        check support for Biometric and device credential

        Parameters:
        strongAuthenticators - accept different strong authenticators like BIOMETRIC_STRONG
        weakAuthenticators - accept different strong authenticators like BIOMETRIC_WEAK