Add data key for widget setup app 82/127082/13
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 26 Apr 2017 06:33:08 +0000 (15:33 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Fri, 26 May 2017 01:00:50 +0000 (10:00 +0900)
Change-Id: I661b92a88e9a8c9aae97a6ed10b5853f8f724f4a
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
include/app_control.h

index 5b6443b..1ba1372 100644 (file)
@@ -536,6 +536,30 @@ typedef enum {
 
 
 /**
+ * @brief Definition for app_control data: Send widget instance id to widget setup app.
+ * @details The value is the id of the widget instance.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_INSTANCE_ID "http://tizen.org/appcontrol/data/widget_instance_id"
+
+
+/**
+ * @brief Definition for app_control data: Send widget content to widget setup app.
+ * @details The value is the content info of the widget instance.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_CONTENT "http://tizen.org/appcontrol/data/widget_content"
+
+
+/**
+ * @brief Definition for app_control data: Send widget appid to widget setup app.
+ * @details The value is the appid declared in the widget application manifest file.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_APP_ID "http://tizen.org/appcontrol/data/widget_app_id"
+
+
+/**
  * @brief Called when the reply of the launch request is delivered.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif