/**
* @brief Definition for the max length of call number
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
#define TELEPHONY_CALL_NUMBER_LEN_MAX 82
/**
* @brief The structure type for the call information.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
struct telephony_call_info_s {
unsigned int id; /**< The handle of the call */
/**
* @brief The call handle.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef struct telephony_call_info_s *telephony_call_h;
/**
* @brief Enumeration for the call status.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_CALL_STATUS_IDLE, /**< Idle status */
/**
* @brief Enumeration for the preferred voice call subscription.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_CALL_PREFERRED_VOICE_SUBS_UNKNOWN = -1, /**< Unknown status */
/**
* @brief Enumeration for the call type.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_CALL_TYPE_VOICE, /**< Voice call */
/**
* @brief Enumeration for the call direction.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_CALL_DIRECTION_MO, /**< MO(Mobile Originated) call */
* It requires the handle obtained from the telephony_init() function as an argument and returns
* the currently set preferred call subscription value in the form of telephony_call_preferred_voice_subs_e.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
* However, it should be noted that the returned call list needs to be released
* by calling the 'telephony_call_release_call_list' function.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
* elsewhere within your application or system. Remember that before releasing the call list,
* it is crucial to validate its validity using the 'telephony_call_validate_call_list' function.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] count The count of the calls from #telephony_call_get_call_list()
* @param[in] call_list The handle from #telephony_call_get_call_list()
* By utilizing this API, you can access specific attributes or perform actions related to
* a particular call within your application's telephony session.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] call_handle The handle from #telephony_call_get_call_list()
* @param[out] handle_id The ID of the call handle
/**
* @brief Gets the call number.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @details This function retrieves the phone number associated with a specified call handle.
* By providing the call handle obtained from the 'telephony_call_get_call_list' API as input,
* you can obtain the corresponding call number.
* Knowing the call type allows you to provide appropriate handling mechanisms
* according to different scenarios.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] call_handle The handle from #telephony_call_get_call_list()
* @param[out] type The type of the call (#telephony_call_type_e)
* Understanding the call status enables you to implement accurate response
* mechanisms tailored to each situation.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] call_handle The handle from #telephony_call_get_call_list()
* @param[out] status The status of the call (#telephony_call_status_e)
/**
* @brief Gets whether the call is MO(Mobile Originated) call or MT(Mobile Terminated).
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @details This function determines whether a call originated from the mobile device (MO)
* or was received by the mobile device (MT), based on the provided call handle.
*
* the 'telephony_call_get_call_list' API, you can determine the nature of the call and
* adjust your application's functionality accordingly.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] call_handle The handle from #telephony_call_get_call_list()
* @param[out] conference_status The value whether the call is conference call or not
/**
* @brief The Telephony API handle.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef struct telephony_data *telephony_h;
* @brief The structure type for the list of handles to use the Telephony API.
* @remarks There are two handles in case of dual SIM device. \n
* In this case, handle[0] means Primary SIM and handle[1] means Secondary SIM.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef struct {
unsigned int count; /**< Number of available handle */
/**
* @brief Enumeration for Telephony error.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef enum {
TELEPHONY_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
/**
* @brief Enumeration for Telephony notification.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef enum {
TELEPHONY_NOTI_SIM_STATUS = 0x10, /**< Notification to be invoked when the SIM card state changes. @n
'#telephony_network_rssi_e' will be delivered in notification data @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_NETWORK_NETWORK_NAME, /**< Notification to be invoked when the network name changes. @n
- 'network_name(char *)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'network_name(char *)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_NETWORK_PS_TYPE, /**< Notification to be invoked when the ps type changes. @n
- '#telephony_network_ps_type_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ '#telephony_network_ps_type_e' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_NETWORK_DEFAULT_DATA_SUBSCRIPTION, /**< Notification to be invoked when the default data subscription changes. @n
- '#telephony_network_default_data_subs_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ '#telephony_network_default_data_subs_e' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_NETWORK_DEFAULT_SUBSCRIPTION, /**< Notification to be invoked when the default subscription changes. @n
- '#telephony_network_default_subs_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ '#telephony_network_default_subs_e' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_NETWORK_LAC, /**< Notification to be invoked when the LAC (Location Area Code) changes. @n
'lac(int)' will be delivered in notification data (@b Since: 3.0) @n
'bs_longitue(int)' will be delivered in notification data (@b Since: 3.0) @n
Privilege : %http://tizen.org/privilege/location.coarse */
TELEPHONY_NOTI_VOICE_CALL_STATUS_IDLE = 0x32, /**< Notification to be invoked when a voice call is in idle status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VOICE_CALL_STATUS_ACTIVE, /**< Notification to be invoked when a voice call is in active status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VOICE_CALL_STATUS_HELD, /**< Notification to be invoked when a voice call is in held status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VOICE_CALL_STATUS_DIALING, /**< Notification to be invoked when a voice call is in dialing status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VOICE_CALL_STATUS_ALERTING, /**< Notification to be invoked when a voice call is in alerting status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VOICE_CALL_STATUS_INCOMING, /**< Notification to be invoked when a voice call is in incoming status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VIDEO_CALL_STATUS_IDLE, /**< Notification to be invoked when a video call is in idle status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VIDEO_CALL_STATUS_ACTIVE, /**< Notification to be invoked when a video call is in active status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VIDEO_CALL_STATUS_DIALING, /**< Notification to be invoked when a video call is in dialing status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VIDEO_CALL_STATUS_ALERTING, /**< Notification to be invoked when a video call is in alerting status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_VIDEO_CALL_STATUS_INCOMING, /**< Notification to be invoked when a video call is in incoming status. @n
- 'handle_id(unsigned int)' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ 'handle_id(unsigned int)' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_CALL_PREFERRED_VOICE_SUBSCRIPTION, /**< Notification to be invoked when the preferred voice subscription changes. @n
- '#telephony_call_preferred_voice_subs_e' will be delivered in notification data (@b Since: @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) @n
+ '#telephony_call_preferred_voice_subs_e' will be delivered in notification data (@b Since: 2.4) @n
Privilege : %http://tizen.org/privilege/telephony */
TELEPHONY_NOTI_MODEM_POWER_STATUS, /**< Notification to be invoked when the modem power status changes. @n
'#telephony_modem_power_status_e' will be delivered in notification data (@b Since: 4.0) @n
/**
* @brief Called when the telephony state changes.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef void (*telephony_noti_cb)(telephony_h handle, telephony_noti_e noti_id, void *data, void *user_data);
/**
* @brief Sets a callback function to be invoked when the telephony state changes.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*
* @remarks An application should have the privilege corresponding to each notification ID. \n
* Please see the #telephony_noti_e to know the privilege. \n
/**
* @brief Unsets a callback function.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*
* @param[in] handle The handle to use the telephony API
* @param[in] noti_id The notification ID to unset a callback
/**
* @brief Acquires the list of available handles to use the telephony API.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*
* @remarks You will get two handles in case of dual SIM device. \n
* In this case, handle[0] means Primary SIM and handle[1] means Secondary SIM.
/**
* @brief Deinitializes the telephony handle list.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*
* @param[in] list The handle list to be deinitialized
*
/**
* @brief Enumeration for the telephony state.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_STATE_NOT_READY, /**< Telephony state is not ready */
/**
* @brief Called for the telephony state changes.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef void (*telephony_state_changed_cb)(telephony_state_e state, void *user_data);
/**
* @brief Acquires the telephony state value.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[out] state The state value of telephony
*
/**
* @brief Sets a callback function to be invoked when the telephony state changes.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] callback The callback to be invoked when the telephony state changes
* @param[in] user_data The user data passed to the callback function
/**
* @brief Unsets a telephony state callback function.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*
* @param[in] callback The callback to unset when the telephony state changes
*
/**
* @brief Enumeration for Modem Power Status.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_MODEM_POWER_STATUS_UNKNOWN = -1, /**< Unknown */
* @details The IMEI number is used by a GSM network to identify valid devices
* and therefore can be used for stopping a stolen phone from accessing that network.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel partner
* @privilege %http://tizen.org/privilege/securesysteminfo
*
/**
* @brief Gets the power status of the modem.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Enumeration for RSSI (Receive Signal Strength Indicator).
* @details #TELEPHONY_NETWORK_RSSI_6 indicates the highest strength.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef enum {
TELEPHONY_NETWORK_RSSI_0, /**< Strength 0 */
/**
* @brief Enumeration for Network Type.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef enum {
TELEPHONY_NETWORK_TYPE_UNKNOWN, /**< Unknown */
/**
* @brief Enumeration for PS Type.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_NETWORK_PS_TYPE_UNKNOWN, /**< Unknown */
/**
* @brief Enumeration for Network Service State.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef enum {
TELEPHONY_NETWORK_SERVICE_STATE_IN_SERVICE, /**< In service */
/**
* @brief Enumeration for Network Name Priority.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_NETWORK_NAME_OPTION_UNKNOWN, /**< Unknown */
/**
* @brief Enumeration for the possible 'default' Data Subscriptions for Packet Switched(PS).
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_NETWORK_DEFAULT_DATA_SUBS_UNKNOWN = -1, /**< Unknown status */
/**
* @brief Enumeration for defining possible 'default' Subscriptions for Circuit Switched(CS).
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_NETWORK_DEFAULT_SUBS_UNKNOWN = -1, /**< Unknown status */
/**
* @brief Gets the LAC (Location Area Code) of the current location.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/location.coarse
*
/**
* @brief Gets the cell ID of the current location.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/location.coarse
*
/**
* @brief Gets the RSSI (Received Signal Strength Indicator).
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the roaming state of the current registered network.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the MCC (Mobile Country Code) of the current registered network.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the MNC (Mobile Network Code) of the current registered network.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the name of the current registered network.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the network service type of the current registered network.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the packet service type of the current registered network.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the network name option of the current registered network.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the current network state of the telephony service.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the current default subscription for data service (Packet Switched).
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the current default subscription for voice service (Circuit Switched).
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Enumeration for the state of SIM card.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
*/
typedef enum {
TELEPHONY_SIM_STATE_UNAVAILABLE, /**< SIM is not available on this device */
/**
* @brief Enumeration for the type of SIM card.
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
*/
typedef enum {
TELEPHONY_SIM_APP_TYPE_SIM = 0x01, /**< SIM(GSM) Application */
* @brief Gets the Integrated Circuit Card IDentification (ICC-ID).
* @details The Integrated Circuit Card Identification number internationally identifies SIM cards.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel partner
* @privilege %http://tizen.org/privilege/securesysteminfo
*
* @brief Gets the SIM Operator (MCC [3 digits] + MNC [2~3 digits]).
* @details The Operator is embedded in the SIM card.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
* @brief Gets the Mobile Subscription Identification Number (MSIN [9~10 digits]) of the SIM provider.
* @details This function gets Mobile Subscription Identification Number embedded in the SIM card.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
* @details This function gets Service Provider Name embedded in the SIM card.
* If this value is not stored in SIM card, @c NULL will be returned.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Checks whether the current SIM card is different from the previous SIM card.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the state of the SIM.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
/**
* @brief Gets the list of application on UICC.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
* This value contains MSISDN related to the subscriber.
* If this value is not stored in SIM card, @c NULL will be returned.
*
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*
* @brief Gets the Subscriber ID.
* @details This function gets subscriber ID encoded.
*
- * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @since_tizen 2.4
* @privlevel public
* @privilege %http://tizen.org/privilege/telephony
*