Adds:
- #APP_CONTROL_DATA_INSERT_AFTER_CALLER
- #APP_CONTROL_DATA_ATTACH_BELOW
Change-Id: I664958b5d0d71c85d7d564e93cd9bca92e98f822
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
*/
#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.
*