X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Telephony%2FTizen.Telephony%2FTelephony.cs;h=d26b7d5e9d06bc91b9e16596f2091f18f85a71e4;hb=320e8744f02123838ad40a429f69b599a6fbd444;hp=203e2c62a49000dc31a6d38927dccdcb65dee970;hpb=f0acae33e44cd15d37739436a6abaa64293dabc3;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Telephony/Tizen.Telephony/Telephony.cs b/src/Tizen.Telephony/Tizen.Telephony/Telephony.cs index 203e2c6..d26b7d5 100644 --- a/src/Tizen.Telephony/Tizen.Telephony/Telephony.cs +++ b/src/Tizen.Telephony/Tizen.Telephony/Telephony.cs @@ -22,20 +22,20 @@ using static Interop.Telephony; namespace Tizen.Telephony { /// - /// Enumeration for the telephony state. + /// Enumeration for the telephony states. /// public enum State { /// - /// Telephony state is not ready + /// The telephony state is not ready. /// NotReady, /// - /// Telephony state is ready + /// The telephony state is ready. /// Ready, /// - /// Unavailable + /// Unavailable. /// Unavailable }; @@ -46,30 +46,30 @@ namespace Tizen.Telephony public enum CallPreferredVoiceSubscription { /// - /// Unknown status + /// Unknown status. /// Unknown = -1, /// - /// Current network + /// Current network. /// CurrentNetwork = 0, /// - /// ASK Always + /// Ask Always. /// AskAlways, /// - /// SIM 1 + /// SIM 1. /// Sim1, /// - /// SIM 2 + /// SIM 2. /// Sim2 }; /// - /// This Class provides API's to Initialize and Deinitialize the framework - /// it also provides API's to get the SlotHandle's which can then be used to get other Network/Sim/Call/Modem Information. + /// This class provides APIs to initialize and deinitialize the framework. + /// It also provides APIs to get the SlotHandles, which can then be used to get other Network/Sim/Call/Modem information. /// public static class Manager { @@ -84,7 +84,7 @@ namespace Tizen.Telephony }; /// - /// Event Handler to be invoked when the telephony state changes. + /// The event handler to be invoked when the telephony state changes. /// /// 3 public static event EventHandler StateChanged @@ -145,21 +145,21 @@ namespace Tizen.Telephony } /// - /// Acquires the Number of available handles to use the telephony API. + /// Acquires the number of available handles to use the telephony API. /// /// 3 /// - /// A List of Telephony handles. - /// You will get 2 SlotHandles in case of dual SIM device. - /// where,SlotHandle at Index '0' represents Primary SIM and Index '1' represents Secondary SIM. + /// A list of telephony handles. + /// You will get 2 SlotHandles in case of the dual SIM device. + /// Where, SlotHandle at Index '0' represents the primary SIM and Index '1' represents the secondary SIM. /// /// http://tizen.org/feature/network.telephony /// The required feature is not supported. /// - /// This Exception can will be generated in the following cases - /// 1. System is out of memory - /// 2. If the operation is not supported on device - /// 3. If the Operation Failed + /// This exception will be generated in the following cases: + /// 1. The system is out of memory. + /// 2. If the operation is not supported on the device. + /// 3. If the operation failed. /// public static IEnumerable Init() { @@ -201,9 +201,9 @@ namespace Tizen.Telephony /// http://tizen.org/feature/network.telephony /// The required feature is not supported. /// - /// This Exception can be generated in the following cases - /// 1. If the operation is not supported on device - /// 2. If the Operation Failed + /// This exception can be generated in the following cases: + /// 1. If the operation is not supported on the device. + /// 2. If the operation failed. /// public static void Deinit() {