Field

sealed interface Field

Represents a collection of related accessibility claims which should be displayed together in a section.

Inheritors

Properties

Link copied to clipboard
abstract val shouldDisplay: Boolean

Indicates whether this display field should be rendered in the user interface, because it contains useful information.

Link copied to clipboard

List of accessibility claims to display for this field.

Functions

Link copied to clipboard
abstract fun localizedTitle(context: Context): String

Localized title for this display field, for example to use as a section header.