This is called when a command was selected via VR after pressing the PTT button, or selected from the menu after pressing the MENU button.
Note: The sequence of SDLOnHMIStatus and SDLOnCommand notifications for user-initiated interactions is indeterminate.
@since SDL 1.0
See
SDLAddCommand SDLDeleteCommand SDLDeleteSubMenuThe command ID of the command the user selected. This is the command ID value provided by the application in the SDLAddCommand operation that created the command.
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull cmdID;
var cmdID: NSNumber & SDLInt { get set }
Indicates whether command was selected via voice or via a menu selection (using the OK button).
@property (nonatomic, strong) SDLTriggerSource _Nonnull triggerSource;
var triggerSource: SDLTriggerSource { get set }