summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-10-11 10:26:23 -0400
committerGitHub <noreply@github.com>2018-10-11 10:26:23 -0400
commit74a6624e3d87ab3c0a6606f4d825a8e8b9c57041 (patch)
treeb40e828a0490ef801be7b85a0b4d3d288330cea7
parent42ce33645939bef8c90233b46268e1bab706e5b6 (diff)
parentf21ae8ccf1d606d7d4a3b3c4d357fcc7acab631a (diff)
downloadsdl_core-74a6624e3d87ab3c0a6606f4d825a8e8b9c57041.tar.gz
Merge pull request #2665 from JackLivio/fix/remove_subscribe_defvalue_tag
Remove subscribe defvalue tag
-rw-r--r--src/components/interfaces/MOBILE_API.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 6310f8d823..76fc6ef2d1 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -6393,11 +6393,15 @@
In the future, this should be the Identification of a module.
</description>
</param>
- <param name="subscribe" type="Boolean" mandatory="false" defvalue="false">
+ <param name="subscribe" type="Boolean" mandatory="false" since="4.5.1">
<description>
If subscribe is true, the head unit will register onInteriorVehicleData notifications for the requested moduleType.
If subscribe is false, the head unit will unregister onInteriorVehicleData notifications for the requested moduleType.
+ If subscribe is not included, the subscription status of the app for the requested moduleType will remain unchanged.
</description>
+ <history>
+ <param name="subscribe" type="Boolean" mandatory="false" defvalue="false" since="4.5" until="4.5.1"/>
+ </history>
</param>
</function>