[System.Feedback] Add internal API to support get ids
authorYunhee Seo <yuni.seo@samsung.com>
Wed, 8 Nov 2023 07:07:00 +0000 (16:07 +0900)
committerChanwoo Choi <chanwoo@kernel.org>
Tue, 14 Nov 2023 10:53:09 +0000 (19:53 +0900)
commit0e9428bc1467072bb514453681d75a6485addfa6
treef815d3e3e5cd266328f97d4ea2a72455d3443bc2
parent9d2b570e19db4abece3d3b3784f45d6edbd1e62d
[System.Feedback] Add internal API to support get ids

Allows getting feedback theme id array supported.

This is newly added to System.Feedback.
- public uint[] GetThemeIdsInternal(FeedbackType type)
     -> It returns the available id array defined in the conf file according to feedback type.

Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/Tizen.System.Feedback/Feedback/Feedback.cs
src/Tizen.System.Feedback/Interop/Interop.Feedback.cs