[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 11:56:01 +0000 (20:56 +0900)
commit232c5121242b9e17395d7a12784acf04590220b7
tree254394e6edff1b3d10854ae8b14b867da591867b
parent18fd8db63aae791a2062500ba126cd962194abf8
[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