update remarks
[framework/osp/messaging.git] / inc / FMsgPushManager.h
index e515c95..f480c73 100755 (executable)
@@ -189,7 +189,7 @@ public:
        * @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>.
        * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-       * @remarks      Before calling this method, check whether the feature is supported by 
+       * @remarks      Before calling this method, check whether the feature is supported by 
        *                       Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
        * @see                  IPushManagerListener
        * @see                  IPushEventListener
@@ -266,14 +266,15 @@ public:
        * @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_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-       * @remarks              The specific error code can be accessed using the GetLastResult() method.
-       *               If the user launches the application using a ticker or a quick panel,
-       *               the push message related to the notification is delivered to the application
-       *               as a launch argument.
-       *               The launch arguments are the input parameters for
-       *               Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceivedN().
-       *               This method returns all the unread messages including the message
-       *               delivered as a launch argument.
+       * @remarks              
+       *                       - The specific error code can be accessed using the GetLastResult() method.
+       *                       - If the user launches the application using a ticker or a quick panel,
+       *                       the push message related to the notification is delivered to the application
+       *                       as a launch argument.
+       *                       - The launch arguments are the input parameters for
+       *                       Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceivedN().
+       *                       - This method returns all the unread messages including the message
+       *                       delivered as a launch argument.
        * @see                  Tizen::App::IAppControlProviderEventListener
        */
        Tizen::Base::Collection::IList* GetUnreadMessagesN(void);
@@ -328,7 +329,7 @@ public:
        * @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_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-       * @remarks      The maximum limit can be checked by using GetMaxRecipientCount().
+       * @remarks      The maximum limit can be checked by using GetMaxRecipientCount().
        * @see                                                          IPushManagerListener::OnPushMessageSent()
        */
        result SendPushMessage(const PushMessage& message, const Tizen::Base::Collection::IList& registrationIdList, const Tizen::Base::String& appSecret, RequestId& reqId);