Class Biometrics.PromptData
-
- All Implemented Interfaces:
public final class Biometrics.PromptDataData class used for wrapping parameters used to create a biometric prompt
-
-
Constructor Summary
Constructors Constructor Description Biometrics.PromptData(String title, String subTitle, String negativeButtonText)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()The title to be displayed in the Biometric Prompt final StringgetSubTitle()The subtitle to be displayed in the Biometric Prompt final StringgetNegativeButtonText()"Cancel" button text to display, if device credentials are disallowed -
-
Method Detail
-
getSubTitle
final String getSubTitle()
The subtitle to be displayed in the Biometric Prompt
-
getNegativeButtonText
final String getNegativeButtonText()
"Cancel" button text to display, if device credentials are disallowed
-
-
-
-