update FApp doxygen review
authorYoung Ik Cho <youngik.cho@samsung.com>
Tue, 23 Apr 2013 07:00:26 +0000 (16:00 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Tue, 23 Apr 2013 07:00:26 +0000 (16:00 +0900)
Change-Id: If6c0851dccc029260ab7a340bb91fd27c1e29989
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
inc/FAppAppControl.h
inc/FAppAppControlProviderManager.h
inc/FAppAppManager.h
inc/FAppIAppControlProviderEventListener.h

index cacaab1..edb7408 100644 (file)
@@ -1163,8 +1163,8 @@ public:
         * @param[in]   pDataType   The MIME type (RFC 2046) or file extension @n
         *                          The '.' prefix must be used when specifying the file extension.
         * @param[in]   pCategory       The application control category
-        * @param[in]   pExtraData      A pointer to an argument map of key and value pair where the key is of type Tizen::Base::String and the value is of 
-        *                                              type %Tizen::Base::String or of type Tizen::Base::ArrayList of %Tizen::Base::String to deliver to 
+        * @param[in]   pExtraData      A pointer to an argument map of key and value pair where the key is of type Tizen::Base::String and the value is of
+        *                                              type %Tizen::Base::String or of type Tizen::Base::Collection::ArrayList of %Tizen::Base::String to deliver to
         *                                              the resolved application @n
         *                                                      The maximum size is 16 kilo bytes.
         * @param[in]   pListener   A listener that gets notified
index 5b0e2b9..a7026c7 100644 (file)
@@ -121,7 +121,7 @@ public:
         * @return      An error code
         * @param[in]   reqId   The application control request ID
         * @param[in]   appControlResult        The application control result
-        * @param[in]   pExtraData      A pointer to an extra argument map of key and value pair where the key is of type String and the value is of type String or type ArrayList of String
+        * @param[in]   pExtraData      A pointer to an extra argument map of key and value pair where the key is of type Tizen::Base::String and the value is of type %Tizen::Base::String or type Tizen::Base::Collection::ArrayList of %Tizen::Base::String
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OBJ_NOT_FOUND The application control request is not found.
         * @exception   E_SYSTEM        The method cannot proceed due to a severe system error.
index db7bb15..582892c 100755 (executable)
@@ -387,7 +387,7 @@ public:
                                      <tr><td>L"DueTime='mm/dd/yyyy hh:mm:ss' LaunchPeriod='mm'"</td>
                                      <td>The specific condition is the time period after due time.</td></tr>
                                      <tr><td>L"WeeklyTime='EEE HH:mm:ss'"</td>
-                                     <td>The specified condition is a day of week with specific time to launch an application for every week. For multiple description, "," delimiter can be used like following example.<br>i"Mon 09:00:00, Tue 09:00:00, Wed 09:00:00, Thu 09:00:00, Fir 09:00:00"<br> The format of a day of week is support following string only.<br>Mon: Monday<br>Tue: Tuesday<br>Wed: Wednesday<br>Thu: Thursday<br>Fri: Friday<br>Sat: Saturday<br>Sun: Sunday</td></tr>
+                                     <td>The specified condition is a day of a week with a specific time at which the application is launched on a weekly basis. For multiple descriptions, "," delimiter can be used as shown in the following example: <br>i"Mon 09:00:00, Tue 09:00:00, Wed 09:00:00, Thu 09:00:00, Fri 09:00:00"<br> To specify the day of the week, it must be in one of the following supported string format: <br>Mon: Monday<br>Tue: Tuesday<br>Wed: Wednesday<br>Thu: Thursday<br>Fri: Friday<br>Sat: Saturday<br>Sun: Sunday</td></tr>
                                      <tr><td>L"Serial='command'"</td><td>The specified condition is a serial
                                      communication input command.</td></tr>
                                      <tr><td>L"NFC='command'"</td><td>The specified condition is a Near Field Communication (NFC) tag that has the NFC Data Exchange Format (NDEF) data.
index 3c19554..d06501d 100644 (file)
@@ -70,7 +70,7 @@ public:
         * @param[in]   operationId     The application control operation ID
         * @param[in]   pUriData        A pointer to the URI data
         * @param[in]   pMimeType       A pointer to the MIME type (RFC 2046) data
-        * @param[in]   pExtraData      A pointer to an argument map of key and value pair where the key is of type String and the value is of type String or of type ArrayList of String
+        * @param[in]   pExtraData      A pointer to an argument map of key and value pair where the key is of type String and the value is of type Tizen::Base::String or of type Tizen::Base::Collection::ArrayList of %Tizen::Base::String
         * @remarks     To reply to the application control request, use AppControlProviderManager::SendAppControlResult() with the given request ID.
         * @remarks     When the application receives the AppControl request on the background,
         *                      %OnAppControlRequestReceived() is invoked before UiApp::OnForeground().