Class

PositionIndicatorVisibility

Enum used by adapters to specify if the Position Indicator needs to be shown, hidden, or hidden after a small delay.

Source set: Android
public value class PositionIndicatorVisibility internal constructor(internal val value: Int)

Enum used by adapters to specify if the Position Indicator needs to be shown, hidden, or hidden after a small delay.

Companion Object

Properties

Source set: Android
public val Show: PositionIndicatorVisibility

Show the Position Indicator.

Source set: Android
public val Hide: PositionIndicatorVisibility

Hide the Position Indicator.

Source set: Android
public val AutoHide: PositionIndicatorVisibility

Hide the Position Indicator after a short delay.

Last updated: