PinPrompt

data class PinPrompt(val title: String = "", val subtitle: String = "", var description: String = "")

Data class representing the prompt information displayed in the PIN collection dialog.

This class encapsulates the text content shown to users when they are prompted to enter their application PIN for device binding authentication.

Constructors

Link copied to clipboard
constructor(title: String = "", subtitle: String = "", description: String = "")

Properties

Link copied to clipboard

Detailed explanatory text that provides more information about why the PIN is being requested. This can be updated dynamically to show error messages or additional instructions.

Link copied to clipboard

A secondary line of text providing additional context about the PIN request (e.g., "Authentication Required").

Link copied to clipboard

The main title text displayed at the top of the PIN dialog. Typically describes the action being performed (e.g., "Enter PIN").