[System.Feedback] Add internal API to support sound playing with priority
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 19 Dec 2023 06:50:47 +0000 (15:50 +0900)
committergermonado <germonado@naver.com>
Thu, 21 Dec 2023 10:14:36 +0000 (19:14 +0900)
commit2ff1b0686b10a671eaf7de22de006997cee096c8
tree61c9b424468bc8c6eaa1d0df4679c7072be89556
parentc9b19eb6223055fbe330befa658905a3d261ba91
[System.Feedback] Add internal API to support sound playing with priority

Allows sound feedback pattern playing with priority.

This is newly added to System.Feedback.
- public enum FeedbackFlag
    -> It determines the sound play method.
- public void PlayTypeWithFlagsInternal(FeedbackType type, String pattern, FeedbackFlag flag)
    -> It plays sound feedback pattern according to the FeedbackFlag value.

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