fix AppControl doxygen
[platform/framework/native/appfw.git] / inc / FAppIAppControlProviderEventListener.h
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().