Used by an app to show the app’s menu, typically this is used by a navigation app if the menu button is hidden.
Added in SmartDeviceLink 6.0
Creates a ShowAppMenu RPC to open the app menu directly to a AddSubMenu RPC’s submenu.
- (nonnull instancetype)initWithMenuID:(UInt32)menuID;
init(menuID: UInt32)
The ID of the AddSubMenu to open
SDLShowAppMenu RPCRequest
A Menu ID that identifies the AddSubMenu to open if it correlates with the AddSubMenu menuID parameter. If not set the top level menu will be opened.
@property (nonatomic, strong, nullable) NSNumber<SDLInt> *menuID;
var menuID: (NSNumber & SDLInt)? { get set }