summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Byzhynar (GitHub) <AByzhynar@luxoft.com>2019-08-20 21:49:16 +0300
committerAndriy Byzhynar (GitHub) <AByzhynar@luxoft.com>2019-08-21 13:18:16 +0300
commit6c1a61d911e18e2f191052cab95412f98bd3b954 (patch)
treeccf4eb607407d42b7bf73c1ce821bb23f0383c0f
parentf8085a5316b7b0deef654c69489a63b33d444a7f (diff)
downloadsdl_core-6c1a61d911e18e2f191052cab95412f98bd3b954.tar.gz
fixup! Update Mobile & HMI API with new data types and parameters
-rw-r--r--src/components/interfaces/MOBILE_API.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index db246f8280..e028db583c 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5396,17 +5396,25 @@
If omitted on supported displays, the currently set metadata tags will not change.
If any text field contains no tags or the none tag, the metadata tag for that textfield should be removed.</description>
</param>
+
+ <param name="templateTitle" type="String" maxlength="100" mandatory="false" since="6.0">
+ <description>
+ The title of the new template that will be displayed.
+ How this will be displayed is dependent on the OEM design and implementation of the template.
+ </description>
+ </param>
+
<param name="windowID" type="Integer" mandatory="false" since="6.0" >
<description>
- 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.
+ 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.
</description>
</param>
<param name="templateConfiguration" type="TemplateConfiguration" mandatory="false" since="6.0">
<description>
- Used to set an alternate template layout to a window.
+ Used to set an alternate template layout to a window.
</description>
</param>
</function>