PresentationConfigurationForBiometricsPrompt
An entity describing parameters for the system biometrics prompt.
Parameters
fragmentActivity
the activity that will present the biometric authentication to the user.
promptTitle
the title used for the Biometrics prompt.
promptSubtitle
the subtitle used for the Biometrics prompt.
promptDescription
the description used for the Biometrics prompt.
negativeButtonText
the text for the “cancel” button of the Biometrics prompt.
Constructors
Link copied to clipboard
public PresentationConfigurationForBiometricsPrompt PresentationConfigurationForBiometricsPrompt(FragmentActivity fragmentActivity, String promptTitle, String promptSubtitle, String promptDescription, String negativeButtonText)