summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShow.h
diff options
context:
space:
mode:
authorMauricio Juarez <mjuarez44@ford.com>2019-07-17 09:07:26 +0200
committerMauricio Juarez <mjuarez44@ford.com>2019-07-17 09:07:26 +0200
commit5830a2760f683969685dd39bb7e4e70728191def (patch)
tree0daf9fd0ba17f96985d6fe04f4c7fffce083e2b7 /SmartDeviceLink/SDLShow.h
parent178470e1c962ba711e932c54b4d3f247bd767d25 (diff)
downloadsdl_ios-5830a2760f683969685dd39bb7e4e70728191def.tar.gz
Add documentation
Diffstat (limited to 'SmartDeviceLink/SDLShow.h')
-rw-r--r--SmartDeviceLink/SDLShow.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLShow.h b/SmartDeviceLink/SDLShow.h
index 27b294916..3d97d068a 100644
--- a/SmartDeviceLink/SDLShow.h
+++ b/SmartDeviceLink/SDLShow.h
@@ -250,14 +250,16 @@ NS_ASSUME_NONNULL_BEGIN
/**
- *
- *
+ * This is the unique ID assigned to the window that this RPC is intended.
+ * If this param is not included, it will be assumed that this request is specifically for the main window on the main display.
+ * @see PredefinedWindows enum.
+ * @since 6.0
*/
@property (strong, nonatomic, nullable) NSNumber<SDLInt> *windowID;
/**
- *
- *
+ * Used to set an alternate template layout to a window.
+ * @since 6.0
*/
@property (strong, nonatomic, nullable) SDLTemplateConfiguration *templateConfiguration;