Prioritizable

interface Prioritizable

Offers a priority which is used for determining whether a view will be visible if there is not enough space in a TtPriorityLayout container.

Properties

Link copied to clipboard
abstract val priority: Int

The priority of the item. The higher the value, the more important. The importance determines the precedence in visibility. That is, when space is limited the more important items are visible and less important items are hidden.