Class INUIInteractiveBehavior


  • public final class INUIInteractiveBehavior
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long GenericAction
      Show UI representing a generic follow-on action within the context, such as a large tap target
      static long Launch
      Show UI representing a launch to leave the context, such as a button
      static long NextView
      Show UI representing navigation to a new view, such as a navigation chevron
      static long None  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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