summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin <collin@livio.io>2019-07-29 17:25:48 -0400
committerCollin <collin@livio.io>2019-07-29 17:25:48 -0400
commit6774f3475722d88f6c552823c07ed36b8ac8ea62 (patch)
tree65bf75166021491c16a6b9a2a9562f10d9826251
parent678c8cb640d4b3e203f7af2737f2141452d908e8 (diff)
downloadsdl_core-6774f3475722d88f6c552823c07ed36b8ac8ea62.tar.gz
add scrollableMessage::cancelID
-rw-r--r--src/components/interfaces/HMI_API.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 98792b0939..f6e085f09c 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -5097,6 +5097,11 @@
<param name="appID" type="Integer" mandatory="true">
<description>ID of application related to this RPC.</description>
</param>
+ <param name="cancelID" type="Integer" mandatory="false">
+ <description>
+ An ID for this specific alert to allow cancellation through the `CancelInteraction` RPC.
+ </description>
+ </param>
</function>
<function name="ScrollableMessage" messagetype="response">
</function>