ViewType

Represents different types of views that can be rendered via compose

Entries

Link copied to clipboard

Represent a vertical layout that arranges views one on top of the other

Link copied to clipboard

Represents a text view that displays two texts that can be formatted separately

Link copied to clipboard

A horizontal layout that arranges views from left to right

Link copied to clipboard

A card like view with an actionable service button used register list rows

Link copied to clipboard

Display a pair of compund texts with the formats label and displayValue

Link copied to clipboard

Renders a card

Link copied to clipboard

View component used to render a button for click actions

Link copied to clipboard

View component used to render a space between views

Link copied to clipboard

A type of view component used to render items in a list

Link copied to clipboard

A type of view component used to render an icon

Link copied to clipboard

A type of view component used to render divider between views

Link copied to clipboard

A type of view component used to overlay different views

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T : Enum<T>> Enum<T>.isIn(vararg values: Enum<T>): Boolean
Link copied to clipboard
fun valueOf(value: String): ViewType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.