BiometricPromptTexts

data class BiometricPromptTexts(val titleTxt: String, val subtitleTxt: String, val negativeButtonTxt: String)

Display text for the system biometric prompt shown during native biometric operations.

Constructors

Link copied to clipboard
constructor(titleTxt: String, subtitleTxt: String, negativeButtonTxt: String)

Properties

Link copied to clipboard

Label for the negative/cancel button (e.g. "Cancel" or "Use password").

Link copied to clipboard

Subtitle displayed below the title.

Link copied to clipboard

Main title displayed at the top of the prompt.