summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-07-24 14:12:34 +0300
committerAlexander Kutsan <akutsan@luxoft.com>2017-07-24 14:12:34 +0300
commit2a2ac3122347f32572f3135e53be8e7a831cdb83 (patch)
tree5209c81512b186aee8b5352e92b9d36481b5c5f3
parent7ff2c88d13288b2e5dd2a1438806be3d932935f3 (diff)
downloadsdl_core-2a2ac3122347f32572f3135e53be8e7a831cdb83.tar.gz
Add missed isSubscribe parameter to MobileApi
-rw-r--r--src/components/interfaces/MOBILE_API.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 4a461161f9..a38bd4f8a7 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -5773,6 +5773,14 @@
<param name="success" type="Boolean" platform="documentation">
<description> true if successful; false, if failed </description>
</param>
+ <param name="isSubscribed" type="Boolean" mandatory="false" >
+ <description>
+ It is a conditional-mandatory parameter: must be returned in case "subscribe" parameter was present in the related request.
+ if "true" - the "moduleType" from request is successfully subscribed and the head unit will send onInteriorVehicleData notifications for the moduleType.
+ if "false" - the "moduleType" from request is either unsubscribed or failed to subscribe.
+ </description>
+ </param>
+
</function>
<function name="SetInteriorVehicleData" functionID="SetInteriorVehicleDataID" messagetype="request">