Delete summary for EditorBrowsableState.Never func
authorMyungki Lee <mk5004.lee@samsung.com>
Wed, 17 May 2017 09:24:53 +0000 (18:24 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Wed, 17 May 2017 09:25:50 +0000 (18:25 +0900)
- NotificationEventListener/SendEvent()

Change-Id: I7b46014509dfb6a841d9e9be6fe5a81e99a57311
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationListenerManager.cs

index a006293..5f02395 100755 (executable)
@@ -402,16 +402,6 @@ namespace Tizen.Applications.NotificationEventListener
             return list;
         }
 
-        /// <summary>
-        /// Sends a event type to an application that posted notification.
-        /// Sends the event from the viewer application to the application that posts the notification.
-        /// </summary>
-        /// <param name="uniqueNumber">The unique number of the notification.</param>
-        /// <param name="type">The event type. See enum EventType.</param>
-        /// <exception cref="ArgumentException">Thrown in case of Invalid parameter.</exception>
-        /// <exception cref="UnauthorizedAccessException"> Thrown in case of Permission deny.</exception>
-        /// <exception cref="InvalidOperationException">Thrown in case of any internal error.</exception>
-        /// <privilege>http://tizen.org/privilege/notification</privilege>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void SendEvent(int uniqueNumber, UserEventType type)
         {