Mode

enum Mode : Enum<TaskPanel.Mode>

The mode of the task panel.

This denotes the amount of screen real estate that is required by the panel.

Entries

Link copied to clipboard

A mode for panels contents that enable users to complete short and concise tasks without leaving the home panel, like calling a contact. It's also suitable for frontends that need to be displayed alongside the map, for example to show search results in both a list and on the map.

Link copied to clipboard

A mode for panels that are content-heavy and require more screen real estate to visualize it.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int