[NUI][AT-SPI] Make GetAccessibilityRelations() usable
authorArtur Świgoń <a.swigon@samsung.com>
Fri, 13 May 2022 11:30:12 +0000 (13:30 +0200)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 27 May 2022 06:02:37 +0000 (15:02 +0900)
commit6cb266a58f6d578d048efe556d449e150f6fec6d
tree530e45d29006d6f0cc17a2c033b3755f744f6cb9
parent3d6b20d85d5866691ee6b9b981dd2ed2f18db513
[NUI][AT-SPI] Make GetAccessibilityRelations() usable

The Address type is useless in NUI, as there is no way to convert an
Address to a View or obtain an Address of a View. With this change,
GetAccessibilityRelations() returns a mapping from the relation type
to a collection of View. Address and AddressCollection are removed
altogether.
src/Tizen.NUI/src/internal/Interop/Interop.ControlDevel.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibility.cs