* Initializes this instance of %SmsManager with the specified parameter.
*
* @since 2.0
- *
+ * @feature %http://tizen.org/feature/network.telephony
* @return An error code
- * @param[in] listener The listener to receive a send result asynchronously
- * @exception E_SUCCESS The method is successful.
- * @exception E_OUT_OF_MEMORY The memory is insufficient.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the SMS feature. @b Since: @b 2.1
+ * @param[in] listener The listener to receive a send result asynchronously
+ * @exception E_SUCCESS The method is successful.
+ * @exception E_OUT_OF_MEMORY The memory is insufficient.
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
*/
result Construct(ISmsListener& listener);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return An error code
- * @param[in] pListener The listener to receive CB messages
- * @exception E_SUCCESS The method is successful.
- * @exception E_SYSTEM A system error has occurred.
- * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
+ * @param[in] pListener The listener to receive CB messages
+ * @exception E_SUCCESS The method is successful.
+ * @exception E_SYSTEM A system error has occurred.
+ * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see ICbsMessageEventListener
*/
result SetCbsMessageEventListener(ICbsMessageEventListener* pListener);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return An error code
* @param[in] pListener The listener to receive ETWS primary notification
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see IEtwsPrimaryNotificationEventListener
*/
result SetEtwsPrimaryNotificationEventListener(IEtwsPrimaryNotificationEventListener* pListener);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return An error code
* @param[in] enable Set to @c true to save the message in the CbsBox, @n
* else @c false
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
*/
result SetSavingToCbsBoxEnabled(bool enable);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return An error code
* @param[in] enable Set to @c true to enable the CB service, @n
* else @c false
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see IsCbsEnabled()
*/
result SetCbsEnabled(bool enable);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return An error code
* @param[in] from The starting index of the message ID of the channel
* @param[in] to The last index of the message ID of the channel
* @exception E_ILLEGAL_ACCESS The application does not have the permission to add the CBS channel.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see RemoveCbsChannel()
*/
result AddCbsChannel(int from, int to, Tizen::Base::String& name, bool activate = true);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return An error code
* @param[in] from The starting index of the message ID of the channel
* @param[in] to The last index of the message ID of the channel
* @exception E_ILLEGAL_ACCESS The application does not have the permission to remove the CBS channel.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see AddCbsChannel()
*/
result RemoveCbsChannel(int from, int to);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @return A pointer to the CBS channel with specific range.
* @param[in] from The starting index of the message ID of the channel
* @param[in] to The last index of the message ID of the channel
* - The range (@c to - @c from) exceeds the limit (0xFFFF).
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
- * @remarks The specific error code can be accessed using the GetLastResult() method.
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks
+ * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+ * - The specific error code can be accessed using the GetLastResult() method.
* @see AddCbsChannel()
* @see RemoveCbsChannel()
*/
* Gets the CBS channel list.
*
* @since 2.0
- *
+ * @feature %http://tizen.org/feature/network.telephony.sms.cbs
* @privlevel platform
* @privilege %http://tizen.org/privilege/cellbroadcast
*
* @exception E_SUCCESS The method is successful.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the CBS feature. @b Since: @b 2.1
- * @remarks The specific error code can be accessed using the GetLastResult() method.
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks
+ * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+ * - The specific error code can be accessed using the GetLastResult() method.
* @see AddCbsChannel()
* @see RemoveCbsChannel()
* @see CbsChannel
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/wappush
- *
+ * @feature %http://tizen.org/feature/network.telephony
* @return An error code
* @param[in] wapApplicationId The X-Wap-Application-Id indicating a WAP Push application ID
* @param[in] listener A listener for receiving the incoming WAP Push messages
* @exception E_INVALID_ARG The specified @c wapApplicationId is invalid.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the WAP Push feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see IWapPushEventListener
* @see RemoveWapPushEventListener()
*/
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/wappush
- *
+ * @feature %http://tizen.org/feature/network.telephony
* @return An error code
* @param[in] wapApplicationId The X-Wap-Application-Id indicating a WAP Push
* application ID
* @exception E_INVALID_ARG The specified @c wapApplicationId is invalid.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the WAP Push feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see IWapPushEventListener
* @see AddWapPushEventListener()
*/
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/wappush
- *
+ * @feature %http://tizen.org/feature/network.telephony
* @return An error code
* @param[in] wapApplicationId The X-Wap-Application-Id indicating a WAP push application ID.
* @param[in] contentType The MIME content type of the content.
* @exception E_ILLEGAL_ACCESS The application does not have the permission to register the conditions.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the WAP Push feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see UnregisterCondition()
*/
result RegisterCondition(const Tizen::Base::String& wapApplicationId, const Tizen::Base::String& contentType);
*
* @privlevel platform
* @privilege %http://tizen.org/privilege/wappush
- *
+ * @feature %http://tizen.org/feature/network.telephony
* @return An error code
* @param[in] wapApplicationId The X-Wap-Application-Id indicating a WAP push application ID.
* @param[in] contentType The MIME content type of the content.
* @exception E_ILLEGAL_ACCESS The application does not have the permission to unregister the conditions.
* @exception E_SYSTEM A system error has occurred.
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
- * @exception E_UNSUPPORTED_OPERATION The device does not support the WAP Push feature. @b Since: @b 2.1
+ * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1
+ * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+ * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
* @see RegisterCondition()
*/
result UnregisterCondition(const Tizen::Base::String& wapApplicationId, const Tizen::Base::String& contentType);