summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2018-04-06 11:26:18 +0300
committerElvis Kuliiev <ekuliiev@luxoft.com>2018-05-25 20:01:23 +0300
commita70e3248cccadef27c608b2d7f7035d0b555f004 (patch)
tree71d7af85161dcd642adde65760875f36284f6459
parentdd8c006ecd1c5c696e696584aff694462a54ac4b (diff)
downloadsdl_core-a70e3248cccadef27c608b2d7f7035d0b555f004.tar.gz
Add API changes for support AppIcon resumption
Implementation of proposal 0041-appicon-resumption.md Task : https://github.com/smartdevicelink/sdl_core/issues/1456
-rw-r--r--src/components/interfaces/MOBILE_API.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 2cbae29c8c..c0caa4db1b 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3153,6 +3153,10 @@
<param name="systemSoftwareVersion" type="String" maxlength="100" mandatory="false" platform="documentation">
<description>The software version of the system that implements the SmartDeviceLink core.</description>
</param>
+ <param name="iconResumed" type="Boolean" mandatory="true">
+ <description>Existence of apps icon at system. If true, apps icon
+ was resumed at system. If false, apps icon is not resumed at system</description>
+ </param>
</function>
<function name="UnregisterAppInterface" functionID="UnregisterAppInterfaceID" messagetype="request">