Package apple.intents.enums
Class INRelevantShortcutRole
- java.lang.Object
-
- apple.intents.enums.INRelevantShortcutRole
-
public final class INRelevantShortcutRole extends java.lang.ObjectThe role of the relevant shortcut. Provides a hint to Siri about the expected user experience.
-
-
Field Summary
Fields Modifier and Type Field Description static longActionThe relevant shortcut represents an action that the user may want to perform using your app.static longInformationThe relevant shortcut represents information that the user may want to glance at.
-
-
-
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
-
-