summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-10-10 16:23:46 -0400
committerJackLivio <jack@livio.io>2018-10-10 16:23:46 -0400
commitf21ae8ccf1d606d7d4a3b3c4d357fcc7acab631a (patch)
treeb40e828a0490ef801be7b85a0b4d3d288330cea7
parent82aeb31c413726a9f37d3af0578acc1f74689a59 (diff)
downloadsdl_core-f21ae8ccf1d606d7d4a3b3c4d357fcc7acab631a.tar.gz
Add history 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 c62a9e34d6..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">
+ <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>