added notification statement for push privilege
authorIckhee Woo <ickhee.woo@samsung.com>
Wed, 26 Jul 2017 08:12:26 +0000 (17:12 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 26 Jul 2017 08:37:09 +0000 (08:37 +0000)
Change-Id: Ie636c860f851eb493b5145f41551b624a06c30a5
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs

index af0dfcc..3ea1d86 100644 (file)
@@ -109,6 +109,8 @@ namespace Tizen.Messaging.Push
         /// API to connect with the push service.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
+        /// <privilege>http://tizen.org/privilege/push</privilege>
+        /// <exception cref="InvalidOperationException"> In case of privilege not defined. </exception>
         /// <param name="pushAppId"> The Push Application Id Registered with the server.</param>
         public static void PushServiceConnect(string pushAppId)
         {