PromptData

data class PromptData(val title: String, val subTitle: String, val negativeButtonText: String)

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

Constructors

Link copied to clipboard
constructor(title: String, subTitle: String, negativeButtonText: String)

Properties

Link copied to clipboard

"Cancel" button text to display, if device credentials are disallowed

Link copied to clipboard

The subtitle to be displayed in the Biometric Prompt

Link copied to clipboard

The title to be displayed in the Biometric Prompt