[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 07:16:00 +0000 (16:16 +0900)
commit1f8dde4be6bb5287730142fed45fc44fa94a6bbd
treefeeaa6d7cc8083e3b839848af630358292a12adf
parent17e5be1a15395e1a4da3832b22a26f741dcc448e
[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