Fix Accessibility.Say interop
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 10 Oct 2023 16:21:03 +0000 (18:21 +0200)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 31 Oct 2023 14:07:28 +0000 (23:07 +0900)
commit3fc5a25a61261a90cb370743b66ff87f7a16da27
tree1a4386210ad2e747b1928835d31b7e1303905306
parent16cc52a8580771df8edc3791df235cf01e885c1f
Fix Accessibility.Say interop

This is one of the oldest interops and was actually problematic for
multiple reasons; the return type didn't match and the third parameter
was expected to have exactly the same value in every invocation. While
fixing these issues, parsing the status string was moved from C++ to C#
for readability.
src/Tizen.NUI/src/internal/Interop/Interop.Accessibility.cs
src/Tizen.NUI/src/public/Accessibility/Accessibility.cs