[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>
Mon, 13 Nov 2023 07:54:21 +0000 (16:54 +0900)
commit6f490b58a3ae19502396ed9cb7b98790fced9fcb
tree3ff34621defca0b25dbc91208df4943230c40c7c
parent93af4629a35d8376476cdd7510af1f1ed9709593
[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