TitleFrame

Enum class that defines the available title frames in the picker.

Each enum entry represents a specific title layout and its corresponding ViewHolder class. This allows for easy management and selection of different title styles within the picker component.

Entries

Link copied to clipboard

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
open override val layoutResId: Int

The layout resource ID for the title frame.

Link copied to clipboard

The ViewHolder class responsible for binding data to the title frame.

Functions

Link copied to clipboard

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.