From ce776b438c573afb1546b54a8cdec1f868c92802 Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Fri, 30 Sep 2016 11:10:02 +0900 Subject: [PATCH] [Feedback] Add comment for API Change-Id: I0f36368a5152ccd3db7ac97ff417c32de1bbeacf Signed-off-by: pr.jung --- Tizen.System/Feedback/Feedback.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tizen.System/Feedback/Feedback.cs b/Tizen.System/Feedback/Feedback.cs index b9f73e1..bd9db9e 100644 --- a/Tizen.System/Feedback/Feedback.cs +++ b/Tizen.System/Feedback/Feedback.cs @@ -185,6 +185,9 @@ namespace Tizen.System.Feedback /// Get supported information about specific type and pattern /// /// + /// Now, IsSupportedPattern is not working for FeedbackType.All. + /// This API is working for FeedbackType.Sound and FeedbackType.Vibration only. + /// If you use FeedbackType.All for type parameter, this API will throw ArgumentException. /// To get supported information for Vibration type, app should have http://tizen.org/privilege/haptic privilege. /// /// Feedback type -- 2.7.4