fix AppControl doxygen
authorYoung Ik Cho <youngik.cho@samsung.com>
Fri, 5 Apr 2013 12:22:39 +0000 (21:22 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Fri, 5 Apr 2013 12:22:39 +0000 (21:22 +0900)
Change-Id: I1029b9f714fd6e35a5a25e7888f8562da204ac2c
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
inc/FAppAppControl.h
inc/FAppAppControlProviderManager.h
inc/FAppIAppControlProviderEventListener.h
inc/FAppIAppControlResponseListener.h

index 609366a..729d9a1 100755 (executable)
@@ -1163,7 +1163,7 @@ 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 String and the value is of type String to deliver to the resolved application @n
+        * @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 to deliver to the resolved application @n
         *                                                      The maximum size is 16 kilo bytes.
         * @param[in]   pListener   A listener that gets notified
         * @exception   E_SUCCESS           The method is successful.
@@ -1244,12 +1244,8 @@ public:
        /**
         * Stops the activated application control. @n
         * The %Stop() method works only with the following %AppControls provided by the platform:
-        * App::APPCONTROL_PROVIDER_AUDIO, App::APPCONTROL_PROVIDER_BLUETOOTH, @n
-        * App::APPCONTROL_PROVIDER_CALENDAR, App::APPCONTROL_PROVIDER_CAMERA, @n
-        * App::APPCONTROL_PROVIDER_CERTIFICATE_MANAGER, App::APPCONTROL_PROVIDER_CONTACT, @n
-        * App::APPCONTROL_PROVIDER_EMAIL, App::APPCONTROL_PROVIDER_IMAGE, @n
-        * App::APPCONTROL_PROVIDER_MEDIA, App::APPCONTROL_PROVIDER_MESSAGE, @n
-        * and App::APPCONTROL_PROVIDER_VIDEO.
+        * tizen.bluetooth, tizen.calendar, tizen.camera, tizen.certificatemanager, tizen.contacts,
+        * tizen.email, tizen.filemanager, tizen.gallery, tizen.imageviewer, tizen.mmsmessages, tizen.smsmessages.
         *
         * @since               2.0
         *
index 2b90dc8..5b0e2b9 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
+        * @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
         * @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 a2a9993..3c19554 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
+        * @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
         * @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().
index ee367ba..566a04e 100755 (executable)
@@ -65,7 +65,7 @@ public:
         * @param[in]   appId                   The ID of the requested application
         * @param[in]   operationId             The operation ID used in application control invocation
         * @param[in]   appControlResult        The application control result
-        * @param[in]   pExtraData              The Tizen::Base::String key and %Tizen::Base::String value pair map of application result data
+        * @param[in]   pExtraData              A pointer to an result map of key and value pair where the key of type String and the value of type ArrayList of String
         * @remarks     The application control completion result is received when the requested application control
         *                      sends the result using AppControlProviderManager::SendAppControlResult().
         * @see         AppControl