From e5c1f5f891b1c765ab6498aef51a9978d5139715 Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Fri, 28 Jul 2017 14:38:15 +0530 Subject: [PATCH] Review application API cs file PS2: Rebase PS3: Revert to PS1 PS4: Further edits Change-Id: If7ebd70128f6beb8673e9e5196170f219f953034 --- .../Tizen.Applications/Alarm.cs | 12 +- .../Tizen.Applications/AlarmManager.cs | 126 +++---- .../DefaultCoreBackend.cs | 4 +- .../Tizen.Applications.CoreBackend/EventType.cs | 24 +- .../Tizen.Applications.CoreBackend/ICoreBackend.cs | 6 +- .../Tizen.Applications/AppControl.cs | 156 ++++----- .../Tizen.Applications/AppControlData.cs | 50 +-- .../Tizen.Applications/AppControlLaunchMode.cs | 6 +- .../Tizen.Applications/AppControlOperations.cs | 4 +- .../AppControlReceivedEventArgs.cs | 2 +- .../Tizen.Applications/AppControlReplyResult.cs | 10 +- .../Tizen.Applications/Application.cs | 14 +- .../ApplicationDisabledEventArgs.cs | 6 +- .../ApplicationEnabledEventArgs.cs | 6 +- .../Tizen.Applications/ApplicationEventState.cs | 8 +- .../Tizen.Applications/ApplicationInfo.cs | 20 +- .../Tizen.Applications/ApplicationInfoFilter.cs | 2 +- .../ApplicationInfoMetadataFilter.cs | 2 +- .../ApplicationLaunchedEventArgs.cs | 2 +- .../Tizen.Applications/ApplicationManager.cs | 10 +- .../ApplicationRunningContext.cs | 22 +- .../ApplicationTerminatedEventArgs.cs | 2 +- .../Tizen.Applications/ApplicationType.cs | 2 +- .../Tizen.Applications/Bundle.cs | 68 ++-- .../Tizen.Applications/CoreApplication.cs | 2 +- .../Tizen.Applications/DeviceOrientation.cs | 10 +- .../DeviceOrientationEventArgs.cs | 8 +- .../Tizen.Applications/DirectoryInfo.cs | 16 +- .../Tizen.Applications/LowBatteryStatus.cs | 8 +- .../Tizen.Applications/LowMemoryStatus.cs | 10 +- .../Tizen.Applications/ReceivedAppControl.cs | 10 +- .../Tizen.Applications/RecentApplicationControl.cs | 6 +- .../Tizen.Applications/RecentApplicationInfo.cs | 8 +- .../Tizen.Applications/ResourceManager.cs | 24 +- .../Tizen.Applications/SafeAppControlHandle.cs | 4 +- .../Tizen.Applications/SafeBundleHandle.cs | 4 +- .../TizenSynchronizationContext.cs | 10 +- .../Tizen.Applications.Messages/MessagePort.cs | 46 +-- .../MessageReceivedEventArgs.cs | 6 +- .../Tizen.Applications.Messages/RemoteValues.cs | 8 +- .../Notification.cs | 80 ++--- .../NotificationAccessorySet.cs | 12 +- .../NotificationActiveStyle.cs | 56 +-- .../NotificationButtonAction.cs | 18 +- .../NotificationEnumerations.cs | 46 +-- .../NotificationIndicatorStyle.cs | 8 +- .../NotificationLockStyle.cs | 10 +- .../NotificationMakerBase.cs | 4 +- .../NotificationManager.cs | 70 ++-- .../NotificationProgress.cs | 24 +- .../NotificationReplyAction.cs | 16 +- .../NotificationStyle.cs | 6 +- .../NotificationDeleteEventArgs.cs | 2 +- .../NotificationEventArgs.cs | 40 +-- .../NotificationEventArgsAccessory.cs | 12 +- .../NotificationEventArgsActiveStyle.cs | 12 +- .../NotificationEventArgsButtonAction.cs | 8 +- .../NotificationEventArgsEnumerations.cs | 164 ++++----- .../NotificationEventArgsIndicatorStyle.cs | 8 +- .../NotificationEventArgsLockStyle.cs | 8 +- .../NotificationEventArgsProgress.cs | 4 +- .../NotificationEventArgsReplyAction.cs | 8 +- .../NotificationEventArgsStyle.cs | 2 +- .../NotificationListenerManager.cs | 26 +- .../Tizen.Applications/CertCompareResultType.cs | 8 +- .../Tizen.Applications/CertificateType.cs | 8 +- .../Tizen.Applications/Package.cs | 34 +- .../Tizen.Applications/PackageCertificate.cs | 8 +- .../Tizen.Applications/PackageDrm.cs | 14 +- .../Tizen.Applications/PackageEventState.cs | 8 +- .../Tizen.Applications/PackageEventType.cs | 2 +- .../Tizen.Applications/PackageFilter.cs | 18 +- .../Tizen.Applications/PackageManager.cs | 376 ++++++++++----------- .../Tizen.Applications/PackageManagerEventArgs.cs | 8 +- .../Tizen.Applications/PackageSizeInformation.cs | 14 +- .../Tizen.Applications/PackageType.cs | 8 +- .../Tizen.Applications/PermissionType.cs | 8 +- .../Tizen.Applications/SafePackageManagerHandle.cs | 2 +- .../SafePackageManagerRequestHandle.cs | 2 +- .../Tizen.Applications/StorageType.cs | 2 +- .../Interop/Interop.Preference.cs | 4 +- .../Tizen.Applications/Preference.cs | 52 +-- .../PreferenceChangedEventArgs.cs | 2 +- .../Tizen.Applications/ServiceApplication.cs | 4 +- .../Tizen.Applications/ToastMessage.cs | 8 +- .../Tizen.Applications/CoreUIApplication.cs | 16 +- 86 files changed, 997 insertions(+), 997 deletions(-) diff --git a/src/Tizen.Applications.Alarm/Tizen.Applications/Alarm.cs b/src/Tizen.Applications.Alarm/Tizen.Applications/Alarm.cs index af69b75..0169151 100755 --- a/src/Tizen.Applications.Alarm/Tizen.Applications/Alarm.cs +++ b/src/Tizen.Applications.Alarm/Tizen.Applications/Alarm.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// The Alarm API allows setting an "alarm clock" for the delivery of a notification at some point in the future. + /// The alarm API allows setting an "alarm clock" for the delivery of a notification at some point in the future. /// /// /// @@ -36,7 +36,7 @@ namespace Tizen.Applications private const string _logTag = "Tizen.Applications.Alarm"; /// - /// Constructor created with new AlarmId. + /// Constructor created with the new AlarmId. /// /// internal Alarm(int id) @@ -57,7 +57,7 @@ namespace Tizen.Applications /// /// http://tizen.org/privilege/alarm.get /// - /// week_flag may be a combination of days, like Tuesday | Friday + /// week_flag may be a combination of days, like Tuesday | Friday. /// public AlarmWeekFlag WeekFlag { @@ -163,10 +163,10 @@ namespace Tizen.Applications } /// - /// Cancels the the specific alarm. + /// Cancels the specific alarm. /// - /// Thrown in case of Invalid parmaeter. - /// Thrown in case of permission denied due to insufficient previlleges. + /// Thrown in case of an invalid parmaeter. + /// Thrown in case of a permission denied due to insufficient privileges. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set public void Cancel() diff --git a/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs b/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs index 60d2954..7faff6f 100755 --- a/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs +++ b/src/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs @@ -22,63 +22,63 @@ namespace Tizen.Applications using Tizen.Applications.Notifications; /// - /// Enumeration for Alarm Week Flag, the days of the week. + /// Enumeration for alarm week flag, the days of the week. /// [Flags] public enum AlarmWeekFlag { /// - /// Identifier for Sunday. + /// An identifier for Sunday. /// Sunday = 0x01, /// - /// Identifier for Monday. + /// An identifier for Monday. /// Monday = 0x02, /// - /// Identifier for Tuesday. + /// An identifier for Tuesday. /// Tuesday = 0x04, /// - /// Identifier for Wednesday. + /// An identifier for Wednesday. /// Wednesday = 0x08, /// - /// Identifier for Thursday. + /// An identifier for Thursday. /// Thursday = 0x10, /// - /// Identifier for Friday. + /// An identifier for Friday. /// Friday = 0x20, /// - /// Identifier for Saturday. + /// An identifier for Saturday. /// Saturday = 0x40, /// - /// All Days of the Week. + /// All days of the week. /// AllDays = Sunday |Monday|Tuesday|Wednesday|Thursday|Friday|Saturday, /// - /// Only Weekdays + /// Only weekdays. /// WeekDays = Monday | Tuesday | Wednesday | Thursday | Friday } /// - /// Mobile devices typically give constant access to information from various sources.Some of this information is best delivered through alarms - - /// the most obvious case is a calendar scheduling application which lets you know when a meeting is about to start.Alarms are certainly better than actively waiting in a loop. + /// Mobile devices typically give constant access to information from various sources. Some of this information is best delivered through alarms. + /// The most obvious case is a calendar scheduling application, which lets you know when a meeting is about to start. Alarms are certainly better than actively waiting in a loop. /// They are also better than putting an interface to sleep because they do not block your main UI thread. /// Use of alarms helps build smooth user experiences and implements unattended data synchronization tasks. - /// If an application is installed after setting the alarm, your alarm is cancelled automatically. + /// If an application is installed after setting the alarm, your alarm is canceled automatically. /// /// /// @@ -122,11 +122,11 @@ namespace Tizen.Applications /// /// The amount of time before the first execution (in seconds). /// The amount of time between subsequent alarms (in seconds). This value does not guarantee the accuracy. - /// The actual interval is calculated by the OS. The minimum value is 600sec - /// The destination AppControl to perform a specific task when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// The actual interval is calculated by the OS. The minimum value is 600sec. + /// The destination AppControl is used to perform a specific task when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set public static Alarm CreateAlarm(int delay, int period, AppControl appControl) @@ -148,11 +148,11 @@ namespace Tizen.Applications /// Sets an alarm to be triggered after a specific time. /// The alarm will go off delay seconds later. /// - /// The amount of time before the execution (in seconds) - /// The destination AppControl to perform a specific task when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// The amount of time before the execution (in seconds). + /// The destination AppControl to perform a specific task when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set public static Alarm CreateAlarm(int delay, AppControl appControl) @@ -173,12 +173,12 @@ namespace Tizen.Applications /// Sets an alarm to be triggered at a specific time. /// The date describes the time of the first occurrence. /// - /// The first active alarm time - /// The destination AppControl to perform specific work when the alarm is triggered - /// Alarm Instance created with the set param values. - /// This operation is permitted wit UI application appcontrol only. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// The first active alarm time. + /// The destination AppControl to perform specific work when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// This operation is permitted with the UI application appcontrol only. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set public static Alarm CreateAlarm(DateTime value, AppControl appControl) @@ -199,16 +199,16 @@ namespace Tizen.Applications /// /// Sets an alarm to be triggered periodically, starting at a specific time. /// The date describes the time of the first occurrence. - /// weekFlag is the repeat value of the days of the week. - /// If weekFlag is AlarmWeekFlag.Tuesday, the alarm will repeat every Tuesday at a specific time. + /// The weekFlag is the repeat value of the days of the week. + /// If the weekFlag is AlarmWeekFlag.Tuesday, the alarm will repeat every Tuesday at a specific time. /// - /// This operation is permitted wit UI application appcontrol only. - /// The first active alarm time - /// The day of the week, AlarmWeekFlag may be a combination of days, like AlarmWeekFlag.Sunday | AlarmWeekFlag.Monday - /// The destination AppControl to perform specific work when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// This operation is permitted with UI application appcontrol only. + /// The first active alarm time. + /// The day of the week, AlarmWeekFlag may be a combination of days, like AlarmWeekFlag.Sunday | AlarmWeekFlag.Monday. + /// The destination AppControl to perform specific work when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set public static Alarm CreateAlarm(DateTime value, AlarmWeekFlag weekFlag, AppControl appControl) @@ -230,11 +230,11 @@ namespace Tizen.Applications /// Sets a notification alarm to be triggered at a specific time. /// The date describes the time of the first occurrence. /// - /// The first active alarm time - /// The notification to be posted when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// The first active alarm time. + /// The notification to be posted when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set /// http://tizen.org/privilege/notification @@ -261,10 +261,10 @@ namespace Tizen.Applications /// /// The amount of time before the first execution (in seconds). /// The amount of time between subsequent alarms (in seconds). This value does not guarantee the accuracy. - /// The notification to be posted when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// The notification to be posted when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set /// http://tizen.org/privilege/notification @@ -287,16 +287,16 @@ namespace Tizen.Applications /// /// Sets a notification alarm to be triggered periodically, starting at a specific time. /// The date describes the time of the first occurrence. - /// weekFlag is the repeat value of the days of the week. - /// If weekFlag is AlarmWeekFlag.Tuesday, the alarm will repeat every Tuesday at a specific time. + /// The weekFlag is the repeat value of the days of the week. + /// If the weekFlag is AlarmWeekFlag.Tuesday, the alarm will repeat every Tuesday at a specific time. /// - /// The first active alarm time + /// The first active alarm time. /// The day of the week, AlarmWeekFlag may be a combination of days, - /// like AlarmWeekFlag.Sunday | AlarmWeekFlag.Monday - /// The notification to be posted when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// like AlarmWeekFlag.Sunday | AlarmWeekFlag.Monday. + /// The notification to be posted when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set /// http://tizen.org/privilege/notification @@ -322,10 +322,10 @@ namespace Tizen.Applications /// The alarm will go off delay seconds later. /// /// The amount of time before the first execution (in seconds). - /// The notification to be posted when the alarm is triggered - /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parameter. - /// Thrown in case of permission denied. + /// The notification to be posted when the alarm is triggered. + /// An alarm instance is created with the set param values. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set /// http://tizen.org/privilege/notification @@ -348,7 +348,7 @@ namespace Tizen.Applications /// /// Cancels all scheduled alarms that are registered by the application that calls this API. /// - /// Thrown in case of permission denied. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set public static void CancelAll() @@ -363,8 +363,8 @@ namespace Tizen.Applications /// /// Retrieves all registered alarms. /// - /// List of all Alarm instances. - /// Thrown in case of permission denied. + /// List of all alarm instances. + /// Thrown in case of a permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.get public static IEnumerable GetAllScheduledAlarms() @@ -388,7 +388,7 @@ namespace Tizen.Applications /// /// Gets the current system time. /// - /// The current system time + /// The current system time. /// Thrown in case of any internal error. public static DateTime GetCurrentTime() { diff --git a/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/DefaultCoreBackend.cs b/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/DefaultCoreBackend.cs index aabbbeb..24915d9 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/DefaultCoreBackend.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/DefaultCoreBackend.cs @@ -22,12 +22,12 @@ using Tizen.Internals.Errors; namespace Tizen.Applications.CoreBackend { /// - /// Abstract class to provide default event handlers for apps. + /// An abstract class to provide default event handlers for apps. /// public abstract class DefaultCoreBackend : ICoreBackend { /// - /// Low level event types + /// Low level event types. /// public enum AppEventType { diff --git a/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/EventType.cs b/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/EventType.cs index e24cddf..2eadeb6 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/EventType.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/EventType.cs @@ -16,62 +16,62 @@ namespace Tizen.Applications.CoreBackend { /// - /// Class that represents the type of event for backends. This class can be converted from string type. + /// This class represents the type of event for backends. This class can be converted from the string type. /// public class EventType { /// - /// Pre-defined event type. "PreCreated" + /// Pre-defined event type "PreCreated". /// public static readonly EventType PreCreated = "PreCreated"; /// - /// Pre-defined event type. "Created" + /// Pre-defined event type "Created". /// public static readonly EventType Created = "Created"; /// - /// Pre-defined event type. "Terminated" + /// Pre-defined event type "Terminated". /// public static readonly EventType Terminated = "Terminated"; /// - /// Pre-defined event type. "AppControlReceived" + /// Pre-defined event type "AppControlReceived". /// public static readonly EventType AppControlReceived = "AppControlReceived"; /// - /// Pre-defined event type. "Resumed" + /// Pre-defined event type "Resumed". /// public static readonly EventType Resumed = "Resumed"; /// - /// Pre-defined event type. "Paused" + /// Pre-defined event type "Paused". /// public static readonly EventType Paused = "Paused"; /// - /// Pre-defined event type. "LowMemory" + /// Pre-defined event type "LowMemory". /// public static readonly EventType LowMemory = "LowMemory"; /// - /// Pre-defined event type. "LowBattery" + /// Pre-defined event type "LowBattery". /// public static readonly EventType LowBattery = "LowBattery"; /// - /// Pre-defined event type. "LocaleChanged" + /// Pre-defined event type "LocaleChanged". /// public static readonly EventType LocaleChanged = "LocaleChanged"; /// - /// Pre-defined event type. "RegionFormatChanged" + /// Pre-defined event type "RegionFormatChanged". /// public static readonly EventType RegionFormatChanged = "RegionFormatChanged"; /// - /// Pre-defined event type. "DeviceOrientationChanged" + /// Pre-defined event type "DeviceOrientationChanged". /// public static readonly EventType DeviceOrientationChanged = "DeviceOrientationChanged"; diff --git a/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/ICoreBackend.cs b/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/ICoreBackend.cs index 0ba8be5..3b94150 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/ICoreBackend.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/ICoreBackend.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications.CoreBackend { /// - /// Interface that represents the backend lifecycles. + /// An interface that represents the backend lifecycles. /// public interface ICoreBackend : IDisposable { @@ -39,13 +39,13 @@ namespace Tizen.Applications.CoreBackend void AddEventHandler(EventType evType, Action handler) where TEventArgs : EventArgs; /// - /// Runs the mainloop of backend. + /// Runs the mainloop of the backend. /// /// void Run(string[] args); /// - /// Exits the mainloop of backend. + /// Exits the mainloop of the backend. /// void Exit(); } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs index 1128f02..fd4c79c 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs @@ -59,7 +59,7 @@ namespace Tizen.Applications /// /// Initializes the instance of the AppControl class. /// - /// Thrown when failed to create AppControl handle. + /// Thrown when failed to create the AppControl handle. public AppControl() { Interop.AppControl.ErrorCode err = Interop.AppControl.Create(out _handle); @@ -70,10 +70,10 @@ namespace Tizen.Applications } /// - /// Initializes the instance of the AppControl class with parameter. + /// Initializes the instance of the AppControl class with a parameter. /// - /// The flag value to receive an additional launch result event on launch request. - /// Thrown when failed to create AppControl handle. + /// The flag value to receive an additional launch result event on the launch request. + /// Thrown when failed to create the AppControl handle. public AppControl(bool enableAppStartedResultEvent) { Interop.AppControl.ErrorCode err = Interop.AppControl.Create(out _handle); @@ -222,7 +222,7 @@ namespace Tizen.Applications /// /// /// Since Tizen 2.4, if the parameter 'uri' is started with 'file://' and - /// it is a regular file in this application's data path which can be obtained + /// it is a regular file in this application's data path, which can be obtained /// by property DataPath in ApplicationInfo class, /// it will be shared to the callee application. /// Framework will grant a temporary permission to the callee application for this file and @@ -308,10 +308,10 @@ namespace Tizen.Applications } /// - /// Gets and sets the application id to explicitly launch. + /// Gets and sets the application ID to explicitly launch. /// /// - /// (if the application id is null for setter, it clears the previous value.) + /// (if the application ID is null for setter, it clears the previous value.) /// /// /// @@ -352,13 +352,13 @@ namespace Tizen.Applications /// Gets and sets the launch mode of the application. /// /// - /// Although LaunchMode were set as AppControlLaunchMode.Group, - /// callee application would be launched as single mode + /// Although, LaunchMode were set as AppControlLaunchMode.Group, the + /// callee application would be launched as a single mode /// if the manifest file of callee application defined the launch mode as "single". - /// This property can just set the preference of caller application to launch an application. - /// Sub-applications which were launched as group mode always have own process. - /// Since Tizen 3.0, if launch mode not set in the caller app control, - /// this property returns AppControlLaunchMode.Single launch mode. + /// This property can just set the preference of the caller application to launch an application. + /// Sub-applications, which were launched as a group mode always have own process. + /// Since Tizen 3.0, if launch mode is not set in the caller application control, + /// this property returns the AppControlLaunchMode.Single launch mode. /// /// /// @@ -416,9 +416,9 @@ namespace Tizen.Applications /// /// Retrieves all applications that can be launched to handle the given app_control request. /// - /// The AppControl - /// ApplicationIds - /// Thrown when failed because of invalid parameter + /// The AppControl. + /// ApplicationIds. + /// Thrown when failed because of an invalid parameter. /// /// /// IEnumerable applicationIds = AppControl.GetMatchedApplicationIds(control); @@ -468,12 +468,12 @@ namespace Tizen.Applications /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n /// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform. /// Also, implicit launch requests are NOT delivered to service applications since 2.4. - /// To launch a service application, an explicit launch request with application ID given by property ApplicationId MUST be sent. + /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent. /// - /// The AppControl - /// Thrown when failed because of a null arguament - /// Thrown when failed because of invalid operation - /// Thrown when failed because of timeout + /// The AppControl. + /// Thrown when failed because of a null argument. + /// Thrown when failed because of an invalid operation. + /// Thrown when failed because of timeout. /// http://tizen.org/privilege/appmanager.launch /// /// @@ -496,13 +496,13 @@ namespace Tizen.Applications /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n /// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform. /// Also, implicit launch requests are NOT delivered to service applications since 2.4. - /// To launch a service application, an explicit launch request with application ID given by property ApplicationId MUST be sent. + /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent. /// - /// The AppControl - /// The callback function to be called when the reply is delivered - /// Thrown when failed because of arguament is invalid - /// Thrown when failed because of invalid operation - /// Thrown when failed because of timeout + /// The AppControl. + /// The callback function to be called when the reply is delivered. + /// Thrown when failed because of the argument is invalid. + /// Thrown when failed because of an invalid operation. + /// Thrown when failed because of timeout. /// http://tizen.org/privilege/appmanager.launch /// /// @@ -570,14 +570,14 @@ namespace Tizen.Applications /// /// /// You are not allowed to terminate other general applications using this API. - /// This API can be used to terminate sub-applications which were launched as group mode by caller application. - /// Once callee application is being terminated by this API, - /// other applications which were launched by callee application as group mode will be terminated as well + /// This API can be used to terminate sub-applications, which were launched as a group mode by the caller application. + /// Once the callee application is being terminated by this API, + /// other applications, which were launched by the callee application as a group mode will be terminated as well. /// - /// The AppControl - /// Thrown when failed because of arguament is invalid - /// Thrown when failed because of invalid operation - /// Thrown when failed because of timeout + /// The AppControl. + /// Thrown when failed because of the argument is invalid. + /// Thrown when failed because of an invalid operation. + /// Thrown when failed because of timeout. /// /// /// AppControl terminateRequest = new AppControl(); @@ -610,7 +610,7 @@ namespace Tizen.Applications } /// - /// Class for Extra Data + /// Class for extra data. /// public class ExtraDataCollection { @@ -627,10 +627,10 @@ namespace Tizen.Applications /// /// The function replaces any existing value for the given key. /// - /// The name of the extra data - /// The value associated with the given key - /// Thrown when key or value is a zero-length string - /// Thrown when the application tries to use the same key with system-defined key + /// The name of the extra data. + /// The value associated with the given key. + /// Thrown when a key or a value is a zero-length string. + /// Thrown when the application tries to use the same key with the system-defined key. /// /// /// AppControl appControl = new AppControl(); @@ -668,10 +668,10 @@ namespace Tizen.Applications /// /// The function replaces any existing value for the given key. /// - /// The name of the extra data - /// The value associated with the given key - /// Thrown when key or value is a zero-length string - /// Thrown when the application tries to use the same key with system-defined key + /// The name of the extra data. + /// The value associated with the given key. + /// Thrown when key or value is a zero-length string. + /// Thrown when the application tries to use the same key with the system-defined key. /// /// /// AppControl appControl = new AppControl(); @@ -709,11 +709,11 @@ namespace Tizen.Applications /// Gets the extra data. /// /// Only string and IEnumerable<string> - /// The name of extra data - /// The value associated with the given key - /// Thrown when the key is invalid parameter - /// Thrown when the key is not found - /// Thrown when the key is rejected + /// The name of extra data. + /// The value associated with the given key. + /// Thrown when the key is an invalid parameter. + /// Thrown when the key is not found. + /// Thrown when the key is rejected. /// /// /// AppControl appControl = new AppControl(); @@ -729,11 +729,11 @@ namespace Tizen.Applications /// /// Gets the extra data. /// - /// The name of extra data - /// The value associated with the given key - /// Thrown when the key is invalid parameter - /// Thrown when the key is not found - /// Thrown when the key is rejected + /// The name of extra data. + /// The value associated with the given key. + /// Thrown when the key is an invalid parameter. + /// Thrown when the key is not found. + /// Thrown when the key is rejected. /// /// /// AppControl appControl = new AppControl(); @@ -759,8 +759,8 @@ namespace Tizen.Applications /// /// Gets all keys in extra data. /// - /// The keys in the AppControl - /// Thrown when invalid parameter + /// The keys in the AppControl. + /// Thrown when the key is an invalid parameter. /// /// /// AppControl appControl = new AppControl(); @@ -800,12 +800,12 @@ namespace Tizen.Applications /// /// Tries getting the extra data. /// - /// The name of extra data - /// The value associated with the given key - /// The result whether getting the value is done - /// Thrown when the key is invalid parameter - /// Thrown when the key is not found - /// Thrown when the key is rejected + /// The name of extra data. + /// The value associated with the given key. + /// The result whether getting the value is done. + /// Thrown when the key is an invalid parameter. + /// Thrown when the key is not found. + /// Thrown when the key is rejected. /// /// /// AppControl appControl = new AppControl(); @@ -838,12 +838,12 @@ namespace Tizen.Applications /// /// Tries getting the extra data. /// - /// The name of extra data - /// The value associated with the given key - /// The result whether getting the value is done - /// Thrown when the key is invalid parameter - /// Thrown when the key is not found - /// Thrown when the key is rejected + /// The name of extra data. + /// The value associated with the given key. + /// The result whether getting the value is done. + /// Thrown when the key is an invalid parameter. + /// Thrown when the key is not found. + /// Thrown when the key is rejected. /// /// /// AppControl appControl = new AppControl(); @@ -890,10 +890,10 @@ namespace Tizen.Applications /// /// Removes the extra data. /// - /// The name of the extra data - /// Thrown when the key is a zero-length string - /// Thrown when the key is not found - /// Thrown when the key is rejected + /// The name of the extra data. + /// Thrown when the key is a zero-length string. + /// Thrown when the key is not found. + /// Thrown when the key is rejected. /// /// /// AppControl appControl = new AppControl(); @@ -926,8 +926,8 @@ namespace Tizen.Applications /// /// Counts keys in the extra data. /// - /// The number of counting keys - /// Thrown when invalid parameter + /// The number of counting keys. + /// Thrown when the key is an invalid parameter. /// /// /// AppControl appControl = new AppControl(); @@ -940,12 +940,12 @@ namespace Tizen.Applications } /// - /// Checks whether the extra data associated with the given key is of collection data type. + /// Checks whether the extra data associated with the given key is of the collection data type. /// - /// The name of the extra data - /// If true the extra data is of array data type, otherwise false - /// Thrown when the key is a zero-length string - /// Thrown when failed to check the key + /// The name of the extra data. + /// If true, the extra data is of the array data type, otherwise false. + /// Thrown when the key is a zero-length string. + /// Thrown when failed to check the key. /// /// /// AppControl appControl = new AppControl(); diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControlData.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControlData.cs index fddfd09..b3cb0a8 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControlData.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControlData.cs @@ -22,127 +22,127 @@ namespace Tizen.Applications public static class AppControlData { /// - /// Subject + /// Subject. /// public const string Subject = "http://tizen.org/appcontrol/data/subject"; /// - /// Recipients + /// Recipients. /// public const string To = "http://tizen.org/appcontrol/data/to"; /// - /// E-mail addresses that should be carbon copied + /// E-mail addresses that should be carbon copied. /// public const string Cc = "http://tizen.org/appcontrol/data/cc"; /// - /// E-mail addresses that should be blind carbon copied + /// E-mail addresses that should be blind carbon copied. /// public const string Bcc = "http://tizen.org/appcontrol/data/bcc"; /// - /// Text + /// Text. /// public const string Text = "http://tizen.org/appcontrol/data/text"; /// - /// Title + /// Title. /// public const string Title = "http://tizen.org/appcontrol/data/title"; /// - /// Selected items + /// Selected items. /// public const string Selected = "http://tizen.org/appcontrol/data/selected"; /// - /// Paths of items + /// Paths of items. /// public const string Path = "http://tizen.org/appcontrol/data/path"; /// - /// Selection mode. ("single" or "multiple") + /// Selection mode ("single" or "multiple"). /// public const string SectionMode = "http://tizen.org/appcontrol/data/selection_mode"; /// - /// All-day mode of event ("true" or "false") + /// All-day mode of the event ("true" or "false"). /// public const string AllDay = "http://tizen.org/appcontrol/data/calendar/all_day"; /// - /// Start time of event (format: YYYY-MM-DD HH:MM:SS) + /// Start time of the event (format: YYYY-MM-DD HH:MM:SS). /// public const string StartTime = "http://tizen.org/appcontrol/data/calendar/start_time"; /// - /// End time of event (format: YYYY-MM-DD HH:MM:SS) + /// End time of the event (format: YYYY-MM-DD HH:MM:SS). /// public const string Endtime = "http://tizen.org/appcontrol/data/calendar/end_time"; /// - /// E-mail addressed + /// E-mail addressed. /// public const string Email = "http://tizen.org/appcontrol/data/email"; /// - /// Phone numbers + /// Phone numbers. /// public const string Phone = "http://tizen.org/appcontrol/data/phone"; /// - /// URLs + /// URLs. /// public const string Url = "http://tizen.org/appcontrol/data/url"; /// - /// IDs + /// IDs. /// public const string Ids = "http://tizen.org/appcontrol/data/id"; /// - /// Type + /// Type. /// public const string Type = "http://tizen.org/appcontrol/data/type"; /// - /// Total count + /// Total count. /// public const string TotalCount = "http://tizen.org/appcontrol/data/total_count"; /// - /// Total size (unit : bytes) + /// Total size (unit : bytes). /// public const string TotalSize = "http://tizen.org/appcontrol/data/total_size"; /// - /// Name + /// Name. /// public const string Name = "http://tizen.org/appcontrol/data/name"; /// - /// Location + /// Location. /// public const string Location = "http://tizen.org/appcontrol/data/location"; /// - /// Select the type of input method + /// Select the type of input method. /// public const string InputType = "http://tizen.org/appcontrol/data/input_type"; /// - /// Send the pre inputted text such as "http://" in web + /// Send the pre inputted text, such as "http://" in web. /// public const string InputDefaultText = "http://tizen.org/appcontrol/data/input_default_text"; /// - /// Send guide text to show to user such as "Input user name" + /// Send guide text to show to the user, such as "Input user name". /// public const string InputGuideText = "http://tizen.org/appcontrol/data/input_guide_text"; /// - /// Send text to receive answer result from smart reply + /// Send text to receive answer result from smart reply. /// public const string InputPredictionHint = "http://tizen.org/appcontrol/data/input_prediction_hint"; } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControlLaunchMode.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControlLaunchMode.cs index 728612c..1a0c5d1 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControlLaunchMode.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControlLaunchMode.cs @@ -17,17 +17,17 @@ namespace Tizen.Applications { /// - /// Enumeration for App Control Launch Mode. + /// Enumeration for the application control launch mode. /// public enum AppControlLaunchMode { /// - /// Prefer to launch an application as single mode + /// Prefer to launch an application as a single mode. /// Single = 0, /// - /// Prefer to launch an application as group mode + /// Prefer to launch an application as a group mode. /// Group, } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControlOperations.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControlOperations.cs index c045651..a3e4623 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControlOperations.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControlOperations.cs @@ -82,7 +82,7 @@ namespace Tizen.Applications public const string ShareText = "http://tizen.org/appcontrol/operation/share_text"; /// - /// Dials a number. This shows a UI with the number to be dialed, allowing the user to explicitly initiate the call. + /// Dials a number. This shows an UI with the number to be dialed, allowing the user to explicitly initiate the call. /// public const string Dial = "http://tizen.org/appcontrol/operation/dial"; @@ -137,7 +137,7 @@ namespace Tizen.Applications public const string SettingBluetoothEnable = "http://tizen.org/appcontrol/operation/setting/bt_enable"; /// - /// Shows settings to configure Bluetooth visibility. + /// Shows settings to configure the Bluetooth visibility. /// public const string SettingBluetoothVisibility = "http://tizen.org/appcontrol/operation/setting/bt_visibility"; diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControlReceivedEventArgs.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControlReceivedEventArgs.cs index 7318466..8901468 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControlReceivedEventArgs.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControlReceivedEventArgs.cs @@ -24,7 +24,7 @@ namespace Tizen.Applications public class AppControlReceivedEventArgs : EventArgs { /// - /// Initializes AppControlReceivedEventArgs class. + /// Initializes the AppControlReceivedEventArgs class. /// /// public AppControlReceivedEventArgs(ReceivedAppControl appControl) diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControlReplyResult.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControlReplyResult.cs index 7fed628..86a33d3 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControlReplyResult.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControlReplyResult.cs @@ -17,27 +17,27 @@ namespace Tizen.Applications { /// - /// Enumeration for App Control Result. + /// Enumeration for the application control result. /// public enum AppControlReplyResult { /// - /// Callee application launched actually + /// The callee application launched actually. /// AppStarted = 1, /// - /// Operation is succeeded + /// The operation succeeded. /// Succeeded = 0, /// - /// Operation is failed by the callee + /// The operation failed by the callee. /// Failed = -1, /// - /// Operation is canceled by the platform + /// The operation canceled by the platform. /// Canceled = -2, } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/Application.cs b/src/Tizen.Applications.Common/Tizen.Applications/Application.cs index 2049f57..5d3077f 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/Application.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/Application.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// Class that represents a Tizen application. + /// The class that represents a Tizen application. /// public abstract class Application : IDisposable { @@ -33,12 +33,12 @@ namespace Tizen.Applications private ApplicationInfo _applicationInfo; /// - /// Gets the instance of current application. + /// Gets the instance of the current application. /// public static Application Current { get { return s_CurrentApplication; } } /// - /// Gets the class representing directory information of current application. + /// Gets the class representing directory information of the current application. /// public DirectoryInfo DirectoryInfo { @@ -56,7 +56,7 @@ namespace Tizen.Applications } /// - /// Gets the class representing information of current application. + /// Gets the class representing information of the current application. /// public ApplicationInfo ApplicationInfo { @@ -92,7 +92,7 @@ namespace Tizen.Applications } /// - /// Exits the main loop of application. + /// Exits the main loop of the application. /// public abstract void Exit(); @@ -120,7 +120,7 @@ namespace Tizen.Applications } /// - /// Finalizer of the Application class. + /// Finalizer of the application class. /// ~Application() { @@ -128,7 +128,7 @@ namespace Tizen.Applications } /// - /// Releases all resources used by the Application class. + /// Releases all resources used by the application class. /// public void Dispose() { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationDisabledEventArgs.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationDisabledEventArgs.cs index 5b185d3..5197935 100644 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationDisabledEventArgs.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationDisabledEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// Arguments for the event that is raised when the application is disabled. + /// Arguments for the event raised when the application is disabled. /// public class ApplicationDisabledEventArgs : EventArgs { @@ -33,12 +33,12 @@ namespace Tizen.Applications } /// - /// The Id of the application + /// The ID of the application. /// public string ApplicationId { get { return _applicationId; } } /// - /// The Event state of the application + /// The event state of the application. /// public ApplicationEventState EventState { get { return _eventState; } } } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEnabledEventArgs.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEnabledEventArgs.cs index fa72e8a..297ba83 100644 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEnabledEventArgs.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEnabledEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// Arguments for the event that is raised when the application is enabled. + /// Arguments for the event raised when the application is enabled. /// public class ApplicationEnabledEventArgs : EventArgs { @@ -33,12 +33,12 @@ namespace Tizen.Applications } /// - /// The Id of the application + /// The ID of the application. /// public string ApplicationId { get { return _applicationId; } } /// - /// The Event state of the application + /// The event state of the application. /// public ApplicationEventState EventState { get { return _eventState; } } } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEventState.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEventState.cs index 8ef9597..fff69ea 100644 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEventState.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationEventState.cs @@ -19,20 +19,20 @@ using System; namespace Tizen.Applications { /// - /// Enumeration of the application event state + /// Enumeration for the application event state. /// public enum ApplicationEventState { /// - /// Processing Started. + /// Processing started. /// Started = Interop.ApplicationManager.AppManagerEventState.Started, /// - /// Processing Completed. + /// Processing completed. /// Completed = Interop.ApplicationManager.AppManagerEventState.Completed, /// - /// Processing Failed. + /// Processing failed. /// Failed = Interop.ApplicationManager.AppManagerEventState.Failed } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfo.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfo.cs index 34d7b19..a0e7227 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfo.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfo.cs @@ -41,16 +41,16 @@ namespace Tizen.Applications } /// - /// A constructor of ApplicationInfo that takes the application id. + /// A constructor of ApplicationInfo that takes the application ID. /// - /// application id. + /// Application ID. public ApplicationInfo(string applicationId) { _applicationId = applicationId; } /// - /// Destructor of the class + /// Destructor of the class. /// ~ApplicationInfo() { @@ -58,7 +58,7 @@ namespace Tizen.Applications } /// - /// Gets the application id. + /// Gets the application ID. /// public string ApplicationId { @@ -81,7 +81,7 @@ namespace Tizen.Applications } /// - /// Gets the package id of the application. + /// Gets the package ID of the application. /// public string PackageId { @@ -217,7 +217,7 @@ namespace Tizen.Applications } /// - /// Checks whether application information is nodisplay. If the application icon is not displayed on the menu screen, true; otherwise, false. + /// Checks whether the application information is nodisplay. If the application icon is not displayed on the menu screen, true; otherwise, false. /// public bool IsNoDisplay { @@ -239,7 +239,7 @@ namespace Tizen.Applications } /// - /// Checks whether application is launched on booting time. If the application will be automatically start on boot, true; otherwise, false. + /// Checks whether the application is launched on booting time. If the application automatically starts on boot, true; otherwise, false. /// public bool IsOnBoot { @@ -260,7 +260,7 @@ namespace Tizen.Applications } /// - /// Checks whether application is preloaded. If the application is preloaded, true; otherwise, false. + /// Checks whether the application is preloaded. If the application is preloaded, true; otherwise, false. /// public bool IsPreload { @@ -349,9 +349,9 @@ namespace Tizen.Applications } /// - /// Gets the localized label of application for the given locale. + /// Gets the localized label of the application for the given locale. /// - /// locale. + /// Locale. public string GetLocalizedLabel(string locale) { string label = string.Empty; diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoFilter.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoFilter.cs index bba97b3..313d30b 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoFilter.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoFilter.cs @@ -20,7 +20,7 @@ using System.Collections.Generic; namespace Tizen.Applications { /// - /// This class is a parameter of GetInstalledApplicationsAsync method. + /// This class is a parameter of the GetInstalledApplicationsAsync method. /// public class ApplicationInfoFilter { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoMetadataFilter.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoMetadataFilter.cs index b4bc005..37abfb7 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoMetadataFilter.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoMetadataFilter.cs @@ -20,7 +20,7 @@ using System.Collections.Generic; namespace Tizen.Applications { /// - /// This class is a parameter of GetInstalledApplicationsAsync method. + /// This class is a parameter of the GetInstalledApplicationsAsync method. /// public class ApplicationInfoMetadataFilter : ApplicationInfoFilter { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationLaunchedEventArgs.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationLaunchedEventArgs.cs index 7f9c4b7..e80ef39 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationLaunchedEventArgs.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationLaunchedEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// Arguments for the event that is raised when the application is launched. + /// Arguments for the event raised when the application is launched. /// public class ApplicationLaunchedEventArgs : EventArgs { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationManager.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationManager.cs index adc70c3..83fdd54 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationManager.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationManager.cs @@ -303,9 +303,9 @@ namespace Tizen.Applications } /// - /// Gets the information of the specified application with the application id. + /// Gets the information of the specified application with the application ID. /// - /// Application id. + /// Application ID. public static ApplicationInfo GetInstalledApplication(string applicationId) { IntPtr infoHandle = IntPtr.Zero; @@ -321,7 +321,7 @@ namespace Tizen.Applications /// /// Returns if the specified application is running or not. /// - /// The application Id. + /// The application ID. /// Returns true if the given application is running, otherwise false. /// Thrown when the given parameter is invalid. public static bool IsRunning(string applicationId) @@ -422,8 +422,8 @@ namespace Tizen.Applications /// /// Gets the information of the recent applications. /// - /// Returns a dictionary containing all recent application info. - /// Thrown when failed because of invalid operation + /// Returns a dictionary containing all the recent application info. + /// Thrown when failed because of an invalid operation. [EditorBrowsable(EditorBrowsableState.Never)] public static IEnumerable GetRecentApplications() { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationRunningContext.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationRunningContext.cs index 73f8608..627c639 100644 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationRunningContext.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationRunningContext.cs @@ -36,11 +36,11 @@ namespace Tizen.Applications } /// - /// A constructor of ApplicationRunningContext that takes the application id. + /// A constructor of ApplicationRunningContext that takes the application ID. /// - /// application id. - /// Thrown when failed of invalid argument. - /// Thrown when failed because of application not exist error or system error. + /// Application ID. + /// Thrown when failed because of an invalid argument. + /// Thrown when failed because of the "application not exist" error or the system error. /// Thrown when failed because of out of memory. public ApplicationRunningContext(string applicationId) { @@ -96,7 +96,7 @@ namespace Tizen.Applications } /// - /// Destructor of the class + /// Destructor of the class. /// ~ApplicationRunningContext() { @@ -104,12 +104,12 @@ namespace Tizen.Applications } /// - /// Enumeration for the Application State. + /// Enumeration for the application state. /// public enum AppState { /// - /// The undefined state + /// The undefined state. /// Undefined = 0, @@ -124,7 +124,7 @@ namespace Tizen.Applications Background, /// - /// The Service application is running. + /// The service application is running. /// Service, @@ -135,7 +135,7 @@ namespace Tizen.Applications } /// - /// Gets the application id. + /// Gets the application ID. /// public string ApplicationId { @@ -152,7 +152,7 @@ namespace Tizen.Applications } /// - /// Gets the package id of the application. + /// Gets the package ID of the application. /// public string PackageId { @@ -169,7 +169,7 @@ namespace Tizen.Applications } /// - /// Gets the application's process id. + /// Gets the application's process ID. /// public int ProcessId { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationTerminatedEventArgs.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationTerminatedEventArgs.cs index 622dc91..360cd93 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationTerminatedEventArgs.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationTerminatedEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// Arguments for the event that is raised when the application is terminated. + /// Arguments for the event raised when the application is terminated. /// public class ApplicationTerminatedEventArgs : EventArgs { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationType.cs b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationType.cs index 857c3a7..de05b86 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ApplicationType.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ApplicationType.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications { /// - /// Enumeration for applications type. + /// Enumeration for the applications type. /// public enum ApplicationType { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/Bundle.cs b/src/Tizen.Applications.Common/Tizen.Applications/Bundle.cs index 1b56e8e..0f790ab 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/Bundle.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/Bundle.cs @@ -24,7 +24,7 @@ using Tizen.Internals.Errors; namespace Tizen.Applications { /// - /// A Bundle object represents a bundle. + /// A bundle object represents a bundle. /// A bundle holds items (key-value pairs) and can be used with other Tizen APIs. /// Keys can be used to access values. /// This class is accessed by using a constructor to create a new instance of this object. @@ -37,9 +37,9 @@ namespace Tizen.Applications private readonly HashSet _keys; /// - /// The Bundle constructor. + /// The bundle constructor. /// - /// Thrown when out of memory + /// Thrown when out of memory. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// @@ -51,7 +51,7 @@ namespace Tizen.Applications } /// - /// The Bundle constructor. + /// The bundle constructor. /// /// The SafeBundleHandle instance. /// Thrown when the handle is null or invalid. @@ -94,7 +94,7 @@ namespace Tizen.Applications } /// - /// The number of items in a Bundle object. + /// The number of items in a bundle object. /// /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); @@ -110,7 +110,7 @@ namespace Tizen.Applications } /// - /// The keys in a Bundle object. + /// The keys in a bundle object. /// /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); @@ -152,7 +152,7 @@ namespace Tizen.Applications /// Checks whether the bundle contains an item with a specified key. /// /// The key to check for. - /// true if the bundle contains the key. false otherwise. + /// true if the bundle contains the key, false otherwise. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// bundle.AddItem("string", "a_string"); @@ -170,11 +170,11 @@ namespace Tizen.Applications /// /// Adds an item into the bundle. /// - /// The key to identify the item with. If an item with the key already exists in the Bundle, this method will not succeed. + /// The key to identify the item with. If an item with the key already exists in the bundle, this method will not succeed. /// The value of the item. /// Thrown when the key already exists or when there is an invalid parameter. - /// Thrown when value is null. - /// Thrown when out of memory or when the Bundle instance has been disposed. + /// Thrown when a value is null. + /// Thrown when out of memory or when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// byte[] byteArray = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; @@ -192,14 +192,14 @@ namespace Tizen.Applications /// /// Adds an item into the bundle. /// - /// The key to identify the item with. If an item with the key already exists in the Bundle, this method will not succeed. + /// The key to identify the item with. If an item with the key already exists in the bundle, this method will not succeed. /// The value of the item. /// The zero-based byte offset in value from which to add to the bundle. /// The maximum number of bytes to add to the bundle starting with offset. /// Thrown when the offset or count is out of range. /// Thrown when the key already exists or when there is an invalid parameter. - /// Thrown when value is null. - /// Thrown when out of memory or when the Bundle instance has been disposed. + /// Thrown when a value is null. + /// Thrown when out of memory or when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// byte[] byteArray = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; @@ -243,10 +243,10 @@ namespace Tizen.Applications /// /// Adds an item into the bundle. /// - /// The key to identify the item with. If an item with the key already exists in the Bundle, this method will not succeed. + /// The key to identify the item with. If an item with the key already exists in the bundle, this method will not succeed. /// The value of the item. /// Thrown when the key already exists or when there is an invalid parameter. - /// Thrown when out of memory or when the Bundle instance has been disposed. + /// Thrown when out of memory or when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// bundle.AddItem("string", "a_string"); @@ -268,10 +268,10 @@ namespace Tizen.Applications /// /// Adds an item into the bundle. /// - /// The key to identify the item with. If an item with the key already exists in the Bundle, this method will not succeed. + /// The key to identify the item with. If an item with the key already exists in the bundle, this method will not succeed. /// The value of the item. /// Thrown when the key already exists or when there is an invalid parameter. - /// Thrown when out of memory or when the Bundle instance has been disposed. + /// Thrown when out of memory or when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// string[] stringArray = { "a", "b", "c" }; @@ -298,7 +298,7 @@ namespace Tizen.Applications /// The key of the bundle item whose value is desired. /// The value of the bundle item. /// Thrown when the key does not exist or when there is an invalid parameter. - /// Thrown when the Bundle instance has been disposed. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// bundle.AddItem("string", "a_string"); @@ -368,7 +368,7 @@ namespace Tizen.Applications /// The value of the bundle item if it is of the specified generic type. /// Thrown when the key does not exist or when there is an invalid parameter. /// Thrown when the value of the bundle item cannot be converted to the specified generic type. - /// Thrown when the Bundle instance has been disposed. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// string[] stringArray = { "a", "b", "c" }; @@ -398,8 +398,8 @@ namespace Tizen.Applications /// /// The key of the bundle item whose value is desired. /// The value of the bundle item. If the key does not exist or the type of this parameter is incorrect, it is the default value for the value parameter type. - /// true if an item with the key exists and if the value is the same type as the output value parameter. false otherwise. - /// Thrown when the Bundle instance has been disposed. + /// true if an item with the key exists and if the value is the same type as the output value parameter, false otherwise. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// byte[] byteArray = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; @@ -433,8 +433,8 @@ namespace Tizen.Applications /// /// The key of the bundle item whose value is desired. /// The value of the bundle item. If the key does not exist or the type of this parameter is incorrect, it is the default value for the value parameter type. - /// true if an item with the key exists and if the value is the same type as the output value parameter. false otherwise. - /// Thrown when the Bundle instance has been disposed. + /// true if an item with the key exists and if the value is the same type as the output value parameter, false otherwise. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// bundle.AddItem("string", "a_string"); @@ -467,8 +467,8 @@ namespace Tizen.Applications /// /// The key of the bundle item whose value is desired. /// The value of the bundle item. If the key does not exist or the type of this parameter is incorrect, it is the default value for the value parameter type. - /// true if an item with the key exists and if the value is the same type as the output value parameter. false otherwise. - /// Thrown when the Bundle instance has been disposed. + /// true if an item with the key exists and if the value is the same type as the output value parameter, false otherwise. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// string[] stringArray = { "a", "b", "c" }; @@ -505,9 +505,9 @@ namespace Tizen.Applications /// /// The generic type to check for. /// The key whose type wants to be checked. - /// true if the item is of the specified type. false otherwise. + /// true if the item is of the specified type, false otherwise. /// Thrown when the key does not exist or when there is an invalid parameter. - /// Thrown when the Bundle instance has been disposed. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// string[] stringArray = { "a", "b", "c" }; @@ -549,12 +549,12 @@ namespace Tizen.Applications } /// - /// Removes a a bundle item with a specific key from a Bundle. + /// Removes a bundle item with a specific key from a Bundle. /// /// The key of the item to delete. - /// true if the item is successfully found and removed. false otherwise (even if the item is not found). + /// true if the item is successfully found and removed, false otherwise (even if the item is not found). /// Thrown when there is an invalid parameter. - /// Thrown when the Bundle instance has been disposed. + /// Thrown when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// bundle.AddItem("string", "a_string"); @@ -588,7 +588,7 @@ namespace Tizen.Applications /// /// Decodes an encoded bundle data. /// - /// The encoded bundle data. bundleRaw should be return value of Tizen.Applications.Bundle.Encode, otherwise this method will not succeed + /// The encoded bundle data. bundleRaw should be the returned value of Tizen.Applications.Bundle.Encode, otherwise this method will not succeed. /// Decoded Bundle object. /// Thrown when there is an invalid parameter. /// @@ -612,8 +612,8 @@ namespace Tizen.Applications /// /// Encodes bundle to string. /// - /// Encoded Bundle data in string. - /// Thrown when out of memory or when the Bundle instance has been disposed. + /// Encoded bundle data in string. + /// Thrown when out of memory or when the bundle instance has been disposed. /// /// Tizen.Applications.Bundle bundle = new Tizen.Applications.Bundle(); /// string bundleRaw = bundle.Encode(); @@ -651,7 +651,7 @@ namespace Tizen.Applications } /// - /// Destructor of the Bundle class. + /// Destructor of the bundle class. /// ~Bundle() { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs b/src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs index 5bf6e39..d725a78 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs @@ -21,7 +21,7 @@ using Tizen.Applications.CoreBackend; namespace Tizen.Applications { /// - /// Class that represents an application controlled lifecycles by the backend system. + /// This class represents an application controlled lifecycles by the backend system. /// public class CoreApplication : Application { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientation.cs b/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientation.cs index 5b41aea..19a8f21 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientation.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientation.cs @@ -17,27 +17,27 @@ namespace Tizen.Applications { /// - /// Enumeration for device orientation. + /// Enumeration for the device orientation. /// public enum DeviceOrientation { /// - /// The device orientation is 0 + /// The device orientation is 0. /// Orientation_0 = 0, /// - /// The device orientation is 90 + /// The device orientation is 90. /// Orientation_90 = 90, /// - /// The device orientation is 180 + /// The device orientation is 180. /// Orientation_180 = 180, /// - /// The device orientation is 270 + /// The device orientation is 270. /// Orientation_270 = 270, } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientationEventArgs.cs b/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientationEventArgs.cs index 750e316..63bb8ea 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientationEventArgs.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/DeviceOrientationEventArgs.cs @@ -19,12 +19,12 @@ using System; namespace Tizen.Applications { /// - /// The class for the argument of the DeviceOrientationChanged EventHandler + /// The class for event arguments of the DeviceOrientationChanged. /// public class DeviceOrientationEventArgs : EventArgs { /// - /// Initializes DeviceOrientationEventArgs class + /// Initializes the DeviceOrientationEventArgs class. /// /// The information of the DeviceOrientation public DeviceOrientationEventArgs(DeviceOrientation orientation) @@ -33,8 +33,8 @@ namespace Tizen.Applications } /// - /// The property to get the intformation of the DeviceOrientation + /// The received DeviceOrientation. /// public DeviceOrientation DeviceOrientation { get; private set; } } -} \ No newline at end of file +} diff --git a/src/Tizen.Applications.Common/Tizen.Applications/DirectoryInfo.cs b/src/Tizen.Applications.Common/Tizen.Applications/DirectoryInfo.cs index 4b7f06b..0166fc1 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/DirectoryInfo.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/DirectoryInfo.cs @@ -40,7 +40,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's data directory which is used to store private data of the application. + /// Gets the absolute path to the application's data directory, which is used to store private data of the application. /// public string Data { @@ -53,7 +53,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's cache directory which is used to store temporary data of the application. + /// Gets the absolute path to the application's cache directory, which is used to store temporary data of the application. /// public string Cache { @@ -79,7 +79,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's shared data directory which is used to share data with other applications. + /// Gets the absolute path to the application's shared data directory, which is used to share data with other applications. /// public string SharedData { @@ -92,7 +92,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's shared resource directory which is used to share resources with other applications. + /// Gets the absolute path to the application's shared resource directory, which is used to share resources with other applications. /// public string SharedResource { @@ -106,7 +106,7 @@ namespace Tizen.Applications /// - /// Gets the absolute path to the application's shared trusted directory which is used to share data with a family of trusted applications. + /// Gets the absolute path to the application's shared trusted directory, which is used to share data with a family of trusted applications. /// public string SharedTrusted { @@ -119,7 +119,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's external data directory which is used to store data of the application. + /// Gets the absolute path to the application's external data directory, which is used to store data of the application. /// public string ExternalData { @@ -132,7 +132,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's external cache directory which is used to store temporary data of the application. + /// Gets the absolute path to the application's external cache directory, which is used to store temporary data of the application. /// public string ExternalCache { @@ -145,7 +145,7 @@ namespace Tizen.Applications } /// - /// Gets the absolute path to the application's external shared data directory which is used to share data with other applications. + /// Gets the absolute path to the application's external shared data directory, which is used to share data with other applications. /// public string ExternalSharedData { diff --git a/src/Tizen.Applications.Common/Tizen.Applications/LowBatteryStatus.cs b/src/Tizen.Applications.Common/Tizen.Applications/LowBatteryStatus.cs index a835521..d9d2184 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/LowBatteryStatus.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/LowBatteryStatus.cs @@ -17,22 +17,22 @@ namespace Tizen.Applications { /// - /// Enumeration for low battery status. + /// Enumeration for the low battery status. /// public enum LowBatteryStatus { /// - /// + /// /// None = 0, /// - /// The battery status is under 1% + /// The battery status is under 1%. /// PowerOff = 1, /// - /// The battery status is under 5% + /// The battery status is under 5%. /// CriticalLow } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/LowMemoryStatus.cs b/src/Tizen.Applications.Common/Tizen.Applications/LowMemoryStatus.cs index e704de3..e584add 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/LowMemoryStatus.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/LowMemoryStatus.cs @@ -17,27 +17,27 @@ namespace Tizen.Applications { /// - /// Enumeration for low memory status. + /// Enumeration for the low memory status. /// public enum LowMemoryStatus { /// - /// Not initialized status + /// Not initialized status. /// None = 0x00, /// - /// Normal status + /// Normal status. /// Normal = 0x01, /// - /// Soft warning status + /// Soft warning status. /// SoftWarning = 0x02, /// - /// Hard warning status + /// Hard warning status. /// HardWarning = 0x04, } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ReceivedAppControl.cs b/src/Tizen.Applications.Common/Tizen.Applications/ReceivedAppControl.cs index 638ee7a..f639ef3 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ReceivedAppControl.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ReceivedAppControl.cs @@ -58,7 +58,7 @@ namespace Tizen.Applications /// Gets the application ID of the caller from the launch request. /// /// - /// The application ID of the caller + /// The application ID of the caller. /// /// /// @@ -87,7 +87,7 @@ namespace Tizen.Applications /// Checks whether the caller is requesting a reply from the launch request. /// /// - /// If true this ReceivedAppControl is requested by the caller, otherwise false + /// If true, this ReceivedAppControl is requested by the caller, otherwise false /// /// /// @@ -114,10 +114,10 @@ namespace Tizen.Applications /// /// Replies to the launch request sent by the caller. - /// If the caller application sent the launch request to receive the result, the callee application can return the result back to the caller. + /// If the caller application sends the launch request to receive the result, the callee application can return the result back to the caller. /// - /// The AppControl in which the results of the callee are contained - /// The result code of the launch request + /// The AppControl in which the results of the callee are contained. + /// The result code of the launch request. /// /// /// protected override void OnAppControlReceived(AppControlReceivedEventArgs e) diff --git a/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationControl.cs b/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationControl.cs index 5bc84fe..19f9bb7 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationControl.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationControl.cs @@ -22,7 +22,7 @@ using System.Runtime.InteropServices; namespace Tizen.Applications { /// - /// This class provides methods and properties to get information of recent application. + /// This class provides methods and properties to get information of the recent application. /// [EditorBrowsable(EditorBrowsableState.Never)] public class RecentApplicationControl @@ -37,7 +37,7 @@ namespace Tizen.Applications } /// - /// Deletes the application from recent application list. + /// Deletes the application from the recent application list. /// /// platform public void Delete() @@ -51,7 +51,7 @@ namespace Tizen.Applications } /// - /// Delete all recent applicationsfrom recent application list. + /// Deletes all recent applications from the recent application list. /// /// platform public static void DeleteAll() diff --git a/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationInfo.cs b/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationInfo.cs index 613e7d6..6ffc644 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationInfo.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationInfo.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; namespace Tizen.Applications { /// - /// This class provides methods and properties to get information of recent application. + /// This class provides methods and properties to get information of the recent application. /// [EditorBrowsable(EditorBrowsableState.Never)] public class RecentApplicationInfo : ApplicationInfo @@ -29,12 +29,12 @@ namespace Tizen.Applications private const string LogTag = "Tizen.Applications"; /// - /// Gets the instance id. + /// Gets the instance ID. /// public string InstanceId { get; private set; } /// - /// Gets the instance Name. + /// Gets the instance name. /// public string InstanceName { get; private set; } @@ -44,7 +44,7 @@ namespace Tizen.Applications public string Arg { get; private set; } /// - /// Gets the uri. + /// Gets the URI. /// public string Uri { get; private set; } diff --git a/src/Tizen.Applications.Common/Tizen.Applications/ResourceManager.cs b/src/Tizen.Applications.Common/Tizen.Applications/ResourceManager.cs index c20840a..3212fac 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/ResourceManager.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/ResourceManager.cs @@ -20,12 +20,12 @@ using Tizen.Internals.Errors; namespace Tizen.Applications { /// - /// Class for getting resource path. + /// The class for getting the resource path. /// public static class ResourceManager { /// - /// Enumeration for Resource category. + /// Enumeration for the resource category. /// public enum Category : int { @@ -69,12 +69,12 @@ namespace Tizen.Applications } /// - /// Converts resource ID to path name. + /// Converts resource ID to the path name. /// - /// Category to search - /// ID to search - /// Found resource path - /// Thrown in case of failed conditions + /// Category to search. + /// ID to search. + /// Found resource path. + /// Thrown in case of failed conditions. public static string GetPath(Category category, string id) { string path; @@ -96,12 +96,12 @@ namespace Tizen.Applications } /// - /// Converts resource ID to path name. + /// Converts resource ID to the path name. /// - /// Category to search - /// ID to search - /// Found resource path or null when the resource doesn't exist - /// Thrown in case of failed conditions + /// Category to search. + /// ID to search. + /// Found resource path or null when the resource doesn't exist. + /// Thrown in case of failed conditions. public static string TryGetPath(Category category, string id) { string path; diff --git a/src/Tizen.Applications.Common/Tizen.Applications/SafeAppControlHandle.cs b/src/Tizen.Applications.Common/Tizen.Applications/SafeAppControlHandle.cs index 5bbdf60..50006f5 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/SafeAppControlHandle.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/SafeAppControlHandle.cs @@ -20,7 +20,7 @@ using System.Runtime.InteropServices; namespace Tizen.Applications { /// - /// Represents a wrapper class for a unmanaged AppControl handle. + /// Represents a wrapper class for an unmanaged AppControl handle. /// public sealed class SafeAppControlHandle : SafeHandle { @@ -52,7 +52,7 @@ namespace Tizen.Applications /// /// When overridden in a derived class, executes the code required to free the handle. /// - /// true if the handle is released successfully + /// true if the handle is released successfully. protected override bool ReleaseHandle() { Interop.AppControl.DangerousDestroy(this.handle); diff --git a/src/Tizen.Applications.Common/Tizen.Applications/SafeBundleHandle.cs b/src/Tizen.Applications.Common/Tizen.Applications/SafeBundleHandle.cs index c3bab4b..7da7f27 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/SafeBundleHandle.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/SafeBundleHandle.cs @@ -20,7 +20,7 @@ using System.Runtime.InteropServices; namespace Tizen.Applications { /// - /// Represents a wrapper class for a unmanaged Bundle handle. + /// Represents a wrapper class for an unmanaged bundle handle. /// public sealed class SafeBundleHandle : SafeHandle { @@ -52,7 +52,7 @@ namespace Tizen.Applications /// /// When overridden in a derived class, executes the code required to free the handle. /// - /// true if the handle is released successfully + /// true if the handle is released successfully. protected override bool ReleaseHandle() { Interop.Bundle.DangerousFree(this.handle); diff --git a/src/Tizen.Applications.Common/Tizen.Applications/TizenSynchronizationContext.cs b/src/Tizen.Applications.Common/Tizen.Applications/TizenSynchronizationContext.cs index dcfb4c8..df29950 100644 --- a/src/Tizen.Applications.Common/Tizen.Applications/TizenSynchronizationContext.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/TizenSynchronizationContext.cs @@ -40,10 +40,10 @@ namespace Tizen.Applications } /// - /// Initilizes a new TizenSynchronizationContext and install into current thread + /// Initilizes a new TizenSynchronizationContext and install into the current thread. /// /// - /// It is equivalent + /// It is equivalent. /// /// SetSynchronizationContext(new TizenSynchronizationContext()); /// @@ -60,7 +60,7 @@ namespace Tizen.Applications /// The SendOrPostCallback delegate to call. /// The object passed to the delegate. /// - /// The Post method starts an asynchronous request to post a message. + /// The post method starts an asynchronous request to post a message. public override void Post(SendOrPostCallback d, object state) { Post(() => @@ -70,12 +70,12 @@ namespace Tizen.Applications } /// - /// Dispatches a synchronous message to a Tizen main loop + /// Dispatches a synchronous message to a Tizen main loop. /// /// The SendOrPostCallback delegate to call. /// The object passed to the delegate. /// - /// The Send method starts a synchronous request to send a message. + /// The send method starts a synchronous request to send a message. public override void Send(SendOrPostCallback d, object state) { var mre = new ManualResetEvent(false); diff --git a/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessagePort.cs b/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessagePort.cs index 26632e4..c92362a 100755 --- a/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessagePort.cs +++ b/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessagePort.cs @@ -21,10 +21,10 @@ using Tizen.Applications; namespace Tizen.Applications.Messages { /// - /// The Message Port API provides functions to send and receive messages between applications. + /// The message port API provides functions to send and receive messages between applications. /// /// - /// The Message Port API provides functions for passing messages between applications. An application should register its own local port to receive messages from remote applications. + /// The message port API provides functions for passing messages between applications. An application should register its own local port to receive messages from remote applications. /// If a remote application sends a message, the registered callback function of the local port is called. /// The trusted message-port API allows communications between applications that are signed by the same developer(author) certificate. /// @@ -50,9 +50,9 @@ namespace Tizen.Applications.Messages /// /// Initializes the instance of the MessagePort class. /// - /// The name of the local message port - /// If true is the trusted message port of application, otherwise false - /// Thrown when portName is null or empty + /// The name of the local message port. + /// If true, it is the trusted message port of application, otherwise false. + /// Thrown when portName is null or empty. /// /// MessagePort messagePort = new MessagePort("SenderPort", true); /// @@ -91,7 +91,7 @@ namespace Tizen.Applications.Messages public event EventHandler MessageReceived; /// - /// The name of the local message port + /// The name of the local message port. /// public string PortName { @@ -101,7 +101,7 @@ namespace Tizen.Applications.Messages } } /// - /// If true the message port is a trusted port, otherwise false it is not + /// If true, the message port is a trusted port, otherwise false. /// public bool Trusted { @@ -112,7 +112,7 @@ namespace Tizen.Applications.Messages } /// - /// If true the message port is listening, otherwise false it is not + /// If true, the message port is listening, otherwise false. /// public bool Listening { @@ -125,7 +125,7 @@ namespace Tizen.Applications.Messages /// /// Register the local message port. /// - /// Thrown when portName is already used, when there is an invalid parameter, when out of memory, when there is an I/O error + /// Thrown when portName is already used, when there is an invalid parameter, when out of memory, when there is an I/O error. /// /// MessagePort messagePort = new MessagePort("SenderPort", true); /// messagePort.MessageReceived += MessageReceivedCallback; @@ -173,7 +173,7 @@ namespace Tizen.Applications.Messages /// /// Unregisters the local message port. /// - /// Thrown when messageport is already stopped, when there is an invalid parameter, when the port is not found, when out of memory, when there is an I/O error + /// Thrown when messageport is already stopped, when there is an invalid parameter, when the port is not found, when out of memory, when there is an I/O error. /// /// MessagePort messagePort = new MessagePort("SenderPort", true); /// messagePort.MessageReceived += MessageReceivedCallback; @@ -210,13 +210,13 @@ namespace Tizen.Applications.Messages } /// - /// Sends a untrusted message to the message port of a remote application. + /// Sends an untrusted message to the message port of a remote application. /// - /// The message to be passed to the remote application, the recommended message size is under 4KB - /// The ID of the remote application - /// The name of the remote message port - /// Thrown when there is an invalid parameter, when the port is not found, when out of memory, when there is an I/O error - /// Thrown when message has exceeded the maximum limit(4KB) + /// The message to be passed to the remote application, the recommended message size is under 4KB. + /// The ID of the remote application. + /// The name of the remote message port. + /// Thrown when there is an invalid parameter, when the port is not found, when out of memory, when there is an I/O error. + /// Thrown when message has exceeded the maximum limit(4KB). /// /// MessagePort messagePort = new MessagePort("SenderPort", true); /// messagePort.MessageReceived += MessageReceivedCallback; @@ -235,12 +235,12 @@ namespace Tizen.Applications.Messages /// /// Sends a message to the message port of a remote application. /// - /// The message to be passed to the remote application, the recommended message size is under 4KB - /// The ID of the remote application - /// The name of the remote message port - /// If true the trusted message port of remote application otherwise false - /// Thrown when there is an invalid parameter, when the port is not found, when out of memory, when there is an I/O error - /// Thrown when message has exceeded the maximum limit(4KB) + /// The message to be passed to the remote application, the recommended message size is under 4KB. + /// The ID of the remote application. + /// The name of the remote message port. + /// If true, it is the trusted message port of remote application, otherwise false. + /// Thrown when there is an invalid parameter, when the port is not found, when out of memory, when there is an I/O error. + /// Thrown when message has exceeded the maximum limit(4KB). /// /// MessagePort messagePort = new MessagePort("SenderPort", true); /// messagePort.MessageReceived += MessageReceivedCallback; @@ -276,7 +276,7 @@ namespace Tizen.Applications.Messages } /// - /// Releases the unmanaged resourced used by the MessagePort class specifying whether to perform a normal dispose operation. + /// Releases the unmanaged resource used by the MessagePort class specifying whether to perform a normal dispose operation. /// /// true for a normal dispose operation; false to finalize the handle. protected virtual void Dispose(bool disposing) diff --git a/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessageReceivedEventArgs.cs b/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessageReceivedEventArgs.cs index cfe1762..1f4924b 100755 --- a/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessageReceivedEventArgs.cs +++ b/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/MessageReceivedEventArgs.cs @@ -18,17 +18,17 @@ using System; namespace Tizen.Applications.Messages { /// - /// An extended EventArgs class which contains remote message port information and message + /// An extended EventArgs class, which contains remote message port information and message. /// public class MessageReceivedEventArgs : EventArgs { /// - /// Contains AppId, Port Name, Trusted + /// Contains AppId, port name, and trusted. /// public RemoteValues Remote { get; internal set; } /// - /// The message passed from the remote application + /// The message passed from the remote application. /// public Bundle Message { get; internal set; } } diff --git a/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/RemoteValues.cs b/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/RemoteValues.cs index db853d3..e1b4b3b 100755 --- a/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/RemoteValues.cs +++ b/src/Tizen.Applications.MessagePort/Tizen.Applications.Messages/RemoteValues.cs @@ -17,22 +17,22 @@ namespace Tizen.Applications.Messages { /// - /// Contains AppId, Port Name, Trusted + /// Contains AppId, port name, and trusted. /// public class RemoteValues { /// - /// The ID of the remote application that sent this message + /// The ID of the remote application that sent this message. /// public string AppId { get; set; } /// - /// The name of the remote message port + /// The name of the remote message port. /// public string PortName { get; set; } /// - /// If true the remote port is a trusted port, otherwise if false it is not + /// If true, the remote port is a trusted port, otherwise, if false, it is not. /// public bool Trusted { get; set; } } diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/Notification.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/Notification.cs index d0f9c7f..3064dca 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/Notification.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/Notification.cs @@ -21,7 +21,7 @@ namespace Tizen.Applications.Notifications using System.ComponentModel; /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -49,51 +49,51 @@ namespace Tizen.Applications.Notifications } /// - /// Gets or sets Tag of Notification. + /// Gets or sets the tag of notification. /// public string Tag { get; set; } = string.Empty; /// - /// Gets or sets Title of Notification. + /// Gets or sets the title of notification. /// public string Title { get; set; } = string.Empty; /// - /// Gets or sets icon of Notification. - /// An absolute path for an image file. + /// Gets or sets the icon of notification. + /// You should set an absolute path for an image file. /// public string Icon { get; set; } = string.Empty; /// - /// Gets or sets sub icon of Notification. - /// An absolute path for an image file. - /// The SubIcon is superimposed on the lower right of the icon. + /// Gets or sets the sub icon of notification. + /// This SubIcon is displayed in Icon you set. + /// You should set an absolute path for an image file. /// public string SubIcon { get; set; } = string.Empty; /// - /// Gets or sets content of Notification. + /// Gets or sets the content of notification. /// public string Content { get; set; } = string.Empty; /// - /// Gets or sets a value indicating whether TimeStamp of Notification is Visible or not. + /// Gets or sets a value indicating whether TimeStamp of the notification is Visible or not. /// Default to true. /// public bool IsTimeStampVisible { get; set; } = true; /// - /// Gets or sets TimeStamp of Notification. + /// Gets or sets the TimeStamp of notification. /// /// - /// If you don't set TimeStamp, It will be set value that time when the notification is posted. + /// If you don't set TimeStamp, it will set the value when the notification is posted. /// TimeStamp requires NotificationManager.Post() to be called. - /// If you set IsVisibleTimeStamp property is false, TimeStamp is not Visible in Notification. + /// If you set IsVisibleTimeStamp property to false, TimeStamp is not visible in notification. /// public DateTime TimeStamp { get; set; } /// - /// Gets or sets Action which is invoked when notification is clicked + /// Gets or sets action, which is invoked when the notification is clicked. /// /// /// If you set it to null, the already set AppControl will be removed and nothing will happen when you click on notification. @@ -102,13 +102,13 @@ namespace Tizen.Applications.Notifications public AppControl Action { get; set; } /// - /// Gets or sets Count which is displayed at the right side of notification. + /// Gets or sets count, which is displayed at the right side of the notification. /// /// /// You must set only positive number. - /// If you set count to negative number, This property throw exception. + /// If you set count to negative number, this property throws exception. /// - /// Thrown when argument is invalid + /// Thrown when argument is invalid. public int Count { get @@ -132,19 +132,19 @@ namespace Tizen.Applications.Notifications public bool IsOngoing { get; set; } = false; /// - /// Gets or sets property + /// Gets or sets property. /// /// public NotificationProperty Property { get; set; } = NotificationProperty.None; /// - /// Gets or sets object for display at notification + /// Gets or sets object for display at notification. /// /// public ProgressType Progress { get; set; } /// - /// Gets or sets which is included vibration, led and sound option to be applied at Notification. + /// Gets or sets which is included vibration, LED and sound option to be applied at notification. /// /// /// If you set it to null, the already set AccessorySet will be initialized. @@ -178,13 +178,13 @@ namespace Tizen.Applications.Notifications public AccessorySet Accessory { get; set; } /// - /// Gets or sets a value indicating whether notification is displayed on default viewer. - /// If you set false and add style, It will be shown only on the style you added. + /// Gets or sets a value indicating whether notification is displayed on the default viewer. + /// If you set false and add style, you can see only style notification. /// public bool IsVisible { get; set; } = true; /// - /// Gets or sets NotificationSafeHandle + /// Gets or sets NotificationSafeHandle. /// internal NotificationSafeHandle Handle { @@ -206,19 +206,19 @@ namespace Tizen.Applications.Notifications } /// - /// Gets or sets Private ID + /// Gets or sets private ID. /// internal int PrivID { get; set; } = -1; /// - /// Method to add various style to be applied to notification. + /// Method for adding various styles to be applied to notification. /// /// - /// The user always see about valid notification style. If you add style which is not supported in platform, + /// The user always see about valid notification style. If you add a style which is not supported in platform, /// this method has no effect. /// - /// The style to be applied to notification - /// Thrown when argument is invalid + /// The style to be applied to notification. + /// Thrown when argument is invalid. /// /// /// Notification notification = new Notification @@ -262,8 +262,8 @@ namespace Tizen.Applications.Notifications /// /// Method to remove style you already added. /// - /// Type of notification style to be queried - /// Thrown when argument is invalid + /// Type of notification style to be queried. + /// Thrown when argument is invalid. public void RemoveStyle() where T : Notification.StyleBase, new() { T type = new T(); @@ -282,11 +282,11 @@ namespace Tizen.Applications.Notifications /// /// Method to get style you already added. /// - /// Type of notification style to be queried + /// Type of notification style to be queried. /// - /// The Notification.Style object associated with the given style + /// The Notification.Style object associated with the given style. /// - /// Thrown when argument is invalid + /// Thrown when argument is invalid. public T GetStyle() where T : Notification.StyleBase, new() { T type = new T(); @@ -306,14 +306,14 @@ namespace Tizen.Applications.Notifications } /// - /// Method to set extra data to add extra data + /// Method to set extra data to add extra data. /// /// - /// The type of extra data is Bundle. + /// The type of extra data is bundle. /// /// The key of the extra data you want to add. /// The value you want to add. - /// Thrown when argument is invalid + /// Thrown when argument is invalid. /// /// /// Notification notification = new Notification @@ -352,10 +352,10 @@ namespace Tizen.Applications.Notifications /// Method to remove extra you already added. /// /// - /// The type of extra data is Bundle. + /// The type of extra data is bundle. /// /// The key of the extra data to add. - /// Thrown when argument is invalid + /// Thrown when argument is invalid. public void RemoveExtraData(string key) { if (string.IsNullOrEmpty(key)) @@ -374,11 +374,11 @@ namespace Tizen.Applications.Notifications } /// - /// Method to get extra data you already set + /// Method to get extra data you already set. /// /// The key of the extra data to get. /// Bundle Object that include extra data - /// Thrown when argument is invalid + /// Thrown when argument is invalid. public Bundle GetExtraData(string key) { if (string.IsNullOrEmpty(key)) diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationAccessorySet.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationAccessorySet.cs index 948c8de..ef94ada 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationAccessorySet.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationAccessorySet.cs @@ -19,7 +19,7 @@ namespace Tizen.Applications.Notifications using Tizen.Common; /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -29,7 +29,7 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// Class for Notification AccessorySet which is included vibration, led, sound option + /// Class for notification AccessorySet, which includes vibration, LED, and sound option. /// public sealed class AccessorySet : MakerBase { @@ -43,12 +43,12 @@ namespace Tizen.Applications.Notifications /// /// Gets or sets the sound path, It will play on the sound file you set. - /// An absolute path for a sound file. + /// You should set an absolute path for a sound file. /// public string SoundPath { get; set; } /// - /// Gets or sets a value indicating whether vibration is operated. Default to false. + /// Gets or sets a value indicating whether vibration is operated. Default is false. /// public bool CanVibrate { get; set; } = false; @@ -80,10 +80,10 @@ namespace Tizen.Applications.Notifications public int LedOffMillisecond { get; set; } /// - /// Gets or sets the led color that you would like the LED on the device to blink. + /// Gets or sets the LED color that you would like the LED on the device to blink. /// /// - /// If you want to set LedColor, you should always set LedOption is AccessoryOption.Custom. Otherwise, it may operate default led color. + /// If you want to set LedColor, you should always set LedOption as AccessoryOption.Custom, otherwise, it may operate default LED color. /// public Color LedColor { get; set; } diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationActiveStyle.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationActiveStyle.cs index 005e508..66a7163 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationActiveStyle.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationActiveStyle.cs @@ -19,7 +19,7 @@ namespace Tizen.Applications.Notifications using System.Collections.Generic; /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -29,7 +29,7 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// Class for generating Active style notification + /// Class for generating active style notification. /// public sealed class ActiveStyle : StyleBase { @@ -46,7 +46,7 @@ namespace Tizen.Applications.Notifications } /// - /// Gets or sets an absolute path for an image file to display on the background of active notification + /// Gets or sets an absolute path for an image file to display on the background of active notification. /// public string BackgroundImage { get; set; } @@ -54,18 +54,18 @@ namespace Tizen.Applications.Notifications /// Gets or sets a value indicating whether the active notification is removed automatically. Default value is true. /// /// - /// IsAutoRemove option lets the active notification be removed several seconds after it shows. + /// IsAutoRemove option lets the active notification to be removed several seconds after it shows. /// When 'IsAutoRemove' is set as false, the active notification will not be removed as long as the user removes - /// the active notification or the app which posted the active notification removes the active notification. + /// it or the application, which posted the active notification. /// > public bool IsAutoRemove { get; set; } = true; /// - /// Gets or sets the default button to display highlight on the active notification + /// Gets or sets the default button to display highlight on the active notification. /// /// - /// The default button for display highlight is only reflected on Tizen TV. - /// If you use this Property on other profile, this value have no effect + /// The default button for display highlight is only reflected on the Tizen TV. + /// If you use this property on other profile, this value has no effect. /// public ButtonIndex DefaultButton { get; set; } = ButtonIndex.None; @@ -74,7 +74,7 @@ namespace Tizen.Applications.Notifications /// /// /// When you add a ReplyAction to the ActiveStyle, the notification UI will show a ReplyAction with button. - /// If you set null parameter, ReplyAction is disappeared. + /// If you set null parameter, ReplyAction is not displayed. /// /// /// @@ -146,7 +146,7 @@ namespace Tizen.Applications.Notifications public AppControl HiddenByExternalAction { get; set; } /// - /// Gets the key of ActiveStyle + /// Gets the key of ActiveStyle. /// internal override string Key { @@ -157,15 +157,15 @@ namespace Tizen.Applications.Notifications } /// - /// Method to set times to hide or delete notification. + /// Method to set time to hide or delete notification. /// /// - /// The time settings for hiding and deleting are only reflected on Tizen TV. - /// If you use this API on other profile, this time settings have no effect + /// The time settings for hiding and deleting are only reflected on the Tizen TV. + /// If you use this API on other profile, this time settings have no effect. /// - /// The value in second when the notification can be hidden from the notification viewer after notification is posted - /// The value in second when the notification can be deleted from the notification list in setting application after notification is posted - /// Thrown when argument is invalid + /// The value in seconds when the notification can be hidden from the notification viewer after the notification is posted. + /// The value in seconds when the notification can be deleted from the notification list in setting application after notification is posted. + /// Thrown when argument is invalid. public void SetRemoveTime(int hideTime, int deleteTime) { if (hideTime < 0 || deleteTime < 0) @@ -178,10 +178,10 @@ namespace Tizen.Applications.Notifications } /// - /// Method to get times to hide or delete notification. + /// Method to get time set to hide or delete notification. /// - /// The value in second when the notification can be hidden from the notification viewer after notification is posted - /// The value in second when the notification can be deleted from the notification list in setting application after notification is posted + /// The value in seconds when the notification can be hidden from the notification viewer after notification is posted. + /// The value in seconds when the notification can be deleted from the notification list in setting application after notification is posted. public void GetRemoveTime(out int hideTime, out int deleteTime) { hideTime = hideTimeout; @@ -196,8 +196,8 @@ namespace Tizen.Applications.Notifications /// If you add button that has same index, the button is replaced to latest adding button. /// If you don't set an index on ButtonAction, the index is set sequentially from zero. /// - /// An ButtonAction for appear to the notification - /// Thrown when argument is invalid + /// A ButtonAction for appear to the notification. + /// Thrown when an argument is invalid. /// /// /// @@ -242,10 +242,10 @@ namespace Tizen.Applications.Notifications } /// - /// Remove the ButtonAction you already add. + /// Removes the ButtonAction you already added. /// - /// The index to remove a button - /// true if the element is successfully found and removed; otherwise, false + /// The index to remove a button. + /// true if the element is successfully found and removed; otherwise, false. public bool RemoveButtonAction(ButtonIndex index) { bool ret = buttonDictionary.Remove(index); @@ -265,9 +265,9 @@ namespace Tizen.Applications.Notifications /// /// Gets the ButtonAction of the active notification. /// - /// The index to get a button you already add - /// The ButtonAction object which is you already add - /// Thrown when argument is invalid + /// The index to get a button you already added. + /// The ButtonAction object, which you already added. + /// Thrown when an argument is invalid. public ButtonAction GetButtonAction(ButtonIndex index) { ButtonAction button = null; @@ -295,4 +295,4 @@ namespace Tizen.Applications.Notifications } } } -} \ No newline at end of file +} diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationButtonAction.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationButtonAction.cs index c291e82..1c87041 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationButtonAction.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationButtonAction.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.Notifications { /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -27,34 +27,34 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// Class to help you set button on Active style of Notification + /// This class helps you to set the button on active style of notification. /// /// - /// It must include a Text, an Index, an ImagePath, and an Action to be invoked when user select the button. + /// It must include a text, an index, an ImagePath, and an action to be invoked when the user selects the button. /// > public sealed class ButtonAction : MakerBase { /// - /// Gets or sets the index of Button which is appeared at Notification. + /// Gets or sets the index of the button, which appeares as notification. /// public ButtonIndex Index { get; set; } = ButtonIndex.None; /// - /// Gets or sets the text describing the button + /// Gets or sets the text describing the button. /// public string Text { get; set; } /// - /// Gets or sets the image path that represent the button - /// An absolute path for an image file. + /// Gets or sets the image path that represents the button. + /// You should provide an absolute path for an image file. /// public string ImagePath { get; set; } /// - /// Gets or sets the action which is invoked when button is clicked + /// Gets or sets the action, which is invoked when the button is clicked. /// /// - /// If you don't set Action, nothing happens when button is clicked. + /// If you don't set action, nothing happens when the button is clicked. /// /// /// diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationEnumerations.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationEnumerations.cs index 459bfd4..877eba3 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationEnumerations.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationEnumerations.cs @@ -19,122 +19,122 @@ namespace Tizen.Applications.Notifications using System; /// - /// Enumeration for Progress category + /// Enumeration for the progress category. /// public enum ProgressCategory { /// - /// Value for percent type + /// Value for percent type. /// Percent, /// - /// Value for time type + /// Value for time type. /// Time, /// - /// Value for pending type which is not updated progress current value + /// Value for pending type, which is not the updated progress current value. /// PendingBar } /// - /// Enumeration for Accessory option + /// Enumeration for the accessory option. /// public enum AccessoryOption { /// - /// Value for off accessory option + /// Value for off accessory option. /// Off = -1, /// - /// Value for on accessory option + /// Value for on accessory option. /// On, /// - /// Value for custom accessory option + /// Value for the custom accessory option. /// Custom } /// - /// Enumeration for Button Index + /// Enumeration for the button index. /// public enum ButtonIndex { /// - /// Value for default button index + /// Value for the default button index. /// None = -1, /// - /// Value for first button index + /// Value for the first button index. /// First, /// - /// Value for second button index + /// Value for the second button index. /// Second, /// - /// Value for third button index + /// Value for the third button index. /// Third } /// - /// Enumeration for notification particular property + /// Enumeration for the notification particular property. /// [Flags] public enum NotificationProperty { /// - /// Value for adjust nothing + /// Value for adjust nothing. /// None = 0x00, /// - /// Value for display only SIM card inserted + /// Value for display only SIM card inserted. /// DisplayOnlySimMode = 0x01, /// - /// Value for disable application launch when it selected + /// Value for disable application launch when it is selected. /// DisableAppLaunch = 0x02, /// - /// Value for disable auto delete when it selected + /// Value for disable auto delete when it is selected. /// DisableAutoDelete = 0x04, /// - /// Value for deleted when device is rebooted even though notification is not set Ongoing + /// Value for deleted when device is rebooted even though notification is not set ongoing. /// VolatileDisplay = 0x100 } /// - /// Enumeration for block state + /// Enumeration for the block state. /// public enum NotificationBlockState { /// - /// Value to check the app is allowed to post notification + /// Value to check if the app is allowed to post notification. /// Allowed = 0, /// - /// Value to check the app is not allowed to post any notification + /// Value to check if the app is not allowed to post any notification. /// Blocked, /// - /// Value to check do not disturb mode which is user set + /// Value to check if the do not disturb mode is set by the user. /// DoNotDisturb } diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationIndicatorStyle.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationIndicatorStyle.cs index 7e87c84..110fbe9 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationIndicatorStyle.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationIndicatorStyle.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.Notifications { /// - /// Class containing common properties and methods of Notifications + /// The class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -27,7 +27,7 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// Class for generating Indicator style notification + /// Class for generating indicator style notification. /// public sealed class IndicatorStyle : StyleBase { @@ -38,12 +38,12 @@ namespace Tizen.Applications.Notifications public string IconPath { get; set; } /// - /// Gets or sets a sub text for displaying Indicator style + /// Gets or sets a sub text for displaying indicator style. /// public string SubText { get; set; } /// - /// Gets the key of IndicatorStyle + /// Gets the key of IndicatorStyle. /// internal override string Key { diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationLockStyle.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationLockStyle.cs index 78029a7..12fcd6a 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationLockStyle.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationLockStyle.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.Notifications { /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -27,22 +27,22 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// Class for generating Lock style notification + /// Class for generating lock style notification. /// public sealed class LockStyle : StyleBase { /// - /// Gets or sets an absolute path for an image file to display on the icon of Lock style + /// Gets or sets an absolute path for an image file to display the icon of lock style. /// public string IconPath { get; set; } /// - /// Gets or sets an absolute path for a thumbnail image file to display on Lock style + /// Gets or sets an absolute path for a thumbnail image file to display on lock style. /// public string ThumbnailPath { get; set; } /// - /// Gets the key of LockStyle + /// Gets the key of LockStyle. /// internal override string Key { diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationMakerBase.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationMakerBase.cs index 859a81f..5b450b7 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationMakerBase.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationMakerBase.cs @@ -19,7 +19,7 @@ namespace Tizen.Applications.Notifications using System.ComponentModel; /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -29,7 +29,7 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// An object that help notification make to SafeHandle. + /// An object that helps notification to make to SafeHandle. /// [EditorBrowsable(EditorBrowsableState.Never)] public abstract class MakerBase diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationManager.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationManager.cs index bf80eab..84758f2 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationManager.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationManager.cs @@ -20,16 +20,16 @@ namespace Tizen.Applications.Notifications using System.ComponentModel; /// - /// NotificationManager class to post, update, delete and get Notification. + /// NotificationManager class to post, update, delete, and get notification. /// public static class NotificationManager { /// - /// Posts a new Notification. + /// Posts a new notification. /// - /// Notification to post - /// Thrown when argument is invalid - /// Thrown in case of permission denied. + /// Notification to post. + /// Thrown when an argument is invalid. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// /// @@ -75,11 +75,11 @@ namespace Tizen.Applications.Notifications } /// - /// Updates a posted Notification. + /// Updates a posted notification. /// - /// Notification to update - /// Thrown when argument is invalid - /// Thrown in case of permission denied. + /// Notification to update. + /// Thrown when an argument is invalid. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// /// @@ -130,7 +130,7 @@ namespace Tizen.Applications.Notifications /// /// http://tizen.org/privilege/notification ///
-        /// Post method should be called on the Notification object.
+        /// Post method should be called on the notification object.
         /// 
