X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFAppIAppControlResponseListener.h;h=61c613fd3275e176130c0480d72d273933fe63c6;hb=c05680cb2cc86454691eaf1499ce8bec20b92d3e;hp=001e724b18ded26c6ca18d3624664b11a86f6a3e;hpb=17bdfd0d5a13c53c91a0575e136e1135bc9fe1c5;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FAppIAppControlResponseListener.h b/inc/FAppIAppControlResponseListener.h old mode 100755 new mode 100644 index 001e724..61c613f --- a/inc/FAppIAppControlResponseListener.h +++ b/inc/FAppIAppControlResponseListener.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -39,7 +38,7 @@ namespace Tizen { namespace App /** * @interface IAppControlResponseListener -* @brief This interface defines a listener for the AppControl response events. +* @brief This interface defines a listener for the %AppControl response events. * * @since 2.0 * @@ -65,11 +64,11 @@ 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 A pointer to an result map of key and value pair where the key of type String and the value of type String or of type ArrayList of String + * @param[in] pExtraData A pointer to an result map of key and value pair where the key of type Tizen::Base::String and the value of + * type %Tizen::Base::String or of type Tizen::Base::ArrayList of %Tizen::Base::String * @remarks The application control completion result is received when the requested application control * sends the result using AppControlProviderManager::SendAppControlResult(). * @see AppControl - * @see AppControlProviderManager::SendAppControlResult() */ virtual void OnAppControlCompleteResponseReceived(const AppId& appId, const Tizen::Base::String& operationId, AppCtrlResult appControlResult, const Tizen::Base::Collection::IMap* pExtraData) = 0;