public final class UIPageControlInteractionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Continuous
The interaction state for which the page was changed via a continuous interaction.
|
static long |
Discrete
The interaction state for which the page was changed via a single, discrete interaction.
|
static long |
None
The default interaction state, where no interaction has occurred.
|
public static final long None
public static final long Discrete
public static final long Continuous