[System.Feedback] Add internal API to support feedback stop by feedback type
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 15 Sep 2023 01:47:50 +0000 (10:47 +0900)
committerChanwoo Choi <chanwoo@kernel.org>
Fri, 15 Sep 2023 08:41:34 +0000 (17:41 +0900)
commit32ce2253b62b1561793ad56f1850ce5a9f348f55
tree4fe77b8bd6858eae5afab77f9cfb97d312867d84
parentf019f9fced0f246eccfb1b0c60d6460802c58525
[System.Feedback] Add internal API to support feedback stop by feedback type

Allows feedback stop according to feedback type.

This is newly added to System.Feedback.
- public void StopTypeInternal(FeedbackType type)
    -> It stops current feedback playing 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