Constants indicating how users are able to interact with your interface.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- Intents
UI
Declaration
typedef enum INUIInteractiveBehavior : NSUInteger {
...
} INUIInteractiveBehavior;
Constants indicating how users are able to interact with your interface.
SDKs
Framework
typedef enum INUIInteractiveBehavior : NSUInteger {
...
} INUIInteractiveBehavior;
INUIInteractive Behavior None
No interactions
INUIInteractive Behavior Next View
A behavior that displays controls for navigating to a new view.
INUIInteractive Behavior Launch
A behavior that displays an interface to launch the app.
INUIInteractive Behavior Generic Action
A behavior that shows an interface for performing an action.
- configure With Interaction: context: completion:
Called when it is time to configure your view controller’s content.