Add new definitions for app group 80/263080/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 26 Aug 2021 02:38:33 +0000 (11:38 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 26 Aug 2021 02:38:33 +0000 (11:38 +0900)
Adds:
 - #APP_CONTROL_DATA_INSERT_AFTER_CALLER
 - #APP_CONTROL_DATA_ATTACH_BELOW

Change-Id: I664958b5d0d71c85d7d564e93cd9bca92e98f822
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control_internal.h

index 9bb5dfbb84a118a2aaeb69ec8bdaba0148c2d73c..646574b6a7754a94ec8d661fdb08a867b78e700f 100644 (file)
@@ -82,6 +82,20 @@ extern "C" {
  */
 #define APP_CONTROL_DATA_INSERT_BEFORE_WINDOW "__K_INSERT_BEFORE_WINDOW"
 
+/**
+ * @brief Definition for the app_control data: The value for supporting positioning of the callee app group.
+ * @details If the value exists, the callee app information will be inserted into the app group after the the caller position.
+ * @since_tizen 6.5
+ */
+#define APP_CONTROL_DATA_INSERT_AFTER_CALLER "__K_INSERT_AFTER_CALLER"
+
+/**
+ * @brief Definition for the app_control data: The value for attaching the window below the caller.
+ * @details If the value exists, the window of the callee will be attached below the window of the caller.
+ * @since_tizen 6.5
+ */
+#define APP_CONTROL_DATA_ATTACH_BELOW "__K_ATTACH_BELOW"
+
 /**
  * @brief Replaces all data in the app_control with the bundle.
  *