[Feedback] Add comment for API
authorpr.jung <pr.jung@samsung.com>
Fri, 30 Sep 2016 02:10:02 +0000 (11:10 +0900)
committerpr.jung <pr.jung@samsung.com>
Fri, 30 Sep 2016 02:10:02 +0000 (11:10 +0900)
Change-Id: I0f36368a5152ccd3db7ac97ff417c32de1bbeacf
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/Tizen.System/Feedback/Feedback.cs

index b9f73e1..bd9db9e 100644 (file)
@@ -185,6 +185,9 @@ namespace Tizen.System.Feedback
         /// Get supported information about specific type and pattern
         /// </summary>
         /// <remarks>
+        /// 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.
         /// </remarks>
         /// <param name="type">Feedback type</param>