🌈 Create new beautiful Compose Gradients with our new wesite ->
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 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.

Members

Companion

Source set: Android
public companion object

Properties

Show

Source set: Android
public val Show: PositionIndicatorVisibility = PositionIndicatorVisibility(1)

Show the Position Indicator.

Hide

Source set: Android
public val Hide: PositionIndicatorVisibility = PositionIndicatorVisibility(2)

Hide the Position Indicator.

AutoHide

Source set: Android
public val AutoHide: PositionIndicatorVisibility = PositionIndicatorVisibility(3)

Hide the Position Indicator after a short delay.