Update doxygen comments for NotificationRequest class
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Thu, 28 Mar 2013 04:42:51 +0000 (13:42 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Thu, 28 Mar 2013 05:13:49 +0000 (14:13 +0900)
Change-Id: Ie0c370968b9c8f6351d3da98e5c7132569820ecb

inc/FShellNotificationRequest.h

index 838ffa0..661acec 100644 (file)
@@ -187,12 +187,12 @@ public:
         * @param[in]   text    The alert text
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_ARG   The specified @c text is empty or the length of @c text is greater than Shell::MAX_NOTIFICATION_MESSAGE_LENGTH.
+        * @remarks @c text is displayed according to notification layout, and the length of the text is depends on the font attributes or variable font width.
         */
        result SetAlertText(const Tizen::Base::String& text);
 
        /**
-        * Gets the application message of a notification message. @n
-        * This message is delivered to the application as launch arguments.
+        * Gets the application message of a notification message.
         *
         * @since       2.0
         *
@@ -202,7 +202,8 @@ public:
 
        /**
         * Sets the application message of a notification message. @n
-        * This message is delivered to the application as launch arguments.
+        * @c appMessage is delivered as the value of the http://tizen.org/appcontrol/data/notification key
+        * for IAppControlProviderEventListener::OnAppControlRequestReceived().
         *
         * @since       2.0
         *