DisplayNumber

data class DisplayNumber(val number: UInt, val action: InputAction) : AuthAction

The application should display this number to the user. The user should perform the selected action given number of times.

Constructors

Link copied to clipboard
constructor(number: UInt, action: InputAction)

Properties

Link copied to clipboard

Input action to perform.

Link copied to clipboard

Number to display.