RadioListItemResult

sealed interface RadioListItemResult

Represents the result of a radio list item selection.

Inheritors

Types

Link copied to clipboard

Indicates that a custom entry process has started.

Link copied to clipboard
sealed interface Finalized : RadioListItemResult

Represents a finalized state of a selected radio list item.

Link copied to clipboard
data class Selected(val amount: <Error class: unknown class>, val bonus: <Error class: unknown class>? = null) : RadioListItemResult.Finalized

A radio list item that has been selected.

Link copied to clipboard

A radio list item that has been unselected.