Skip to content

Commit

Permalink
Reinforce API documents (#6330)
Browse files Browse the repository at this point in the history
Signed-off-by: Dohyun Pyun <[email protected]>
Co-authored-by: Dohyun Pyun <[email protected]>
  • Loading branch information
2 people authored and jaehyun0cho committed Nov 19, 2024
1 parent 35dae91 commit 297a127
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Tizen.Telephony/Tizen.Telephony/CallHandle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/Tizen.Telephony/Tizen.Telephony/Modem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/Tizen.Telephony/Tizen.Telephony/Network.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/Tizen.Telephony/Tizen.Telephony/Sim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 297a127

Please sign in to comment.