summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShow.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLShow.h')
-rw-r--r--SmartDeviceLink/SDLShow.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLShow.h b/SmartDeviceLink/SDLShow.h
index 833a3dea1..18f95107d 100644
--- a/SmartDeviceLink/SDLShow.h
+++ b/SmartDeviceLink/SDLShow.h
@@ -9,6 +9,7 @@
@class SDLImage;
@class SDLSoftButton;
@class SDLMetadataTags;
+@class SDLTemplateConfiguration;
/**
@@ -246,6 +247,30 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (strong, nonatomic, nullable) SDLMetadataTags *metadataTags;
+
+/**
+ 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 SDL 6.0
+ */
+@property (strong, nonatomic, nullable) NSNumber<SDLUInt> *windowID;
+
+/**
+ Used to set an alternate template layout to a window.
+
+ @since SDL 6.0
+ */
+@property (strong, nonatomic, nullable) SDLTemplateConfiguration *templateConfiguration;
+
+/**
+ The title of the current template.
+
+ How this will be displayed is dependent on the OEM design and implementation of the template.
+
+ Optional, since SmartDeviceLink 6.0
+ */
+@property (strong, nonatomic, nullable) NSString *templateTitle;
+
@end
NS_ASSUME_NONNULL_END