Package apple.uikit.enums
Class UISpringLoadedInteractionEffectState
- java.lang.Object
-
- apple.uikit.enums.UISpringLoadedInteractionEffectState
-
public final class UISpringLoadedInteractionEffectState extends java.lang.ObjectAn object conforming to UISpringLoadedInteractionEffect uses UISpringLoadedInteractionEffectState to style the interaction view for the current springloading state. - UISpringLoadedInteractionEffectStateInactive: the view is not engaged in springloading and should be displayed with its default style. - UISpringLoadedInteractionEffectStatePossible: the view may springload and should provide a visual cue to the user. The default effect highlights the view. - UISpringLoadedInteractionEffectStateActivating: the view is about to springload. The default effect will briefly flash while in this state. - UISpringLoadedInteractionEffectStateActivated: the view springloaded and the activation handler is called. The default effect will restore the view to its original appearance.
-
-
Field Summary
Fields Modifier and Type Field Description static longActivatedstatic longActivatingstatic longInactivestatic longPossible
-
-
-
Field Detail
-
Inactive
public static final long Inactive
- See Also:
- Constant Field Values
-
Possible
public static final long Possible
- See Also:
- Constant Field Values
-
Activating
public static final long Activating
- See Also:
- Constant Field Values
-
Activated
public static final long Activated
- See Also:
- Constant Field Values
-
-