summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-07-26 11:01:25 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-07-26 11:01:25 -0400
commit899c408688e42190f299e50314885ba52f551849 (patch)
treed9584b91fcb927a97eb9150c831edf35f99b97bd
parent9a60d2fe0eee62158cec479cb4ad67d205a7c674 (diff)
downloadsdl_ios-899c408688e42190f299e50314885ba52f551849.tar.gz
adding documentation to init
-rw-r--r--SmartDeviceLink/SDLShowAppMenu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLShowAppMenu.h b/SmartDeviceLink/SDLShowAppMenu.h
index 6acaf50d6..f75cd1547 100644
--- a/SmartDeviceLink/SDLShowAppMenu.h
+++ b/SmartDeviceLink/SDLShowAppMenu.h
@@ -15,6 +15,13 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface SDLShowAppMenu : SDLRPCRequest
+/**
+ * Convenience init for setting menuID
+ *
+ * @param menuID Menu id of requsted sub menu
+ *
+ * @return A SDLShowAppMenu object
+ */
- (instancetype)initWithMenuID:(UInt32)menuID;
/**