UserSettingsToolbarConfiguration

data class UserSettingsToolbarConfiguration(val hiddenToolbarItems: List<UserSettingsToolbarItem>? = null, val maxDisplayResolution: UserSettingsMaxDisplayResolution? = null, val toolbarType: UserSettingsToolbarType? = null, val visualMode: UserSettingsVisualMode? = null)

Constructors

Link copied to clipboard
constructor(hiddenToolbarItems: List<UserSettingsToolbarItem>? = null, maxDisplayResolution: UserSettingsMaxDisplayResolution? = null, toolbarType: UserSettingsToolbarType? = null, visualMode: UserSettingsVisualMode? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of toolbar items to be hidden.

Link copied to clipboard

The maximum display resolution that is allowed for the session.

Link copied to clipboard

The type of toolbar displayed during the session.

Link copied to clipboard

The visual mode of the toolbar.