Reinforce API documents (#6330)
authorWootak Jung <wootak.jung@samsung.com>
Mon, 18 Nov 2024 23:21:20 +0000 (08:21 +0900)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 23:21:20 +0000 (08:21 +0900)
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
src/Tizen.Telephony/Tizen.Telephony/CallHandle.cs
src/Tizen.Telephony/Tizen.Telephony/ChangeNotificationEventArgs.cs
src/Tizen.Telephony/Tizen.Telephony/Modem.cs
src/Tizen.Telephony/Tizen.Telephony/Network.cs
src/Tizen.Telephony/Tizen.Telephony/Sim.cs

index 71a2f04965f033860bc112ee0403e73f6dd528ca..2ee78938b0ed2421f513059058f9b26f7e2f873e 100644 (file)
@@ -21,6 +21,9 @@ namespace Tizen.Telephony
 {
     /// <summary>
     /// This class provides the APIs to get the information about calls.
+    /// It contains several properties such as HandleId, Number, Type, Status, Direction, and ConferenceStatus,
+    /// which allow users to obtain specific details about a call. These properties can be accessed individually
+    /// to gain insights into aspects like the call handle ID, number, type, status, direction, and whether it is a conference call or not.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class CallHandle
index e45df9c8532243f85042ed90bd4a37bef7d09328..d38ff1489bbadc6ee2273d430d3cd5f68b716b90 100644 (file)
@@ -19,6 +19,9 @@ namespace Tizen.Telephony
 {
     /// <summary>
     /// This class contains the data related to the Notification event.
+    /// Each Notification type corresponds to a specific change in the telephony or network configuration,
+    /// allowing developers to react accordingly. By leveraging these notifications, applications can maintain
+    /// real-time awareness of critical telephony and network conditions, enhancing overall user experience.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class ChangeNotificationEventArgs : EventArgs
index 96ecb0f8813e8f6b6b25797b8381a90082b592ea..c68ca54e4d9cc6e2aa6359f67f31ce7e5e80c78b 100644 (file)
@@ -20,6 +20,9 @@ namespace Tizen.Telephony
 {
     /// <summary>
     /// This class provides APIs to obtain information from the modem.
+    /// It includes properties such as Imei, which allows users to retrieve the International
+    /// Mobile Station Equipment Identity (IMEI) of a mobile phone. By utilizing these features,
+    /// developers can gather valuable information about the modem and incorporate it into their applications effectively.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Modem
index 8496a2dba13958896a68951d2ec6f5940d0ba45c..afaee903e01c052bfce29e7b6c3fcaf752b15760 100644 (file)
@@ -20,6 +20,8 @@ namespace Tizen.Telephony
 {
     /// <summary>
     /// The Network class provides APIs to obtain information about the current telephony service network.
+    /// It offers properties such as Lac, which allows users to retrieve the Location Area Code (LAC) of
+    /// the current location. Another property, CellId, enables users to obtain the cell identification number.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Network
index 6387665ba3abe925e66231ff2c57269602f1fcd6..eab1744df701be3ab09fac53a113f8dc50ace73f 100644 (file)
@@ -21,6 +21,9 @@ namespace Tizen.Telephony
 {
     /// <summary>
     /// This class provides APIs that allow you to extract the information stored on a SIM card.
+    /// It includes properties such as IccId, which allows users to retrieve the Integrated
+    //  Circuit Card Identification (ICCID) of the SIM card. By leveraging these features,
+    /// developers can gather valuable information about the SIM card and incorporate it into their applications effectively.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Sim