Deletes a submenu from the Command Menu
Notes: When an app deletes a submenu that has child commands, those child commands are also deleted
HMILevel needs to be FULL, LIMITED or BACKGROUND
Since SmartDeviceLink 1.0
see SDLAddCommand SDLAddSubMenu SDLDeleteCommand
Convenience init to delete a submenu
- (nonnull instancetype)initWithId:(UInt32)menuId;
init(id menuId: UInt32)
Identifies the SDLSubMenu to be delete
An SDLDeleteSubMenu object
the MenuID that identifies the SDLSubMenu to be delete @discussion Notes: Min Value: 0; Max Value: 2000000000
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull menuID;
var menuID: NSNumber & SDLInt { get set }