Class Biometrics.PromptData

  • All Implemented Interfaces:

    
    public final class Biometrics.PromptData
    
                        

    Data class used for wrapping parameters used to create a biometric prompt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTitle() The title to be displayed in the Biometric Prompt
      final String getSubTitle() The subtitle to be displayed in the Biometric Prompt
      final String getNegativeButtonText() "Cancel" button text to display, if device credentials are disallowed
      • Methods inherited from class java.lang.Object

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

      • Biometrics.PromptData

        Biometrics.PromptData(String title, String subTitle, String negativeButtonText)
    • Method Detail

      • getTitle

         final String getTitle()

        The title to be displayed in the Biometric Prompt

      • getSubTitle

         final String getSubTitle()

        The subtitle to be displayed in the Biometric Prompt