summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Melnik <amelnik@luxoft.com>2014-07-31 14:48:57 +0300
committerAndrey Melnik <amelnik@luxoft.com>2014-07-31 14:49:09 +0300
commit00ecb5ccc287848eab57a27cdf4551513f57c52b (patch)
treeba7a3618d09e30b130948eb58ae0ee00c90430d4
parent640b74a8213a53a43b87174551aff36bebd17e82 (diff)
downloadsdl_core-00ecb5ccc287848eab57a27cdf4551513f57c52b.tar.gz
APPLINK-8445: HMI API changes in OnAppUnregistered notification
-rw-r--r--src/components/interfaces/HMI_API.xml11
-rw-r--r--src/components/interfaces/QT_HMI_API.xml11
2 files changed, 20 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 204fabcd62..0743d8b229 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1995,7 +1995,16 @@
</param>
</function>
<function name="OnAppUnregistered" messagetype="notification">
- <description>Issued by SDL to notify HMI about application unregistered. Application then to be removed from application list; all data connected with application has to be cleared up.</description>
+ <description>
+ Issued by SDL to notify HMI about application unregistered.
+ Application then to be removed from application list; all data connected with application has to be cleared up.
+ </description>
+ <param name="unexpectedDisconnect" type="Boolean" mandatory="true">
+ <description>
+ SDL sends 'true' in case the connection is unexpectedly lost.
+ SDL sends 'false' in case the mobile app is unregistered gracefully (via appropriate RPC)
+ </description>
+ </param>
<param name="appID" type="Integer" mandatory="true">
<description>ID of the application unregistered</description>
</param>
diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml
index 6b0db4aaf6..d34c995ebc 100644
--- a/src/components/interfaces/QT_HMI_API.xml
+++ b/src/components/interfaces/QT_HMI_API.xml
@@ -1888,7 +1888,16 @@
</param>
</function>
<function name="OnAppUnregistered" messagetype="notification" provider="sdl">
- <description>Issued by SDL to notify HMI about application unregistered. Application then to be removed from application list; all data connected with application has to be cleared up.</description>
+ <description>
+ Issued by SDL to notify HMI about application unregistered.
+ Application then to be removed from application list; all data connected with application has to be cleared up.
+ </description>
+ <param name="unexpectedDisconnect" type="Boolean" mandatory="true">
+ <description>
+ SDL sends 'true' in case the connection is unexpectedly lost.
+ SDL sends 'false' in case the mobile app is unregistered gracefully (via appropriate RPC)
+ </description>
+ </param>
<param name="appID" type="Integer" mandatory="true">
<description>ID of the application unregistered</description>
</param>