Package apple.intentsui.enums
Class INUIInteractiveBehavior
- java.lang.Object
-
- apple.intentsui.enums.INUIInteractiveBehavior
-
public final class INUIInteractiveBehavior extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longGenericActionShow UI representing a generic follow-on action within the context, such as a large tap targetstatic longLaunchShow UI representing a launch to leave the context, such as a buttonstatic longNextViewShow UI representing navigation to a new view, such as a navigation chevronstatic longNone
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
NextView
public static final long NextView
Show UI representing navigation to a new view, such as a navigation chevron- See Also:
- Constant Field Values
-
Launch
public static final long Launch
Show UI representing a launch to leave the context, such as a button- See Also:
- Constant Field Values
-
GenericAction
public static final long GenericAction
Show UI representing a generic follow-on action within the context, such as a large tap target- See Also:
- Constant Field Values
-
-