Package apple.uikit.enums
Class UIPageControlInteractionState
- java.lang.Object
-
- apple.uikit.enums.UIPageControlInteractionState
-
public final class UIPageControlInteractionState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longContinuousThe interaction state for which the page was changed via a continuous interaction.static longDiscreteThe interaction state for which the page was changed via a single, discrete interaction.static longNoneThe default interaction state, where no interaction has occured.
-
-
-
Field Detail
-
None
public static final long None
The default interaction state, where no interaction has occured.- See Also:
- Constant Field Values
-
Discrete
public static final long Discrete
The interaction state for which the page was changed via a single, discrete interaction.- See Also:
- Constant Field Values
-
Continuous
public static final long Continuous
The interaction state for which the page was changed via a continuous interaction.- See Also:
- Constant Field Values
-
-