summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2021-02-22 09:55:02 -0500
committerJackLivio <jack@livio.io>2021-02-22 09:55:02 -0500
commit8eb480976bc2392fb88067dea147a3522d0e6b02 (patch)
treef2b294e6c0c7ab52d96fd0142e7743feed30104c
parentd8cd8066c636fecf8fe196fa7e95e39122f3533d (diff)
downloadsdl_core-fix/hmi_keyboard_common_naming.tar.gz
Common.KeyboardInputMask fixfix/hmi_keyboard_common_naming
-rw-r--r--src/components/interfaces/HMI_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 0afd4d132d..abda527bcd 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3221,7 +3221,7 @@
If empty, the auto-complete list will be removed from the screen.
</description>
</param>
- <param name="maskInputCharacters" type="KeyboardInputMask" mandatory="false">
+ <param name="maskInputCharacters" type="Common.KeyboardInputMask" mandatory="false">
<description>Allows an app to mask entered characters on HMI</description>
</param>
<param name="customKeys" type="String" maxlength="1" minsize="1" maxsize="10" array="true" mandatory="false">