summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcollin <collin+i@collinmcqueen.com>2020-07-17 15:16:00 -0400
committercollin <collin+i@collinmcqueen.com>2020-07-17 15:16:00 -0400
commit9275fd1d1b417b7d6150caf714bae525ff35b695 (patch)
tree069a09f764293f819b3eb7beb284f38757284ee4
parent6a220be1b062d86feba78d63f455ed6ebb63099e (diff)
downloadsdl_core-fix/onbutton_limited.tar.gz
fix description of OnButtonPress and OnButtonEvent param appIDfix/onbutton_limited
-rw-r--r--src/components/interfaces/HMI_API.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 0b189c4bca..b40076e9d0 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4204,10 +4204,9 @@
</param>
<param name="appID" type="Integer" mandatory="false">
<description>
- In case the ButtonName is CUSTOM_BUTTON or OK, HMI must include appID parameters to OnButtonPress notification sent to SDL.
If appID is not sent together with CUSTOM_BUTTON, this notification will be ignored by SDL.
If appID is present for OK button -> SDL transfers notification to the named app only if it is in FULL or LIMITED (ignores if app is in NONE or BACKGROUND).
- If appID is omited for OK button -> SDL transfers notification to app in FULL
+ If appID is omitted for OK button -> SDL transfers notification to app in FULL
</description>
</param>
</function>
@@ -4221,10 +4220,9 @@
</param>
<param name="appID" type="Integer" mandatory="false">
<description>
- In case the ButtonName is CUSTOM_BUTTON or OK, HMI must include appID parameters to OnButtonEvent notification sent to SDL.
If appID is not sent together with CUSTOM_BUTTON, this notification will be ignored by SDL.
If appID is present for OK button -> SDL transfers notification to the named app only if it is in FULL or LIMITED (ignores if app is in NONE or BACKGROUND).
- If appID is omited for OK button -> SDL transfers notification to app in FULL
+ If appID is omitted for OK button -> SDL transfers notification to app in FULL
</description>
</param>
</function>