/**
* @brief Called when the result of the launch request is delivered.
+ * @details Following error codes can be delivered: \n
+ * #APP_CONTROL_ERROR_NONE, \n
+ * #APP_CONTROL_ERROR_APP_NOT_FOUND, \n
+ * #APP_CONTROL_ERROR_PERMISSION_DENIED, \n
+ * #APP_CONTROL_ERROR_INVALID_PARAMETER, \n
+ * #APP_CONTROL_ERROR_LAUNCH_REJECTED
*
* @since_tizen 5.0
* @remakrs The @a request is the same object for which app_control_send_launch_request_async() was called.
* @param[in] user_data The user data passed from the callback registration function
* @see app_control_send_launch_request_async()
*/
-typedef void (*app_control_result_cb)(app_control_h request, app_control_result_e result, void *user_data);
+typedef void (*app_control_result_cb)(app_control_h request, app_control_error_e result, void *user_data);
typedef int (*app_control_host_res_fn)(void *data);