summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhitAd <adlakhashobhit@gmail.com>2019-07-16 10:55:05 -0400
committerShobhitAd <adlakhashobhit@gmail.com>2019-07-16 10:55:05 -0400
commit1786c0ddd0160faf9de9245c38dcfc581540406c (patch)
treeb5c5725f15da1a91391e96e3a5a3779cba23298c
parentcf39c119d52274050686688ca69d41c18c507bf0 (diff)
downloadsdl_core-feature/template_titles.tar.gz
Add templateTitle String minlength and increase showStrings array sizefeature/template_titles
-rw-r--r--src/components/interfaces/HMI_API.xml4
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index c0b6065cce..dc8b19cd53 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4618,8 +4618,8 @@
</param>
</function>
<function name="Show" messagetype="request">
- <param name="showStrings" type="Common.TextFieldStruct" mandatory="true" array="true" minsize="0" maxsize="7">
- <description>Array of lines of show text fields. See TextFieldStruct. Uses mainField1, mainField2, mainField3, mainField4. If some field is not set, the corresponding text should stay unchanged. If field's text is empty "", the field must be cleared.
+ <param name="showStrings" type="Common.TextFieldStruct" mandatory="true" array="true" minsize="0" maxsize="8">
+ <description>Array of lines of show text fields. See TextFieldStruct. If some field is not set, the corresponding text should stay unchanged. If field's text is empty "", the field must be cleared.
mainField1: The text that should be displayed in a single or upper display line.
mainField2: The text that should be displayed on the second display line.
mainField3: The text that should be displayed on the second "page" first display line.
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 08225a7cb9..ec92d14b08 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5071,7 +5071,7 @@
</description>
</param>
- <param name="templateTitle" type="String" maxlength="100" mandatory="false" since="6.0">
+ <param name="templateTitle" type="String" minlength="0" 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.