Removes a command from the Command Menu
HMI Status Requirements:
HMILevel: FULL, LIMITED or BACKGROUND
AudioStreamingState: N/A
SystemContext: Should not be attempted when VRSESSION or MENU
Since SmartDeviceLink 1.0
see SDLAddCommand SDLAddSubMenu SDLDeleteSubMenu
Convenience init to remove a command from the menu
- (nonnull instancetype)initWithId:(UInt32)commandId;
init(id commandId: UInt32)
The Command ID that identifies the Command to be deleted from Command Menu
An SDLDeleteCommand object
the Command ID that identifies the Command to be deleted from Command Menu @discussion an NSNumber value representing Command ID
Notes: Min Value: 0; Max Value: 2000000000
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull cmdID;
var cmdID: NSNumber & SDLInt { get set }