Class INRelevantShortcutRole


  • public final class INRelevantShortcutRole
    extends java.lang.Object
    The role of the relevant shortcut. Provides a hint to Siri about the expected user experience.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Action
      The relevant shortcut represents an action that the user may want to perform using your app.
      static long Information
      The relevant shortcut represents information that the user may want to glance at.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Action

        public static final long Action
        The relevant shortcut represents an action that the user may want to perform using your app.
        See Also:
        Constant Field Values
      • Information

        public static final long Information
        The relevant shortcut represents information that the user may want to glance at.
        See Also:
        Constant Field Values