public static void Update(Notification notification) { @@ -148,11 +148,11 @@ namespace Tizen.Applications.Notifications } /// - /// Deletes a posted Notification. + /// Deletes a posted notification. /// - /// Notification to remove - /// Thrown when argument is invalid - /// Thrown in case of permission denied. + /// Notification to remove. + /// Thrown when an argument is invalid. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// /// @@ -172,7 +172,7 @@ namespace Tizen.Applications.Notifications /// /// http://tizen.org/privilege/notification ///
-        /// Post method should be called on the Notification object.
+        /// Post method should be called on the notification object.
         /// 
public static void Delete(Notification notification) { @@ -189,9 +189,9 @@ namespace Tizen.Applications.Notifications } /// - /// Removes all posted Notification of calling application. + /// Removes all posted notifications of calling application. /// - /// Thrown in case of permission denied. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// /// @@ -237,12 +237,12 @@ namespace Tizen.Applications.Notifications /// Searches for a posted notification which has the specified tag and has not been deleted yet. /// /// - /// Load method should be called only for notifications which have been posted using NotificationManager.Post method. + /// Load method should be called only for notifications, which have been posted using the NotificationManager.Post method. /// If two or more notifications share the same tag, the notification posted most recently is returned. /// - /// Tag used to query - /// Notification Object with specified tag - /// Throwing the same exception when argument is invalid and when the tag does not exist is misleading + /// Tag used to query. + /// Notification Object with specified tag. + /// Throwing the same exception when argument is invalid and when the tag does not exist is misleading. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// @@ -296,13 +296,13 @@ namespace Tizen.Applications.Notifications } /// - /// Saves a notification template to the notification database + /// Saves a notification template to the notification database. /// - /// Notification to save as template - /// Template name - /// Thrown when argument is invalid - /// Thrown in case of permission denied. - /// Thrown when can't save as template + /// Notification to save as template. + /// Template name. + /// Thrown when an argument is invalid. + /// Thrown in case of a permission is denied. + /// Thrown when it can't be saved as a template. /// /// /// Notification notification = new Notification @@ -352,11 +352,11 @@ namespace Tizen.Applications.Notifications } /// - /// Loads a notification template from the notification database + /// Loads a notification template from the notification database. /// - /// Template name - /// Notification Object with inputted template name - /// Throwing the same exception when argument is invalid and when the template does not exist is misleading + /// Template name. + /// Notification Object with inputted template name. + /// Throwing the same exception when argument is invalid and when the template does not exist is misleading. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// @@ -429,11 +429,11 @@ namespace Tizen.Applications.Notifications /// /// The user can set the notification block state in settings. /// The block state indicates whether or not notifications can be posted. - /// Additionally only notifications to the notification panel are allowed in "Do not disturb mode". - /// Sound, Vibrate and Active notifications are blocked. + /// Additionally, only notifications to the notification panel are allowed in "Do not disturb mode". + /// Sound, vibrate, and active notifications are blocked. /// - /// NotificationBlockState is state if notification is posted - /// Thrown in case of permission denied. + /// NotificationBlockState is a state if notification is posted. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static NotificationBlockState GetBlockState() diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationProgress.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationProgress.cs index 3630755..a124d42 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationProgress.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationProgress.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.Notifications { /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -27,8 +27,8 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// Class for displaying progress notification - /// You must initialize progress category, current, max value when you create object. + /// Class for displaying progress notification. + /// You must initialize progress category, current, and max value when you create an object. /// public sealed class ProgressType : MakerBase { @@ -37,12 +37,12 @@ namespace Tizen.Applications.Notifications /// /// Initializes a new instance of the class. - /// You must initialize category, current, max value of progress. + /// You must initialize category, current, and max value of the progress. /// - /// The category of progress that appeared on Notification - /// The current value of the progress - /// The max value of the progress - /// Thrown when argument is invalid + /// The category of progress that appeared on notification. + /// The current value of the progress. + /// The max value of the progress. + /// Thrown when an argument is invalid. public ProgressType(ProgressCategory category, double current, double max) { if (IsNegativeNumber(current)) @@ -67,9 +67,9 @@ namespace Tizen.Applications.Notifications public ProgressCategory Category { get; set; } /// - /// Gets or sets current value of ProgressType + /// Gets or sets current value of ProgressType. /// - /// Thrown when argument is invalid + /// Thrown when argument is invalid. public double ProgressCurrent { get @@ -89,9 +89,9 @@ namespace Tizen.Applications.Notifications } /// - /// Gets or sets max value of ProgressType + /// Gets or sets max value of ProgressType. /// - /// Thrown when argument is invalid + /// Thrown when argument is invalid. public double ProgressMax { get diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationReplyAction.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationReplyAction.cs index 3b828d9..c530d78 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationReplyAction.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationReplyAction.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.Notifications { /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -28,19 +28,19 @@ namespace Tizen.Applications.Notifications { /// /// Class for displaying direct-reply on notification. - /// You must set a ReplyMax and Button. Otherwise user can't send written text to application which is set by AppControl. + /// You must set a ReplyMax and Button. Otherwise, user can't send written text to application which is set by AppControl. /// public sealed class ReplyAction : MakerBase { /// - /// Gets or sets the Index of Button which is appeared at Notification. - /// If you set ParentIndex, ReplyAction is displayed when button matched with ParentIndex click by the user. - /// If you don't set ParentIndex, appeared to notification directly. + /// Gets or sets the index of button, which appears at notification. + /// If you set ParentIndex, ReplyAction is displayed when button matches with ParentIndex that is clicked by the user. + /// If you don't set ParentIndex, it appears as notification directly. /// public ButtonIndex ParentIndex { get; set; } = ButtonIndex.None; /// - /// Gets or sets the PlaceHolderText of ReplyAction which is appeared at Notification. + /// Gets or sets the PlaceHolderText of ReplyAction which appears at notification. /// If you set PlaceHolderText, it is displayed to placeholder in notification. /// public string PlaceHolderText { get; set; } @@ -55,8 +55,8 @@ namespace Tizen.Applications.Notifications public int ReplyMax { get; set; } = 160; /// - /// Gets or sets the Button which is appeared to ReplyAction in Notification. - /// You must set a Button. Otherwise user can't send written text to application which is set by AppControl. + /// Gets or sets the button, which appears as ReplyAction in notification. + /// You must set the button, otherwise, a user can't send written text to application, which is set by AppControl. /// /// /// If you set it to null, the already set ButtonAction will be removed. diff --git a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationStyle.cs b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationStyle.cs index 84ec3a7..a7dda89 100755 --- a/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationStyle.cs +++ b/src/Tizen.Applications.Notification/Tizen.Applications.Notifications/NotificationStyle.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.Notifications { /// - /// Class containing common properties and methods of Notifications + /// This class contains common properties and methods of notifications. /// /// /// A notification is a message that is displayed on the notification area. @@ -27,8 +27,8 @@ namespace Tizen.Applications.Notifications public sealed partial class Notification { /// - /// An object that can apply a rich notification style to a Notification object. - /// If the platform does not provide rich notification styles in this class have no effect. + /// An object can apply a rich notification style to a notification object. + /// If the platform does not provide rich notification, styles in this class have no effect. /// public abstract class StyleBase : MakerBase { diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationDeleteEventArgs.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationDeleteEventArgs.cs index 5d05883..0f26d6c 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationDeleteEventArgs.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationDeleteEventArgs.cs @@ -23,7 +23,7 @@ namespace Tizen.Applications.NotificationEventListener public class NotificationDeleteEventArgs : EventArgs { /// - /// Gets the unique number of the Notification. + /// Gets the unique number of the notification. /// public int UniqueNumber { get; internal set; } } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgs.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgs.cs index ba2ed0d..140ab96 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgs.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgs.cs @@ -41,55 +41,55 @@ namespace Tizen.Applications.NotificationEventListener } /// - /// Gets the unique id of Notification. + /// Gets the unique ID of the notification. /// public int UniqueNumber { get; internal set; } /// - /// Gets the appId of Notification. + /// Gets the appId of the notification. /// public string AppID { get; internal set; } /// - /// Gets the title of Notification. + /// Gets the title of the notification. /// public string Title { get; internal set; } /// - /// Gets the content text of Notification. + /// Gets the content text of the notification. /// public string Content { get; internal set; } /// - /// Gets the icon's path of Notification. + /// Gets the icon's path of the notification. /// public string Icon { get; internal set; } /// - /// Gets the sub icon path of Notification. + /// Gets the sub icon path of the notification. /// public string SubIcon { get; internal set; } /// - /// Gets the Timestamp of notification is visible or not. + /// Gets the timestamp if the notification is visible or not. /// public bool IsTimeStampVisible { get; internal set; } /// - /// Gets TimeStamp of Notification. + /// Gets TimeStamp of notification. /// /// - /// If IsTimeStampVisible property is set false, this TimeStamp property is meanless. + /// If IsTimeStampVisible property is set false, this TimeStamp property is meaningless. /// public DateTime TimeStamp { get; internal set; } /// - /// Gets the count which is displayed at the right side of notification. + /// Gets the count, which is displayed at the right side of notification. /// public int Count { get; internal set; } /// - /// Gets the Tag of notification. + /// Gets the tag of notification. /// public string Tag { get; internal set; } @@ -98,7 +98,7 @@ namespace Tizen.Applications.NotificationEventListener /// /// Gets a value that determines whether notification is displayed on the default viewer. - /// If IsDisplay property set false and add style, you can see only style notification. + /// If IsDisplay property is set as false and add style, you can see only style notification. /// public bool IsVisible { get; internal set; } = true; @@ -106,7 +106,7 @@ namespace Tizen.Applications.NotificationEventListener public bool HasEventFlag { get; internal set; } = false; /// - /// Gets the AppControl which is invoked when notification is clicked. + /// Gets the AppControl, which is invoked when notification is clicked. /// public AppControl Action { get; internal set; } @@ -116,7 +116,7 @@ namespace Tizen.Applications.NotificationEventListener public ProgressArgs Progress { get; internal set; } /// - /// Gets the AccessoryArgs which has option of Sound, Vibration, LED. + /// Gets the AccessoryArgs, which has option of sound, vibration, and LED. /// public AccessoryArgs Accessory { get; internal set; } @@ -137,11 +137,11 @@ namespace Tizen.Applications.NotificationEventListener public NotificationProperty Property { get; internal set; } /// - /// Gets the styleArgs of active, lock, indicator, bigpicture. + /// Gets the styleArgs of active, lock, indicator, and bigpicture. /// - /// Type of notification style to be queried - /// The NotificationEventListener.StyleArgs object associated with the given style - /// Thrown when argument is invalid + /// Type of notification style to be queried. + /// The NotificationEventListener.StyleArgs object associated with the given style. + /// Thrown when an argument is invalid. public T GetStyle() where T : StyleArgs, new() { T type = new T(); @@ -163,8 +163,8 @@ namespace Tizen.Applications.NotificationEventListener /// /// Gets the ExtraDataArgs. /// - /// The key that specifies which extra data - /// Returns the bundle for key + /// The key that specifies which extra data. + /// Returns the bundle for key. public Bundle GetExtraData(string key) { Bundle bundle; diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsAccessory.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsAccessory.cs index b09398c..75c1d97 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsAccessory.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsAccessory.cs @@ -19,12 +19,12 @@ namespace Tizen.Applications.NotificationEventListener using Tizen.Common; /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to get infomation about Notification accessory. + /// Class to get infomation about notification accessory. /// public class AccessoryArgs { @@ -44,12 +44,12 @@ namespace Tizen.Applications.NotificationEventListener public bool CanVibrate { get; internal set; } /// - /// Gets the led option. + /// Gets the LED option. /// public AccessoryOption LedOption { get; internal set; } /// - /// Gets led on time period that you would like the LED on the device to blink. as well as the rate. + /// Gets LED on time period that you would like the LED on the device to blink as well as the rate. /// /// /// Default value of LedOnMilliseconds is 0. @@ -58,7 +58,7 @@ namespace Tizen.Applications.NotificationEventListener public int LedOnMillisecond { get; internal set; } /// - /// Gets led on time period that you would like the LED on the device to blink. as well as the rate. + /// Gets LED on time period that you would like the LED on the device to blink as well as the rate. /// /// /// Default value of LedOffMillisecond is 0. @@ -67,7 +67,7 @@ namespace Tizen.Applications.NotificationEventListener public int LedOffMillisecond { get; internal set; } /// - /// Gets led color that you would like the LED on the device to blink. + /// Gets LED color that you would like the LED on the device to blink. /// public Color LedColor { get; internal set; } } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsActiveStyle.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsActiveStyle.cs index d3aecc6..1618826 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsActiveStyle.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsActiveStyle.cs @@ -19,12 +19,12 @@ namespace Tizen.Applications.NotificationEventListener using System.Collections.Generic; /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to get infomation about Notification Active style. + /// Class to get infomation about notification active style. /// public class ActiveStyleArgs : StyleArgs { @@ -42,7 +42,7 @@ namespace Tizen.Applications.NotificationEventListener /// /// /// When 'IsAutoRemove' is set as false, the active notification will not be removed as long as the user removes - /// the active notification or the app which posted the active notification removes the active notification. + /// the active notification, or the app which posted the active notification removes the active notification. /// public bool IsAutoRemove { get; internal set; } @@ -52,17 +52,17 @@ namespace Tizen.Applications.NotificationEventListener public string BackgroundImage { get; internal set; } /// - /// Gets the default button to display highlight on the active notification + /// Gets the default button to display highlight on the active notification. /// public ButtonIndex DefaultButton { get; internal set; } /// - /// Gets timeout value in second when the notification can be hidden from the viewer. + /// Gets timeout value in seconds when the notification can be hidden from the viewer. /// public int HideTimeout { get; internal set; } /// - /// Gets timeout value in second when the notification can be deleted from the viewer. + /// Gets timeout value in seconds when the notification can be deleted from the viewer. /// public int DeleteTimeout { get; internal set; } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsButtonAction.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsButtonAction.cs index 2e39158..bbc5289 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsButtonAction.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsButtonAction.cs @@ -17,17 +17,17 @@ namespace Tizen.Applications.NotificationEventListener { /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to get infomation about Notification ButtonAction. + /// Class to get infomation about notification ButtonAction. /// public class ButtonActionArgs { /// - /// Gets the Index of the Button which is appeared at Notification. + /// Gets the index of the button, which appears at notification. /// public ButtonIndex Index { get; internal set; } @@ -37,7 +37,7 @@ namespace Tizen.Applications.NotificationEventListener public string Text { get; internal set; } /// - /// Gets the image's path that represent the button. + /// Gets the image's path that represents the button. /// public string ImagePath { get; internal set; } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsEnumerations.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsEnumerations.cs index 8adcf93..134479f 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsEnumerations.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsEnumerations.cs @@ -20,101 +20,101 @@ namespace Tizen.Applications.NotificationEventListener using System.ComponentModel; /// - /// Enumeration for Progress category + /// Enumeration for the progress category. /// public enum ProgressCategory { /// - /// Value for percent type + /// Value for the percent type. /// Percent, /// - /// Value for time type + /// Value for the time type. /// Time, /// - /// Value for pending type which is not updated progress current value + /// Value for the pending type, which is not the updated progress current value. /// PendingBar } /// - /// Enumeration for Accessory option + /// Enumeration for the accessory option. /// public enum AccessoryOption { /// - /// Value for off accessory option + /// Value for off accessory option. /// Off = -1, /// - /// Value for on accessory option + /// Value for on accessory option. /// On, /// - /// Value for custom accessory option + /// Value for the custom accessory option. /// Custom } /// - /// Enumeration for Button Index + /// Enumeration for the button index. /// public enum ButtonIndex { /// - /// Value for default button index + /// Value for the default button index. /// None = -1, /// - /// Value for first button index + /// Value for the first button index. /// First, /// - /// Value for second button index + /// Value for the second button index. /// Second, /// - /// Value for third button index + /// Value for the third button index. /// Third } /// - /// Enumeration for notification particular property + /// Enumeration for the notification particular property. /// [Flags] public enum NotificationProperty { /// - /// Value for adjust nothing + /// Value for the adjust nothing. /// None = 0x00, /// - /// Value for display only SIM card inserted + /// Value for display only when SIM card inserted. /// DisplayOnlySimMode = 0x01, /// - /// Value for disable application launch when it selected + /// Value for disable application launch when it is selected. /// DisableAppLaunch = 0x02, /// - /// Value for disable auto delete when it selected + /// Value for disable auto delete when it is selected. /// DisableAutoDelete = 0x04, /// - /// Value for deleted when device is rebooted even though notification is not set OngoingType + /// Value for deleted when device is rebooted even though notification is not set OngoingType. /// VolatileDisplay = 0x100, } @@ -126,47 +126,47 @@ namespace Tizen.Applications.NotificationEventListener public enum UserEventType { /// - /// Event type : Click on button 1 + /// Event type : Click on button 1. /// ClickOnButton1 = 0, /// - /// Event type : Click on button 2 + /// Event type : Click on button 2. /// ClickOnButton2, /// - /// Event type : Click on button 3 + /// Event type : Click on button 3. /// ClickOnButton3, /// - /// Event type : Click on text_input button + /// Event type : Click on text_input button. /// ClickOnReplyButton = 8, /// - /// Event type : Hidden by user + /// Event type : Hidden by user. /// HiddenByUser = 100, /// - /// Event type : Deleted by timer + /// Event type : Deleted by timer. /// HiddenByTimeout = 101, /// - /// Event type : Deleted by timer + /// Event type : Deleted by timer. /// HiddenByExternal = 102, /// - /// Event type : Clicked by user + /// Event type : Clicked by user. /// ClickOnNotification = 200, /// - /// Event type : Deleted by user + /// Event type : Deleted by user. /// DeleteNotification = 201, } @@ -177,12 +177,12 @@ namespace Tizen.Applications.NotificationEventListener internal enum NotificationType { /// - /// Notification type + /// Notification type. /// Notification = 0, /// - /// Ongoing type + /// Ongoing type. /// Ongoing, } @@ -193,123 +193,123 @@ namespace Tizen.Applications.NotificationEventListener internal enum NotificationText { /// - /// Title + /// Title. /// Title = 0, /// - /// Content + /// Content. /// Content, /// - /// Text to display event count + /// Text to display the event count. /// EventCount = 3, /// - /// Box contents 1 + /// Box contents 1. /// FirstMainText, /// - /// Box contents 1-1 + /// Box contents 1-1. /// FirstSubText, /// - /// Box contents 2 + /// Box contents 2. /// SecondMainText, /// - /// Box contents 2-1 + /// Box contents 2-1. /// SecondSubText, /// - /// Text on button 1 + /// Text on button 1. /// FirstButton = 13, /// - /// Text on button 2 + /// Text on button 2. /// SecondButton, /// - /// Text on button 3 + /// Text on button 3. /// ThirdButton, /// - /// Guide text on the message reply box + /// Guide text on the message reply box. /// PlaceHolder = 19, /// - /// Text on button the on message reply box + /// Text on button on the message reply box. /// InputButton = 20, } /// - /// Enumeration for image type. + /// Enumeration for the image type. /// internal enum NotificationImage { /// - /// Icon + /// Icon. /// Icon = 0, /// - /// Indicator icon + /// Indicator icon. /// Indicator, /// - /// Lock screen icon + /// Lock screen icon. /// Lockscreen, /// - /// Thumbnail + /// Thumbnail. /// Thumbnail, /// - /// Lock screen thumbnail + /// Lock screen thumbnail. /// ThumbnailLockscreen, /// - /// Icon + /// Icon. /// SubIcon, /// - /// image displayed on background + /// Image displayed on background. /// Background, /// - /// Image for button 1 + /// Image for button 1. /// Button_1 = 12, /// - /// Image for button 2 + /// Image for button 2. /// Button_2, /// - /// Image for button 3 + /// Image for button 3. /// Button_3, /// - /// Image for message reply + /// Image for message reply. /// TextInputButton = 18, } @@ -320,27 +320,27 @@ namespace Tizen.Applications.NotificationEventListener internal enum NotificationLayout { /// - /// Default + /// Default. /// None = 0, /// - /// Layout for notification. Used to inform single event + /// Layout for notification. Used to inform single event. /// SingleEvent = 1, /// - /// Layout for notification. Used to display images + /// Layout for notification. Used to display images. /// Thumbnail = 3, /// - /// Layout for ongoing notification. Used to display text message + /// Layout for ongoing notification. Used to display text message. /// OngoingEvent = 4, /// - /// Layout for ongoing notification. Used to display progress + /// Layout for ongoing notification. Used to display progress. /// OngoingProgress = 5, } @@ -351,7 +351,7 @@ namespace Tizen.Applications.NotificationEventListener internal enum LaunchOption { /// - /// Launching with app control + /// Launching with application control. /// AppControl = 1 } @@ -362,32 +362,32 @@ namespace Tizen.Applications.NotificationEventListener internal enum NotificationOperationDataType { /// - /// Default + /// Default. /// Min = 0, /// - /// Operation type + /// Operation type. /// Type, /// - /// Private ID + /// Private ID. /// UniqueNumber, /// - /// Notification handler + /// Notification handler. /// Notification, /// - /// Reserved + /// Reserved. /// ExtraInformation1, /// - /// Reserved + /// Reserved. /// ExtraInformation2, } @@ -398,22 +398,22 @@ namespace Tizen.Applications.NotificationEventListener internal enum NotificationOperationType { /// - /// Default + /// Default. /// None = 0, /// - /// Notification inserted + /// Notification inserted. /// Insert, /// - /// Notification updated + /// Notification updated. /// Update, /// - /// Notification deleted + /// Notification deleted. /// Delete, } @@ -424,32 +424,32 @@ namespace Tizen.Applications.NotificationEventListener internal enum ClickEventType { /// - /// Event type : Click on button 1 + /// Event type : Click on button 1. /// FirstButton = 0, /// - /// Event type : Click on button 2 + /// Event type : Click on button 2. /// SecondButton = 1, /// - /// Event type : Click on button 3 + /// Event type : Click on button 3. /// ThirdButton = 2, /// - /// Event type : Click on icon + /// Event type : Click on icon. /// Icon = 6, /// - /// Event type : Click on thumbnail + /// Event type : Click on thumbnail. /// Thumbnail = 7, /// - /// Event type : Click on text_input button + /// Event type : Click on text_input button. /// InputButton = 8, } @@ -461,32 +461,32 @@ namespace Tizen.Applications.NotificationEventListener internal enum NotificationDisplayApplist { /// - /// Notification Tray(Quickpanel) + /// Notification Tray(Quickpanel). /// Tray = 0x00000001, /// - /// Ticker notification + /// Ticker notification. /// Ticker = 0x00000002, /// - /// Lock screen + /// Lock screen. /// Lock = 0x00000004, /// - /// Indicator + /// Indicator. /// Indicator = 0x00000008, /// - /// Active notification + /// Active notification. /// Active = 0x00000010, /// - /// All display application except active notification + /// All display application except active notification. /// All = 0x0000000f, } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs index bc04cf1..32ad1f5 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsIndicatorStyle.cs @@ -17,22 +17,22 @@ namespace Tizen.Applications.NotificationEventListener { /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to generate the Indicator style notification. + /// Class to generate the indicator style notification. /// public class IndicatorStyleArgs : StyleArgs { /// - /// Gets the path of the image file to display on the icon of Indicator style. + /// Gets the path of the image file to display on the icon of indicator style. /// public string IconPath { get; internal set; } /// - /// Gets the sub text to display Indicator style. + /// Gets the sub text to display indicator style. /// public string SubText { get; internal set; } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsLockStyle.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsLockStyle.cs index 62ca496..3a24f18 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsLockStyle.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsLockStyle.cs @@ -17,22 +17,22 @@ namespace Tizen.Applications.NotificationEventListener { /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to get infomation about Notification Lock style. + /// Class to get infomation about notification lock style. /// public class LockStyleArgs : StyleArgs { /// - /// Gets the path of the image file to display on the icon of Lock style. + /// Gets the path of the image file to display on the icon of lock style. /// public string IconPath { get; internal set; } /// - /// Gets the path of the thumbnail image file to display on the icon of Lock style. + /// Gets the path of the thumbnail image file to display on the icon of lock style. /// public string Thumbnail { get; internal set; } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsProgress.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsProgress.cs index ed01380..069d4e8 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsProgress.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsProgress.cs @@ -17,12 +17,12 @@ namespace Tizen.Applications.NotificationEventListener { /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to get infomation about Progress Notification. + /// Class to get infomation about progress notification. /// public class ProgressArgs { diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsReplyAction.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsReplyAction.cs index d96ebf0..426f496 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsReplyAction.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsReplyAction.cs @@ -17,23 +17,23 @@ namespace Tizen.Applications.NotificationEventListener { /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { /// - /// Class to get infomation about Notification ReplyAction. + /// Class to get infomation about notification ReplyAction. /// public class ReplyActionArgs { /// - /// Gets Index of Button which is appeared at Notification. + /// Gets index of button, which appears at notification. /// If there is no ParentIndex, the ReplyAction should be displayed directly on the active notification. /// public ButtonIndex ParentIndex { get; internal set; } = ButtonIndex.None; /// - /// Gets the PlaceHolderText of ReplyAction which is appeared at Notification. + /// Gets the PlaceHolderText of ReplyAction, which appears at notification. /// It will be displayed to the text input box on the active notification. /// public string PlaceHolderText { get; internal set; } diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsStyle.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsStyle.cs index 5ba07c7..69af7d2 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsStyle.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationEventArgsStyle.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications.NotificationEventListener { /// - /// This class provides the methods and properties to get information about the posted or updated notification. + /// This class provides methods and properties to get information about the posted or updated notification. /// public partial class NotificationEventArgs { diff --git a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationListenerManager.cs b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationListenerManager.cs index b1baf13..4d6f582 100755 --- a/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationListenerManager.cs +++ b/src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener/NotificationListenerManager.cs @@ -25,7 +25,7 @@ namespace Tizen.Applications.NotificationEventListener /// This class provides a way to register callback function for some notification events. /// /// - /// The event listener can use this class to get a list of notification or to clear notifications. + /// The event listener can use this class to get a list of notifications or to clear notifications. /// public partial class NotificationListenerManager { @@ -63,8 +63,8 @@ namespace Tizen.Applications.NotificationEventListener /// /// Event handler for notification insert event. /// - /// Thrown in case of Invalid parameter. - /// Thrown in case of Permission deny. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static event EventHandler Added @@ -109,8 +109,8 @@ namespace Tizen.Applications.NotificationEventListener /// /// Event handler for notification update event. /// - /// Thrown in case of Invalid parameter. - /// Thrown in case of Permission deny. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static event EventHandler Updated @@ -155,8 +155,8 @@ namespace Tizen.Applications.NotificationEventListener /// /// Event handler for notification delete event. /// - /// Thrown in case of Invalid parameter. - /// Thrown in case of Permission deny. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static event EventHandler Deleted @@ -286,12 +286,12 @@ namespace Tizen.Applications.NotificationEventListener } /// - /// Deletes a Notification with appId and uniqueNumber. + /// Deletes a notification with appId and uniqueNumber. /// /// The name of the application you want to delete. /// The unique number of the notification. - /// Thrown in case of Invalid parameter. - /// Thrown in case of Permission deny. + /// Thrown in case of an invalid parameter. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static void Delete(string appId, int uniqueNumber) @@ -311,9 +311,9 @@ namespace Tizen.Applications.NotificationEventListener } /// - /// Deletes all Notification. + /// Deletes all notifications. /// - /// Thrown in case of Permission deny. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static void DeleteAll() @@ -336,7 +336,7 @@ namespace Tizen.Applications.NotificationEventListener /// /// Returns the notification list. /// - /// Thrown in case of Permission deny. + /// Thrown in case of a permission is denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/notification public static IList GetList() diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/CertCompareResultType.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/CertCompareResultType.cs index cd1512b..a702091 100644 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/CertCompareResultType.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/CertCompareResultType.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// Enumeration for certificate compare result type. + /// Enumeration for the certificate compare result type. /// public enum CertCompareResultType { @@ -32,15 +32,15 @@ namespace Tizen.Applications /// Mismatch = Interop.PackageManager.CertCompareResultType.Mismatch, /// - /// First package doesn't have certificate. + /// First package does not have the certificate. /// LhsNoCert = Interop.PackageManager.CertCompareResultType.LhsNoCert, /// - /// Second package doesn't have certificate. + /// Second package does not have the certificate. /// RhsNoCert = Interop.PackageManager.CertCompareResultType.RhsNoCert, /// - /// Certificates of both packages are not exist. + /// Certificates for both the packages do not exist. /// BothNoCert = Interop.PackageManager.CertCompareResultType.BothNoCert } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/CertificateType.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/CertificateType.cs index b9d5858..912fca1 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/CertificateType.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/CertificateType.cs @@ -17,20 +17,20 @@ namespace Tizen.Applications { /// - /// Enumeration for certification type. + /// Enumeration for the certification types. /// public enum CertificateType { /// - /// Author Certificate. + /// Author certificate. /// Author, /// - /// Distributor Certificate. + /// Distributor certificate. /// Distributor, /// - /// Distributor2 Certificate. + /// Distributor2 certificate. /// Distributor2, } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/Package.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/Package.cs index 3dcd619..df075df 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/Package.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/Package.cs @@ -22,7 +22,7 @@ using System.Threading.Tasks; namespace Tizen.Applications { /// - /// This class provide methods and properties to get information about packages. + /// This class provides the methods and properties to get information about the packages. /// public class Package { @@ -50,7 +50,7 @@ namespace Tizen.Applications } /// - /// Package ID. + /// The package ID. /// public string Id { get { return _id; } } @@ -92,7 +92,7 @@ namespace Tizen.Applications public string TizenExpansionPackageName { get { return _expansionPackageName; } } /// - /// Checks whether the package is system package. + /// Checks whether the package is a system package. /// public bool IsSystemPackage { get { return _isSystemPackage; } } @@ -112,12 +112,12 @@ namespace Tizen.Applications public bool IsAccessible { get { return _isAccessible; } } /// - /// Certificate information for the package + /// Certificate information for the package. /// public IReadOnlyDictionary Certificates { get { return _certificates; } } /// - /// Requested privilege for the package + /// Requested privilege for the package. /// public IEnumerable Privileges { get { return _privileges; } } @@ -127,19 +127,19 @@ namespace Tizen.Applications public int InstalledTime { get { return _installedTime; } } /// - /// Retrieves all application IDs of this package. + /// Retrieves all the application IDs of this package. /// - /// Returns a dictionary containing all application info for given application type. + /// Returns a dictionary containing all the application information for a given application type. public IEnumerable GetApplications() { return GetApplications(ApplicationType.All); } /// - /// Retrieves all application IDs of this package. + /// Retrieves all the application IDs of this package. /// - /// Optional: AppType enum value - /// Returns a dictionary containing all application info for given application type. + /// Optional: AppType enumeration value. + /// Returns a dictionary containing all the application information for a given application type. public IEnumerable GetApplications(ApplicationType type) { List appInfoList = new List(); @@ -171,9 +171,9 @@ namespace Tizen.Applications } /// - /// Gets size information for this package. + /// Gets the package size information. /// - /// package size information + /// Package size information. /// http://tizen.org/privilege/packagemanager.info public async Task GetSizeInformationAsync() { @@ -196,12 +196,12 @@ namespace Tizen.Applications } /// - /// Compare certificate information with given package id. + /// Compares the certificate information with the given package ID. /// - /// Id of the package - /// Certificate comparison result - /// Thrown when failed when input package ID is invalid - /// Thrown when method failed due to internal IO error + /// ID of the package. + /// Certificate comparison result. + /// Thrown when a failed input package ID is invalid. + /// Thrown when the method failed due to an internal I/O error. public CertCompareResultType CompareCertInfo(string packageId) { Interop.PackageManager.CertCompareResultType compareResult; diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageCertificate.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageCertificate.cs index 914d21a..2e9a979 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageCertificate.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageCertificate.cs @@ -21,7 +21,7 @@ using System.Runtime.InteropServices; namespace Tizen.Applications { /// - /// This class provides information about package certification. + /// This class provides information about the package certification. /// public class PackageCertificate { @@ -39,17 +39,17 @@ namespace Tizen.Applications } /// - /// Root certificate + /// Root certificate. /// public string Root { get { return _root; } } /// - /// Intermediate certificate + /// Intermediate certificate. /// public string Intermediate { get { return _intermediate; } } /// - /// Signer certificate + /// Signer certificate. /// public string Signer { get { return _signer; } } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageDrm.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageDrm.cs index cb45bbb..bfc959c 100644 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageDrm.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageDrm.cs @@ -22,7 +22,7 @@ using System.Threading.Tasks; namespace Tizen.Applications { /// - /// This class provide methods and properties for DRM operation + /// This class provides the methods and properties for the DRM operation. /// public class PackageDrm { @@ -37,21 +37,21 @@ namespace Tizen.Applications } /// - /// Returns response data + /// Returns the response data. /// - /// Returns response data which is given when GenerateLicenseRequest has invoked + /// Returns the response data which is given when GenerateLicenseRequest has been invoked. public string ResponseData { get { return _responseData; } } /// - /// Returns request data + /// Returns the request data. /// - /// Returns request data which is generated when GenerateLicenseRequest has invoked + /// Returns the request data which is generated when GenerateLicenseRequest has been invoked. public string RequestData { get { return _requestData; } } /// - /// Returns license URL + /// Returns the license URL. /// - /// Returns license URL which is generated when GenerateLicenseRequest has invoked + /// Returns the license URL which is generated when GenerateLicenseRequest has been invoked. public string LicenseUrl { get { return _licenseUrl; } } internal static PackageDrm CreateDrmRequest(string responseData, string requestData, string licenseUrl) diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventState.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventState.cs index 827a87f..e8bcbb7 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventState.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventState.cs @@ -17,12 +17,12 @@ namespace Tizen.Applications { /// - /// Enumeration for package manager event state. + /// Enumeration for the package manager event state. /// public enum PackageEventState { /// - /// Processing started + /// Processing started. /// Started = Interop.PackageManager.PackageEventState.Started, /// @@ -30,11 +30,11 @@ namespace Tizen.Applications /// Processing = Interop.PackageManager.PackageEventState.Processing, /// - /// Processing Completed. + /// Processing completed. /// Completed = Interop.PackageManager.PackageEventState.Completed, /// - /// Processing Failed. + /// Processing failed. /// Failed = Interop.PackageManager.PackageEventState.Failed } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventType.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventType.cs index 15d1f1b..5b9ea4e 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventType.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageEventType.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications { /// - /// Enumeration for package manager event type. + /// Enumeration for the package manager event types. /// public enum PackageEventType { diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageFilter.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageFilter.cs index 8ebff43..b20f495 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageFilter.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageFilter.cs @@ -19,14 +19,14 @@ using System.Collections.Generic; namespace Tizen.Applications { /// - /// This class is a parameter of PackageManager::GetPackages method. + /// This class is a parameter of the PackageManager::GetPackages method. /// public class PackageFilter { private IDictionary _filter; /// - /// Default constructor with empty filter list. All installed applications will satisfy this filter unless updated with more specific filters. + /// The default constructor with an empty filter list. All the installed applications will satisfy this filter unless updated with more specific filters. /// public PackageFilter() { @@ -34,7 +34,7 @@ namespace Tizen.Applications } /// - /// Constructor with specific filters. Using this will filter out installed packages which do not meet the criteria of the filters. + /// The constructor with specific filters. Using this will filter out the installed packages which do not meet the filter criteria. /// public PackageFilter(IDictionary filter) { @@ -53,28 +53,28 @@ namespace Tizen.Applications } /// - /// This class contains possible keys for filter to be used in the GetPackages method. + /// This class contains possible keys for the filter to be used in the GetPackages method. /// public static class Keys { /// - /// Key of the boolean property for filtering whether the package is removable + /// Key of the boolean property for filtering if the package is removable. /// public const string Removable = "PMINFO_PKGINFO_PROP_PACKAGE_REMOVABLE"; /// - /// Key of the boolean property for filtering whether the package is readonly. + /// Key of the boolean property for filtering if the package is read-only. /// public const string ReadOnly = "PMINFO_PKGINFO_PROP_PACKAGE_READONLY"; /// - /// Key of the boolean property for filtering whether the package supports disabling. + /// Key of the boolean property for filtering if the package supports disabling. /// public const string SupportsDisable = "PMINFO_PKGINFO_PROP_PACKAGE_SUPPORT_DISABLE"; /// - /// Key of the boolean property for filtering whether the package is disabled. + /// Key of the boolean property for filtering if the package is disabled. /// public const string Disable = "PMINFO_PKGINFO_PROP_PACKAGE_DISABLE"; /// - /// Key of the boolean property for filtering whether the package is preloaded. + /// Key of the boolean property for filtering if the package is preloaded. /// public const string Preload = "PMINFO_PKGINFO_PROP_PACKAGE_PRELOAD"; } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs index b7f37ef..dcabacc 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs @@ -25,7 +25,7 @@ namespace Tizen.Applications /// PackageManager class. This class has the methods and events of the PackageManager. /// /// - /// The package manager is one of the core modules of Tizen application framework, and responsible for getting their information. + /// The package manager is one of the core modules of the Tizen application framework and responsible for getting their information. /// You can also retrieve information related to the packages that are installed on the device. /// public static class PackageManager @@ -43,13 +43,13 @@ namespace Tizen.Applications private static Interop.PackageManager.PackageManagerEventCallback s_packageManagerEventCallback; /// - /// Event Callback Method for the request. + /// Event callback method for the request. /// - /// Type of the package which was requested - /// ID of the package which was requested - /// Event type of the request - /// Current event state of the request - /// Progress for the request being processed by the package manager (in percent) + /// Type of the package which was requested. + /// ID of the package which was requested. + /// Event type of the request. + /// Current event state of the request. + /// Progress for the request being processed by the package manager (in percent). public delegate void RequestEventCallback(string type, string packageId, PackageEventType eventType, PackageEventState eventState, int progress); private static Dictionary RequestCallbacks = new Dictionary(); @@ -59,7 +59,7 @@ namespace Tizen.Applications private delegate Interop.PackageManager.ErrorCode InstallMethod(SafePackageManagerRequestHandle requestHandle, string pkgPath, out int requestID); /// - /// InstallProgressChanged event. This event is occurred when a package is getting installed and the progress of the request to the package manager changes. + /// InstallProgressChanged event. This event occurs when a package is getting installed and the progress of the request to the package manager is changed. /// public static event EventHandler InstallProgressChanged { @@ -78,7 +78,7 @@ namespace Tizen.Applications } /// - /// UninstallProgressChanged event. This event is occurred when a package is getting uninstalled and the progress of the request to the package manager changes. + /// UninstallProgressChanged event. This event occurs when a package is getting uninstalled and the progress of the request to the package manager is changed. /// public static event EventHandler UninstallProgressChanged { @@ -97,7 +97,7 @@ namespace Tizen.Applications } /// - /// UpdateProgressChanged event. This event is occurred when a package is getting updated and the progress of the request to the package manager changes. + /// UpdateProgressChanged event. This event occurs when a package is getting updated and the progress of the request to the package manager is changed. /// public static event EventHandler UpdateProgressChanged { @@ -116,7 +116,7 @@ namespace Tizen.Applications } /// - /// MoveProgressChanged event. This event is occurred when a package is getting moved and the progress of the request to the package manager changes. + /// MoveProgressChanged event. This event occurs when a package is getting moved and the progress of the request to the package manager is changed. /// public static event EventHandler MoveProgressChanged { @@ -135,7 +135,7 @@ namespace Tizen.Applications } /// - /// ClearDataProgressChanged event. This event is occurred when data directories are cleared in the given package. + /// ClearDataProgressChanged event. This event occurs when data directories are cleared in the given package. /// public static event EventHandler ClearDataProgressChanged { @@ -195,12 +195,12 @@ namespace Tizen.Applications }; /// - /// Gets the package ID for the given app ID. + /// Gets the package ID for the given application ID. /// - /// The ID of the application - /// Returns the ID of the package. Empty string if App ID does not exist - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when app does not have privilege to access this method + /// The ID of the application. + /// Returns the ID of the package. Empty string if the application ID does not exist. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when an application does not have the privilege to access this method. /// http://tizen.org/privilege/packagemanager.info public static string GetPackageIdByApplicationId(string applicationId) { @@ -220,12 +220,12 @@ namespace Tizen.Applications /// /// Gets the package information for the given package. /// - /// The ID of the package + /// The ID of the package. /// Returns the package information for the given package ID. - /// Thrown when failed when input package ID is invalid - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when method failed due to internal IO error - /// Thrown when app does not have privilege to access this method + /// Thrown when the failed input package ID is invalid. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when the method fails due to an internal I/O error. + /// Thrown when an application does not have the privilege to access this method. /// http://tizen.org/privilege/packagemanager.info public static Package GetPackage(string packageId) { @@ -233,13 +233,13 @@ namespace Tizen.Applications } /// - /// Clears the application's internal and external cache directory. + /// Clears the application's internal and external cache directories. /// - /// Id of the package - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when method failed due to internal IO error - /// Thrown when app does not have privilege to access this method - /// Thrown when method failed due to internal system error + /// ID of the package. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when the method fails due to an internal I/O error. + /// Thrown when an application does not have the privilege to access this method. + /// Thrown when the method failed due to an internal system error. /// http://tizen.org/privilege/packagemanager.clearcache public static void ClearCacheDirectory(string packageId) { @@ -252,12 +252,12 @@ namespace Tizen.Applications } /// - /// Clears all application's internal and external cache directory. + /// Clears all the application's internal and external cache directories. /// - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when method failed due to internal IO error - /// Thrown when app does not have privilege to access this method - /// Thrown when method failed due to internal system error + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when the method fails due to an internal IO error. + /// Thrown when an application does not have the privilege to access this method. + /// Thrown when the method failed due to an internal system error. /// http://tizen.org/privilege/packagemanager.admin /// platform public static void ClearAllCacheDirectory() @@ -271,17 +271,17 @@ namespace Tizen.Applications } /// - /// Clears the application's internal and external data directories + /// Clears the application's internal and external data directories. /// /// - /// All files under data, shared/data and shared/trusted in the internal storage are removed. - /// And, If external storeage exists, then all files under data and shared/trusted in the external storage are removed. + /// All files under data, shared/data, and shared/trusted in the internal storage are removed. + /// And, if the external storage exists, then all files under data and shared/trusted in the external storage are removed. /// - /// Id of the package - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when method failed due to internal IO error - /// Thrown when app does not have privilege to access this method - /// Thrown when method failed due to internal system error + /// ID of the package. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when the method failed due to an internal IO error. + /// Thrown when an application does not have the privilege to access this method. + /// Thrown when the method failed due to an internal system error. /// http://tizen.org/privilege/packagemanager.admin /// platform public static void ClearDataDirectory(string packageId) @@ -295,7 +295,7 @@ namespace Tizen.Applications } /// - /// Retrieves package information of all installed packages. + /// Retrieves the package information of all installed packages. /// /// Returns the list of packages. /// http://tizen.org/privilege/packagemanager.info @@ -305,9 +305,9 @@ namespace Tizen.Applications } /// - /// Retrieves package information of all installed packages satisfying filter conditions. + /// Retrieves the package information of all the installed packages satisfying the filter conditions. /// - /// Optional - package filters + /// Optional - package filters. /// Returns the list of packages. /// http://tizen.org/privilege/packagemanager.info public static IEnumerable GetPackages(PackageFilter filter) @@ -383,13 +383,13 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Returns true if installtion request is successful, false otherwise. + /// Absolute path for the package to be installed. + /// Returns true if the installation request is successful, otherwise false. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event. + /// The 'true' means that the request for installation is successful. + /// To check the result of the installation, the caller should check the progress using the InstallProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -399,15 +399,15 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// The event callback will be invoked only for the current request - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// The event callback will be invoked only for the current request. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event OR eventCallback. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event or eventCallback. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -417,15 +417,15 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Package type for the package to be installed - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// Package type for the package to be installed. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -435,15 +435,15 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Absolute path for the expansion package to be installed - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// Absolute path for the expansion package to be installed. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -453,16 +453,16 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Package type for the package to be installed - /// The event callback will be invoked only for the current request - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// Package type for the package to be installed. + /// The event callback will be invoked only for the current request. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event OR eventCallback. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event or eventCallback. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -472,16 +472,16 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Absolute path for the expansion package to be installed - /// The event callback will be invoked only for the current request - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// Absolute path for the expansion package to be installed. + /// The event callback will be invoked only for the current request. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event OR eventCallback. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event or eventCallback. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -491,16 +491,16 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Absolute path for the expansion package to be installed - /// Package type for the package to be installed - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// Absolute path for the expansion package to be installed. + /// Package type for the package to be installed. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -510,17 +510,17 @@ namespace Tizen.Applications } /// - /// Installs package located at the given path + /// Installs the package located at the given path. /// - /// Absolute path for the package to be installed - /// Absolute path for the expansion package to be installed - /// Package type for the package to be installed - /// The event callback will be invoked only for the current request - /// Optional parameter to indicate special installation mode + /// Absolute path for the package to be installed. + /// Absolute path for the expansion package to be installed. + /// Package type for the package to be installed. + /// The event callback will be invoked only for the current request. + /// Optional parameter to indicate special installation mode. /// Returns true if installtion request is successful, false otherwise. /// - /// The 'true' means that just the request of installation is seccessful. - /// To check the result of installation, the caller should check the progress using InstallProgressChanged event OR eventCallback. + /// The 'true' means that the request for installation is successful. + /// To check the result of installation, the caller should check the progress using the InstallProgressChanged event or eventCallback. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -615,13 +615,13 @@ namespace Tizen.Applications } /// - /// Uninstalls package with the given name. + /// Uninstalls the package with the given name. /// - /// Id of the package to be uninstalled - /// Returns true if uninstallation request is successful, false otherwise. + /// ID of the package to be uninstalled. + /// Returns true if the uninstallation request is successful, false otherwise. /// - /// The 'true' means that just the request of uninstallation is seccessful. - /// To check the result of uninstallation, the caller should check the progress using UninstallProgressChanged event. + /// The 'true' means that the request for uninstallation is successful. + /// To check the result of uninstallation, the caller should check the progress using the UninstallProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -631,14 +631,14 @@ namespace Tizen.Applications } /// - /// Uninstalls package with the given name. + /// Uninstalls package with the given names. /// - /// Id of the package to be uninstalled - /// Optional - Package type for the package to be uninstalled - /// Returns true if uninstalltion request is successful, false otherwise. + /// ID of the package to be uninstalled. + /// Optional - Package type for the package to be uninstalled. + /// Returns true if the uninstalltion request is successful, false otherwise. /// - /// The 'true' means that just the request of uninstallation is seccessful. - /// To check the result of uninstallation, the caller should check the progress using UninstallProgressChanged event. + /// The 'true' means that the request for uninstallation is successful. + /// To check the result of uninstallation, the caller should check the progress using the UninstallProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -648,14 +648,14 @@ namespace Tizen.Applications } /// - /// Uninstalls package with the given name. + /// Uninstalls the package with the given name. /// - /// Id of the package to be uninstalled - /// Optional - The event callback will be invoked only for the current request - /// Returns true if uninstalltion request is successful, false otherwise. + /// ID of the package to be uninstalled. + /// Optional - The event callback will be invoked only for the current request. + /// Returns true if the uninstallation request is successful, false otherwise. /// - /// The 'true' means that just the request of uninstallation is seccessful. - /// To check the result of uninstallation, the caller should check the progress using UninstallProgressChanged event OR eventCallback. + /// The 'true' means that the request for uninstallation is successful. + /// To check the result of uninstallation, the caller should check the progress using the UninstallProgressChanged event or eventCallback. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -665,15 +665,15 @@ namespace Tizen.Applications } /// - /// Uninstalls package with the given name. + /// Uninstalls the package with the given name. /// - /// Id of the package to be uninstalled - /// Optional - Package type for the package to be uninstalled - /// Optional - The event callback will be invoked only for the current request - /// Returns true if uninstalltion request is successful, false otherwise. + /// ID of the package to be uninstalled + /// Optional - Package type for the package to be uninstalled. + /// Optional - The event callback will be invoked only for the current request. + /// Returns true if the uninstallation request is successful, false otherwise. /// - /// The 'true' means that just the request of uninstallation is seccessful. - /// To check the result of uninstallation, the caller should check the progress using UninstallProgressChanged event OR eventCallback. + /// The 'true' means that the request for uninstallation is successful. + /// To check the result of uninstallation, the caller should check the progress using the UninstallProgressChanged event or eventCallback. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -736,14 +736,14 @@ namespace Tizen.Applications } /// - /// Move package to given storage. + /// Moves the package to the given storage. /// - /// Id of the package to be moved - /// Storage, package should be moved to - /// Returns true if move request is successful, false otherwise. + /// ID of the package to be moved. + /// Storage package should be moved to. + /// Returns true if the move request is successful, false otherwise. /// - /// The 'true' means that just the request of move is seccessful. - /// To check the result of move, the caller should check the progress using MoveProgressChanged event. + /// The 'true' means that the request for move is successful. + /// To check the result of move, the caller should check the progress using the MoveProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -753,15 +753,15 @@ namespace Tizen.Applications } /// - /// Move package to given storage. + /// Moves the package to the given storage. /// - /// Id of the package to be moved - /// Optional - Package type for the package to be moved - /// Storage, package should be moved to - /// Returns true if move request is successful, false otherwise. + /// ID of the package to be moved. + /// Optional - Package type for the package to be moved. + /// Storage package should be moved to. + /// Returns true if the move request is successful, false otherwise. /// - /// The 'true' means that just the request of move is seccessful. - /// To check the result of move, the caller should check the progress using MoveProgressChanged event. + /// The 'true' means that the request for move is successful. + /// To check the result of move, the caller should check the progress using the MoveProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -771,15 +771,15 @@ namespace Tizen.Applications } /// - /// Move package to given storage. + /// Moves the package to the given storage. /// - /// Id of the package to be moved - /// Storage, package should be moved to - /// Optional - The event callback will be invoked only for the current request + /// ID of the package to be moved. + /// Storage package should be moved to. + /// Optional - The event callback will be invoked only for the current request. /// Returns true if move request is successful, false otherwise. /// - /// The 'true' means that just the request of move is seccessful. - /// To check the result of move, the caller should check the progress using MoveProgressChanged event. + /// The 'true' means that the request for move is successful. + /// To check the result of move, the caller should check the progress using the MoveProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -789,16 +789,16 @@ namespace Tizen.Applications } /// - /// Move package to given storage. + /// Moves the package to the given storage. /// - /// Id of the package to be moved - /// Optional - Package type for the package to be moved - /// Storage, package should be moved to - /// Optional - The event callback will be invoked only for the current request + /// ID of the package to be moved. + /// Optional - Package type for the package to be moved. + /// Storage, package should be moved to. + /// Optional - The event callback will be invoked only for the current request. /// Returns true if move request is successful, false otherwise. /// - /// The 'true' means that just the request of move is seccessful. - /// To check the result of move, the caller should check the progress using MoveProgressChanged event. + /// The 'true' means that the request for move is successful. + /// To check the result of move, the caller should check the progress using the MoveProgressChanged event. /// /// http://tizen.org/privilege/packagemanager.admin /// platform @@ -862,13 +862,13 @@ namespace Tizen.Applications } /// - /// Gets permission type of package which has given application id + /// Gets the permission type of the package which has a given application ID. /// - /// Id of the application - /// Returns permission type. + /// ID of the application. + /// Returns the permission type. /// http://tizen.org/privilege/packagemanager.info - /// Thrown when failed when input package ID is invalid - /// Thrown when app does not have privilege to access this method + /// Thrown when the failed input package ID is invalid. + /// Thrown when an application does not have the privilege to access this method. public static PermissionType GetPermissionTypeByApplicationId(string applicationId) { Interop.PackageManager.PackageManagerPermissionType permissionType; @@ -882,13 +882,13 @@ namespace Tizen.Applications } /// - /// Gets package's preload attribute which contain given applicion id + /// Gets the package's preload attribute which contains a given application ID. /// - /// Id of the application - /// Returns true if package is preloaded. Otherwise return false. + /// ID of the application. + /// Returns true if the package is preloaded, otherwise false. /// http://tizen.org/privilege/packagemanager.info - /// Thrown when failed when input package ID is invalid - /// Thrown when app does not have privilege to access this method + /// Thrown when the failed input package ID is invalid. + /// Thrown when an application does not have the privilege to access this method. public static bool IsPreloadPackageByApplicationId(string applicationId) { bool isPreloadPackage; @@ -902,13 +902,13 @@ namespace Tizen.Applications } /// - /// Compare certificate of two packages + /// Compares the certificate of the two packages. /// - /// package id to compare - /// package id to be compared + /// Package ID to compare. + /// Package ID to be compared. /// Returns certificate comparison result. - /// Thrown when failed when input package ID is invalid - /// Thrown when method failed due to internal IO error + /// Thrown when the failed input package ID is invalid. + /// Thrown when the method failed due to an internal I/O error. public static CertCompareResultType CompareCertInfo(string lhsPackageId, string rhsPackageId) { Interop.PackageManager.CertCompareResultType compareResult; @@ -922,13 +922,13 @@ namespace Tizen.Applications } /// - /// Compare certificate of two packages which contain each given application id + /// Compares the certificate of the two packages which contain each given application ID. /// - /// application id to compare - /// application id to be compared + /// Application ID to compare. + /// Application ID to be compared. /// Returns certificate comparison result. - /// Thrown when failed when input package ID is invalid - /// Thrown when method failed due to internal IO error + /// Thrown when the failed input package ID is invalid. + /// Thrown when the method failed due to an internal I/O error. public static CertCompareResultType CompareCertInfoByApplicationId(string lhsApplicationId, string rhsApplicationId) { Interop.PackageManager.CertCompareResultType compareResult; @@ -947,16 +947,16 @@ namespace Tizen.Applications public static class Drm { /// - /// Generates request for getting license + /// Generates a request for getting the license. /// - /// Response data string of the purchase request - /// Returns package drm information of given response data which contains require data and license url + /// Response data string of the purchase request. + /// Returns the package DRM information of a given response data which contains the required data and license URL. /// http://tizen.org/privilege/packagemanager.admin /// platform - /// Thrown when failed when input package ID is invalid - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when app does not have privilege to access this method - /// Thrown when method failed due to internal system error + /// Thrown when failed when input package ID is invalid. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when an application does not have the privilege to access this method. + /// Thrown when the method failed due to an internal system error. public static PackageDrm GenerateLicenseRequest(string responseData) { return PackageDrm.GenerateLicenseRequest(responseData); @@ -964,16 +964,16 @@ namespace Tizen.Applications } /// - /// Registers encrypted license + /// Registers the encrypted license. /// - /// The response data string of the rights request - /// Returns true if succeed. Otherwise return false + /// The response data string of the rights request. + /// Returns true if succeeds, otherwise false. /// http://tizen.org/privilege/packagemanager.admin /// platform - /// Thrown when failed when input package ID is invalid - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when app does not have privilege to access this method - /// Thrown when method failed due to internal system error + /// Thrown when failed when input package ID is invalid. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when an application does not have the privilege to access this method. + /// Thrown when the method failed due to internal system error. public static bool RegisterLicense(string responseData) { Interop.PackageManager.ErrorCode err = Interop.PackageManager.PackageManagerDrmRegisterLicense(responseData); @@ -986,17 +986,17 @@ namespace Tizen.Applications } /// - /// Decrypts contents which is encrypted + /// Decrypts the contents which are encrypted. /// - /// Drm file path - /// Decrypted file path - /// Returns true if succeed. Otherwise return false + /// Drm file path. + /// Decrypted file path. + /// Returns true if succeeds, otherwise false. /// http://tizen.org/privilege/packagemanager.admin /// platform - /// Thrown when failed when input package ID is invalid - /// Thrown when there is not enough memory to continue the execution of the method - /// Thrown when app does not have privilege to access this method - /// Thrown when method failed due to internal system error + /// Thrown when failed when input package ID is invalid. + /// Thrown when there is not enough memory to continue the execution of the method. + /// Thrown when an application does not have the privilege to access this method. + /// Thrown when the method failed due to an internal system error. public static bool DecryptPackage(string drmFilePath, string decryptedFilePath) { Interop.PackageManager.ErrorCode err = Interop.PackageManager.PackageManagerDrmDecryptPackage(drmFilePath, decryptedFilePath); diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManagerEventArgs.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManagerEventArgs.cs index ba0466f..c840970 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManagerEventArgs.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManagerEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// PackageManagerEventArgs class. This class is an event arguments of the InstallProgressChanged, UninstallProgressChanged and UpdateProgressChanged events. + /// PackageManagerEventArgs class. This class is an event arguments of the InstallProgressChanged, UninstallProgressChanged, and UpdateProgressChanged events. /// public class PackageManagerEventArgs : EventArgs { @@ -37,17 +37,17 @@ namespace Tizen.Applications } /// - /// Type of the package to be installed, uninstalled or updated + /// Type of the package to be installed, uninstalled, or updated. /// public PackageType PackageType { get { return _packageType; } } /// - /// package ID to be installed, uninstalled or updated + /// Package ID to be installed, uninstalled, or updated. /// public string PackageId { get { return _packageId; } } /// - /// Current state of the request to the package manager + /// Current state of the request to the package manager. /// public PackageEventState State { get { return _state; } } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageSizeInformation.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageSizeInformation.cs index 7269f74..b7d4b15 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageSizeInformation.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageSizeInformation.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// This class has the read only properties to get package size information. + /// This class has read-only properties to get the package size information. /// public class PackageSizeInformation { @@ -33,32 +33,32 @@ namespace Tizen.Applications private PackageSizeInformation() { } /// - /// Data size for package. + /// Data size for the package. /// public long DataSize { get { return _dataSize; } } /// - /// Cache size for package. + /// Cache size for the package. /// public long CacheSize { get { return _cacheSize; } } /// - /// Application size for package. + /// Application size for the package. /// public long AppSize { get { return _appSize; } } /// - /// External data size for package. + /// External data size for the package. /// public long ExternalDataSize { get { return _externalDataSize; } } /// - /// External cache size for package. + /// External cache size for the package. /// public long ExternalCacheSize { get { return _externalCacheSize; } } /// - /// External application size for package. + /// External application size for the package. /// public long ExternalAppSize { get { return _externalAppSize; } } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageType.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageType.cs index e8a0042..227db5f 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageType.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageType.cs @@ -19,21 +19,21 @@ using System; namespace Tizen.Applications { /// - /// Enumeration for package type. + /// Enumeration for the package types. /// public enum PackageType { UNKNOWN, /// - /// Tizen native application package + /// Tizen native application package. /// TPK, /// - /// Tizen web/ hybrid application Package + /// Tizen web/hybrid application package. /// WGT, /// - /// It's a special meaning type to represent the tizen application package which is installed using rpm spec. + /// A special meaning type to represent the Tizen application package which is installed using the RPM spec. /// Only some preloaded packages can have this type. /// RPM diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PermissionType.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PermissionType.cs index c4a4e2f..d9e2083 100644 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PermissionType.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PermissionType.cs @@ -19,20 +19,20 @@ using System; namespace Tizen.Applications { /// - /// Enumeration for permission type. + /// Enumeration for the permission types. /// public enum PermissionType { /// - /// Permission is normal + /// Permission is normal. /// Normal, /// - /// Permission is signature + /// Permission is signature. /// Signature, /// - /// Permission is privilege + /// Permission is privilege. /// Privilege } diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerHandle.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerHandle.cs index 15e0c82..c05653b 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerHandle.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerHandle.cs @@ -39,7 +39,7 @@ namespace Tizen.Applications /// /// Executes the code required to free the SafePackageManagerHandle. /// - /// true if the handle is released successfully + /// True if the handle is released successfully. protected override bool ReleaseHandle() { Interop.PackageManager.PackageManagerDestroy(handle); diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerRequestHandle.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerRequestHandle.cs index add74f5..60a2bfd 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerRequestHandle.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/SafePackageManagerRequestHandle.cs @@ -39,7 +39,7 @@ namespace Tizen.Applications /// /// Executes the code required to free the SafePackageManagerRequestHandle. /// - /// true if the handle is released successfully + /// True if the handle is released successfully. protected override bool ReleaseHandle() { Interop.PackageManager.PackageManagerRequestDestroy(handle); diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/StorageType.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/StorageType.cs index 8246188..040c1fb 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/StorageType.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/StorageType.cs @@ -17,7 +17,7 @@ namespace Tizen.Applications { /// - /// Enumeration for storage type. + /// Enumeration for the storage types. /// public enum StorageType { diff --git a/src/Tizen.Applications.Preference/Interop/Interop.Preference.cs b/src/Tizen.Applications.Preference/Interop/Interop.Preference.cs index dd98962..96958eb 100755 --- a/src/Tizen.Applications.Preference/Interop/Interop.Preference.cs +++ b/src/Tizen.Applications.Preference/Interop/Interop.Preference.cs @@ -19,12 +19,12 @@ using System.Runtime.InteropServices; using Tizen.Applications; /// -/// Contains Interop declarations of Preference classes. +/// Contains interop declarations of the preference classes. /// internal static partial class Interop { /// - /// Contains Interop declarations of Preference device API. + /// Contains interop declarations of the preference device API. /// internal static partial class Preference { diff --git a/src/Tizen.Applications.Preference/Tizen.Applications/Preference.cs b/src/Tizen.Applications.Preference/Tizen.Applications/Preference.cs index 4fd6e79..742f132 100755 --- a/src/Tizen.Applications.Preference/Tizen.Applications/Preference.cs +++ b/src/Tizen.Applications.Preference/Tizen.Applications/Preference.cs @@ -21,8 +21,8 @@ using Tizen.Internals.Errors; namespace Tizen.Applications { /// - /// The Preference class provides APIs to store and retrieve application specific data/preference. A preference is saved in the form of a key-value pair. - /// Keys are always text strings and value can be any one of four types: integer, double, string and boolean. + /// The preference class provides APIs to store and retrieve an application specific data/preference. A preference is saved in the form of a key-value pair. + /// Keys are always text strings and the value can be any one of the four types: integer, double, string, and boolean. /// public static class Preference { @@ -46,10 +46,10 @@ namespace Tizen.Applications } /// - /// Retrieves all keys of the application preferences + /// Retrieves all keys of the application preferences. /// /// - /// The list of keys + /// The list of keys. /// /// /// @@ -82,10 +82,10 @@ namespace Tizen.Applications /// Gets the event context for the given key. /// /// - /// The preference key - /// The event context of respective key - /// Thrown if the key is not found - /// Thrown if the key is an invalid parameter. + /// The preference key. + /// The event context of respective key. + /// Thrown if the key is not found. + /// Thrown if the key is invalid parameter. /// /// /// private static void Preference_PreferenceChanged(object sender, PreferenceChangedEventArgs e) @@ -129,10 +129,10 @@ namespace Tizen.Applications /// /// Checks whether the given key exists in the preference. /// - /// The name of the key to check - /// true if the key exists in the preference, otherwise false + /// The name of the key to check. + /// True if the key exists in the preference, otherwise false. /// Thrown if the key is an invalid parameter. - /// Thrown when method failed due to internal IO error. + /// Thrown when the method failed due to an internal I/O error. /// /// /// Preference.Set("active_user", "Joe"); @@ -161,13 +161,13 @@ namespace Tizen.Applications /// Sets a key-value pair representing the preference. /// /// - /// If the key already exists in the Preference, old value will be overwritten with new value. - /// Data types supported for value are: integer, double, string and bool. + /// If the key already exists in the preference, the old value will be overwritten with a new value. + /// Data types for supported values are: integer, double, string, and bool. /// - /// The name of the key to create/modigy + /// The name of the key to create/modify./param> /// The value corresponding to the key. /// Thrown if the key is an invalid parameter. - /// Thrown when method failed due to internal IO error. + /// Thrown when the method failed due to an internal I/O error. /// /// /// Preference.Set("Option_enabled", true); @@ -227,11 +227,11 @@ namespace Tizen.Applications /// Note that this is a generic method. /// /// The generic type to return. - /// The key of the preference + /// The key of the preference. /// The value of the preference item if it is of the specified generic type. - /// Thrown if the key is not found + /// Thrown if the key is not found. /// Thrown if the key is an invalid parameter. - /// Thrown when method failed due to internal IO error. + /// Thrown when the method failed due to an internal I/O error. /// /// /// bool exists = Preference.Contains("active_user"); @@ -288,9 +288,9 @@ namespace Tizen.Applications /// /// Removes any preference value with the given key. /// - /// The key to remove - /// Thrown if the key is not found - /// Thrown when method failed due to internal IO error. + /// The key to remove. + /// Thrown if the key is not found. + /// Thrown when the method failed due to an internal I/O error. /// /// /// bool exists = Preference.Contains("active_user"); @@ -311,9 +311,9 @@ namespace Tizen.Applications } /// - /// Removes all key-value pairs from the preference. + /// Removes all the key-value pairs from the preference. /// - /// Thrown when method failed due to internal IO error. + /// Thrown when the method failed due to an internal I/O error. /// /// /// Preference.Set("Option_enabled", true); @@ -354,7 +354,7 @@ namespace Tizen.Applications } /// - /// The class manages event handlers of preference keys. The class enables having event handlers for individual preference keys. + /// The class manages event handlers of the preference keys. The class enables having event handlers for individual preference keys. /// public class EventContext { @@ -366,10 +366,10 @@ namespace Tizen.Applications } /// - /// Occurs whenever there is change in the value of preference key. + /// Occurs whenever there is a change in the value of a preference key. /// /// Thrown when the key does not exist or when there is an invalid parameter. - /// Thrown when the Bundle instance has been disposed. + /// Thrown when the bundle instance has been disposed. /// /// /// private static void Preference_PreferenceChanged(object sender, PreferenceChangedEventArgs e) diff --git a/src/Tizen.Applications.Preference/Tizen.Applications/PreferenceChangedEventArgs.cs b/src/Tizen.Applications.Preference/Tizen.Applications/PreferenceChangedEventArgs.cs index 5386c77..99f81dd 100755 --- a/src/Tizen.Applications.Preference/Tizen.Applications/PreferenceChangedEventArgs.cs +++ b/src/Tizen.Applications.Preference/Tizen.Applications/PreferenceChangedEventArgs.cs @@ -19,7 +19,7 @@ using System; namespace Tizen.Applications { /// - /// This class is an event arguments of the PreferenceChanged events. + /// This class is an event argument of the PreferenceChanged event. /// public class PreferenceChangedEventArgs : EventArgs { diff --git a/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs b/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs index d8742c1..e039c70 100755 --- a/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs +++ b/src/Tizen.Applications.Service/Tizen.Applications/ServiceApplication.cs @@ -19,12 +19,12 @@ using Tizen.Applications.CoreBackend; namespace Tizen.Applications { /// - /// Represents a service application. + /// Represents the service applications. /// public class ServiceApplication : CoreApplication { /// - /// Initializes ServiceApplication class. + /// Initializes the ServiceApplication class. /// public ServiceApplication() : base(new ServiceCoreBackend()) { diff --git a/src/Tizen.Applications.ToastMessage/Tizen.Applications/ToastMessage.cs b/src/Tizen.Applications.ToastMessage/Tizen.Applications/ToastMessage.cs index fd136b1..d490b2c 100755 --- a/src/Tizen.Applications.ToastMessage/Tizen.Applications/ToastMessage.cs +++ b/src/Tizen.Applications.ToastMessage/Tizen.Applications/ToastMessage.cs @@ -23,20 +23,20 @@ using System.Threading.Tasks; namespace Tizen.Applications { /// - /// The class helps you create and show ToastMessage which is a view quick message for the user + /// The class helps you to create and show the ToastMessage which is a view quick message for the user. /// public sealed class ToastMessage { /// - /// Gets and sets message to post ToastMessage + /// Gets and sets a message to post the ToastMessage. /// public string Message { get; set; } /// - /// Posts a message on a toast popup + /// Posts a message on a toast pop-up. /// - /// Thrown when Message is null + /// Thrown when the message is null. /// /// /// ToastMessage toast = new ToastMessage diff --git a/src/Tizen.Applications.UI/Tizen.Applications/CoreUIApplication.cs b/src/Tizen.Applications.UI/Tizen.Applications/CoreUIApplication.cs index 03256e7..e036c14 100755 --- a/src/Tizen.Applications.UI/Tizen.Applications/CoreUIApplication.cs +++ b/src/Tizen.Applications.UI/Tizen.Applications/CoreUIApplication.cs @@ -21,7 +21,7 @@ using Tizen.Applications.CoreBackend; namespace Tizen.Applications { /// - /// Represents an application that have UI screen. The events for resuming and pausing are provided. + /// Represents an application that has an UI screen. The events for resuming and pausing are provided. /// public class CoreUIApplication : CoreApplication { @@ -29,7 +29,7 @@ namespace Tizen.Applications /// Initializes the CoreUIApplication class. /// /// - /// Default backend for UI application will be used. + /// The default backend for the UI application will be used. /// public CoreUIApplication() : base(new UICoreBackend()) { @@ -39,9 +39,9 @@ namespace Tizen.Applications /// Initializes the CoreUIApplication class. /// /// - /// If want to change the backend, use this constructor. + /// If you want to change the backend, use this constructor. /// - /// The backend instance implementing ICoreBacked interface. + /// The backend instance implementing the ICoreBacked interface. public CoreUIApplication(ICoreBackend backend) : base(backend) { } @@ -59,7 +59,7 @@ namespace Tizen.Applications /// /// Runs the UI application's main loop. /// - /// Arguments from commandline. + /// Arguments from the commandline. public override void Run(string[] args) { Backend.AddEventHandler(EventType.PreCreated, OnPreCreate); @@ -69,14 +69,14 @@ namespace Tizen.Applications } /// - /// Overrides this method if want to handle behavior before calling OnCreate(). + /// Overrides this method if you want to handle the behavior before calling OnCreate(). /// protected virtual void OnPreCreate() { } /// - /// Overrides this method if want to handle behavior when the application is resumed. + /// Overrides this method if you want to handle the behavior when the application is resumed. /// If base.OnResume() is not called, the event 'Resumed' will not be emitted. /// protected virtual void OnResume() @@ -85,7 +85,7 @@ namespace Tizen.Applications } /// - /// Overrides this method if want to handle behavior when the application is paused. + /// Overrides this method if you want to handle the behavior when the application is paused. /// If base.OnPause() is not called, the event 'Paused' will not be emitted. /// protected virtual void OnPause() -- 2.7.4