X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Telephony%2FTizen.Telephony%2FChangeNotificationEventArgs.cs;h=0c4b6de5031e3898d23182bc068bbca3adf87df6;hb=320e8744f02123838ad40a429f69b599a6fbd444;hp=da04afe9a7c9ae72d5a99c99abb4651542ffdba7;hpb=f0acae33e44cd15d37739436a6abaa64293dabc3;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs b/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs index da04afe..0c4b6de 100644 --- a/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs +++ b/src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs @@ -18,7 +18,7 @@ using System; namespace Tizen.Telephony { /// - /// This Class contains the data related to the Notification event + /// This class contains the data related to the Notification event. /// public class ChangeNotificationEventArgs : EventArgs { @@ -29,13 +29,13 @@ namespace Tizen.Telephony } /// - /// Enumeration for Telephony notification. + /// Enumeration for the Telephony Notification. /// public enum Notification { /// - /// Notification to be invoked when the SIM card state changes. - /// SIM.State will be delivered in notification data. + /// The notification to be invoked when the SIM card state changes. + /// SIM.State will be delivered in the notification data. /// /// 3 /// @@ -43,8 +43,8 @@ namespace Tizen.Telephony /// SimStatus = 0x10, /// - /// Notification to be invoked when the SIM call forwarding indicator state changes. - /// 'state(bool)' will be delivered in notification data. + /// The notification to be invoked when the SIM call forwarding indicator state changes. + /// 'state(bool)' will be delivered in the notification data. /// /// 3 /// @@ -52,8 +52,8 @@ namespace Tizen.Telephony /// SimCallForwardingIndicatorState, /// - /// Notification to be invoked when the network service state changes. - /// Network.ServiceState will be delivered in notification data. + /// The notification to be invoked when the network service state changes. + /// Network.ServiceState will be delivered in the notification data. /// /// 3 /// @@ -61,8 +61,8 @@ namespace Tizen.Telephony /// NetworkServiceState = 0x20, /// - /// Notification to be invoked when the cell ID changes. - /// 'cell_id(int)' will be delivered in notification data. + /// The notification to be invoked when the cell ID changes. + /// 'cell_id(int)' will be delivered in the notification data. /// /// 3 /// @@ -70,8 +70,8 @@ namespace Tizen.Telephony /// NetworkCellid, /// - /// Notification to be invoked when the roaming status changes. - /// 'roaming_status(bool)' will be delivered in notification data. + /// The notification to be invoked when the roaming status changes. + /// 'roaming_status(bool)' will be delivered in the notification data. /// /// 3 /// @@ -79,8 +79,8 @@ namespace Tizen.Telephony /// NetworkRoamingStatus, /// - /// Notification to be invoked when the signal strength changes. - /// Network.Rssi will be delivered in notification data. + /// The notification to be invoked when the signal strength changes. + /// Network.Rssi will be delivered in the notification data. /// /// 3 /// @@ -88,8 +88,8 @@ namespace Tizen.Telephony /// NetworkSignalstrengthLevel, /// - /// Notification to be invoked when the network name changes. - /// 'network_name(string)' will be delivered in notification data. + /// The notification to be invoked when the network name changes. + /// 'network_name(string)' will be delivered in the notification data. /// /// 3 /// @@ -97,8 +97,8 @@ namespace Tizen.Telephony /// NetworkNetworkName, /// - /// Notification to be invoked when the ps type changes. - /// Network.PSType will be delivered in notification data. + /// The notification to be invoked when the PS type changes. + /// Network.PSType will be delivered in the notification data. /// /// 3 /// @@ -106,8 +106,8 @@ namespace Tizen.Telephony /// NetworkPsType, /// - /// Notification to be invoked when the default data subscription changes. - /// Network.DefaultDataSubscription will be delivered in notification data. + /// The notification to be invoked when the default data subscription changes. + /// Network.DefaultDataSubscription will be delivered in the notification data. /// /// 3 /// @@ -115,8 +115,8 @@ namespace Tizen.Telephony /// NetworkDefaultDataSubscription, /// - /// Notification to be invoked when the default subscription changes. - /// Network.DefaultSubscription will be delivered in notification data. + /// The notification to be invoked when the default subscription changes. + /// Network.DefaultSubscription will be delivered in the notification data. /// /// 3 /// @@ -124,8 +124,8 @@ namespace Tizen.Telephony /// NetworkDefaultSubscription, /// - /// Notification to be invoked when the LAC (Location Area Code) changes. - /// 'lac(int)' will be delivered in notification data. + /// The notification to be invoked when the LAC (Location Area Code) changes. + /// 'lac(int)' will be delivered in the notification data. /// /// 3 /// @@ -133,8 +133,8 @@ namespace Tizen.Telephony /// NetworkLac, /// - /// Notification to be invoked when the TAC (Tracking Area Code) changes. - /// 'tac(int)' will be delivered in notification data. + /// The notification to be invoked when the TAC (Tracking Area Code) changes. + /// 'tac(int)' will be delivered in the notification data. /// /// 3 /// @@ -142,8 +142,8 @@ namespace Tizen.Telephony /// NetworkTac, /// - /// Notification to be invoked when the system ID changes. - /// 'sid(int)' will be delivered in notification data. + /// The notification to be invoked when the system ID changes. + /// 'sid(int)' will be delivered in the notification data. /// /// 3 /// @@ -151,8 +151,8 @@ namespace Tizen.Telephony /// NetworkSystemId, /// - /// Notification to be invoked when the network ID changes. - /// 'nid(int)' will be delivered in notification data. + /// The notification to be invoked when the network ID changes. + /// 'nid(int)' will be delivered in the notification data. /// /// 3 /// @@ -160,8 +160,8 @@ namespace Tizen.Telephony /// NetworkId, /// - /// Notification to be invoked when the base station ID changes. - /// 'id(int)' will be delivered in notification data. + /// The notification to be invoked when the base station ID changes. + /// 'id(int)' will be delivered in the notification data. /// /// 3 /// @@ -169,8 +169,8 @@ namespace Tizen.Telephony /// NetworkBsId, /// - /// Notification to be invoked when the base station latitude changes. - /// 'latitude(int)' will be delivered in notification data. + /// The notification to be invoked when the base station latitude changes. + /// 'latitude(int)' will be delivered in the notification data. /// /// 3 /// @@ -178,8 +178,8 @@ namespace Tizen.Telephony /// NetworkBsLatitude, /// - /// Notification to be invoked when the base station longitude changes. - /// 'longitue(int)' will be delivered in notification data. + /// The notification to be invoked when the base station longitude changes. + /// 'longitue(int)' will be delivered in the notification data. /// /// 3 /// @@ -187,8 +187,8 @@ namespace Tizen.Telephony /// NetworkBsLongitude, /// - /// Notification to be invoked when a voice call is in idle status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a voice call is in the idle status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -196,8 +196,8 @@ namespace Tizen.Telephony /// VoiceCallStatusIdle, /// - /// Notification to be invoked when a voice call is in active status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a voice call is in the active status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -205,8 +205,8 @@ namespace Tizen.Telephony /// VoiceCallStatusActive, /// - /// Notification to be invoked when a voice call is in held status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a voice call is in the held status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -214,8 +214,8 @@ namespace Tizen.Telephony /// VoiceCallStatusHeld, /// - /// Notification to be invoked when a voice call is in dialing status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a voice call is in the dialing status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -223,8 +223,8 @@ namespace Tizen.Telephony /// VoiceCallStatusDialing, /// - /// Notification to be invoked when a voice call is in alertingstatus. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a voice call is in the alerting status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -232,8 +232,8 @@ namespace Tizen.Telephony /// VoiceCallStatusAlerting, /// - /// Notification to be invoked when a voice call is in incoming status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a voice call is in the incoming status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -241,8 +241,8 @@ namespace Tizen.Telephony /// VoiceCallStatusIncoming, /// - /// Notification to be invoked when a video call is in idle status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a video call is in the idle status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -250,8 +250,8 @@ namespace Tizen.Telephony /// VideoCallStatusIdle, /// - /// Notification to be invoked when a video call is in active status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a video call is in the active status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -259,8 +259,8 @@ namespace Tizen.Telephony /// VideoCallStatusActive, /// - /// Notification to be invoked when a video call is in dialing status. - /// 'handle id(uint)' will be delivered in notification data. + /// The notification to be invoked when a video call is in the dialing status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -268,8 +268,8 @@ namespace Tizen.Telephony /// VideoCallStatusDialing, /// - /// Notification to be invoked when a video call is in alerting status. - /// 'handle id(uint)' will be delivered in notification data + /// The notification to be invoked when a video call is in the alerting status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -277,8 +277,8 @@ namespace Tizen.Telephony /// VideoCallStatusAlerting, /// - /// Notification to be invoked when a video call is in incoming status. - /// 'handle id(uint)' will be delivered in notification data + /// The notification to be invoked when a video call is in the incoming status. + /// 'handle id(uint)' will be delivered in the notification data. /// /// 3 /// @@ -286,8 +286,8 @@ namespace Tizen.Telephony /// VideoCallStatusIncoming, /// - /// Notification to be invoked when the preferred voice subscription changes. - /// CallPreferredVoiceSubscription will be delivered in notification data + /// The notification to be invoked when the preferred voice subscription changes. + /// CallPreferredVoiceSubscription will be delivered in the notification data. /// /// 3 /// @@ -297,7 +297,7 @@ namespace Tizen.Telephony }; /// - /// Telephony notification type + /// The Telephony Notification type. /// /// 3 public Notification NotificationType @@ -307,7 +307,7 @@ namespace Tizen.Telephony } /// - /// Data as per the Notification type + /// The data as per the Notification type. /// /// 3 public object NotificationData