From 4b693d0171df84b063b11e5e484c23f4790fe6e3 Mon Sep 17 00:00:00 2001 From: "kyeongwoo.lee" Date: Thu, 28 Mar 2013 13:42:51 +0900 Subject: [PATCH] Update doxygen comments for NotificationRequest class Change-Id: Ie0c370968b9c8f6351d3da98e5c7132569820ecb --- inc/FShellNotificationRequest.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/FShellNotificationRequest.h b/inc/FShellNotificationRequest.h index 838ffa0..661acec 100644 --- a/inc/FShellNotificationRequest.h +++ b/inc/FShellNotificationRequest.h @@ -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 * -- 2.7.4