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

public PresentationConfigurationForBiometricsPrompt PresentationConfigurationForBiometricsPrompt(FragmentActivity fragmentActivity, String promptTitle, String promptSubtitle, String promptDescription, String negativeButtonText)

Properties

Link copied to clipboard
Link copied to clipboard
private final String negativeButtonText
Link copied to clipboard
private final String promptDescription
Link copied to clipboard
private final String promptSubtitle
Link copied to clipboard
private final String promptTitle

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getPromptSubtitle()
Link copied to clipboard
public final String getPromptTitle()