From: Editor Lionbridge Date: Wed, 26 Jul 2017 06:57:50 +0000 (+0530) Subject: Review Push API cs files X-Git-Tag: submit/trunk/20170823.075128~88^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2ea679c4e9902999d503c5d947e91408f4badb7;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Review Push API cs files PS2: Restored unchanged files. PS3: Remove \r PS4: Rebase Change-Id: Id46994695795fee5108ec0560b2e876d699974e2 --- diff --git a/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs b/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs index 3ea1d86..3e9dd90 100644 --- a/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs +++ b/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushClient.cs @@ -25,9 +25,9 @@ namespace Tizen.Messaging.Push /// 3 /// /// The PushClient API provides the way to connect with the push service. - /// It provides api's to connect/disconnect from the push service. - /// Api's are provided so that an application can register itself - /// with the push server along with api's to request push message. + /// It provides APIs to connect/disconnect from the push service. + /// APIs are provided so that an application can register itself + /// with the push server along with APIs to request push message. /// /// /// @@ -111,7 +111,7 @@ namespace Tizen.Messaging.Push /// 3 /// http://tizen.org/privilege/push /// In case of privilege not defined. - /// The Push Application Id Registered with the server. + /// The Push Application ID Registered with the server. public static void PushServiceConnect(string pushAppId) { PushImpl.Instance.PushServiceConnect(pushAppId); @@ -133,7 +133,7 @@ namespace Tizen.Messaging.Push /// /// 3 /// - /// The method returns a task which on completion with give a ServerResponse Object. + /// The method returns a task, which on completion will give a ServerResponse Object. /// public static Task PushServerRegister() { @@ -145,7 +145,7 @@ namespace Tizen.Messaging.Push /// /// 3 /// - /// The method returns a task which on completion with give a ServerResponse Object. + /// The method returns a task, which on completion will give a ServerResponse Object. /// public static Task PushServerUnregister() { @@ -162,10 +162,10 @@ namespace Tizen.Messaging.Push } /// - /// registration Id received from server. + /// registration ID received from server. /// 3 /// - /// It is the string which is the Id received from the server. + /// It is the string, which is the ID received from the server. /// public static string GetRegistrationId() { diff --git a/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs b/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs index dcf4965..d0983f5 100644 --- a/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs +++ b/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushConnectionStateEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Messaging.Push { /// - /// An extended EventArgs class which contains the State Information. + /// An extended EventArgs class, which contains the State Information. /// /// 3 public class PushConnectionStateEventArgs : EventArgs @@ -69,7 +69,7 @@ namespace Tizen.Messaging.Push /// /// 3 /// - /// It is the string which contains the error string if set. + /// It is the string, which contains the error string if set. public string Error { get; diff --git a/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs b/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs index 1cb283e..eba6c0e 100644 --- a/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs +++ b/src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushMessageEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Messaging.Push { /// - /// An extended EventArgs class which contains the message received. + /// An extended EventArgs class, which contains the message received. /// /// 3 public class PushMessageEventArgs : EventArgs @@ -28,7 +28,7 @@ namespace Tizen.Messaging.Push /// Gives the Application Data recieved. /// 3 /// - /// It is the string which stores the application data. + /// It is the string, which stores the application data. public string AppData { get; @@ -40,7 +40,7 @@ namespace Tizen.Messaging.Push /// /// 3 /// - /// It is the string which stores the message field. + /// It is the string, which stores the message field. public string Message { get; @@ -84,11 +84,11 @@ namespace Tizen.Messaging.Push } /// - /// Gives the request Id of the notification. + /// Gives the request ID of the notification. /// /// 3 /// - /// It is a string value representing the request Id of the Notification. + /// It is a string value representing the request ID of the Notification. public string RequestId { get;