From 3010546a8dae72348cee2d2f354347c0ed845f16 Mon Sep 17 00:00:00 2001 From: yangfei Date: Fri, 12 May 2023 10:37:22 +0800 Subject: [PATCH] split common event add Signed-off-by: yangfei Change-Id: I8f3f6b7b647eda6d0c8986ff7041d8ecabad538d --- .../reference/apis/commonEvent-definitions.md | 4 +--- .../reference/apis/common_event/Readme-CN.md | 1 + .../reference/apis/common_event/commonEvent-window.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 zh-cn/application-dev/reference/apis/common_event/commonEvent-window.md diff --git a/zh-cn/application-dev/reference/apis/commonEvent-definitions.md b/zh-cn/application-dev/reference/apis/commonEvent-definitions.md index 7959c26da9..131b9e52f1 100644 --- a/zh-cn/application-dev/reference/apis/commonEvent-definitions.md +++ b/zh-cn/application-dev/reference/apis/commonEvent-definitions.md @@ -880,10 +880,8 @@ - 订阅者所需权限:无 -## COMMON_EVENT_SPLIT_SCREEN8+ +## [COMMON_EVENT_SPLIT_SCREEN8+](./common_event/commonEvent-window.md) 提示分屏。 -- 值:usual.event.SPLIT_SCREEN -- 订阅者所需权限:无 ## COMMON_EVENT_SLOT_CHANGE9+ diff --git a/zh-cn/application-dev/reference/apis/common_event/Readme-CN.md b/zh-cn/application-dev/reference/apis/common_event/Readme-CN.md index cf0317cd02..5a71452b52 100644 --- a/zh-cn/application-dev/reference/apis/common_event/Readme-CN.md +++ b/zh-cn/application-dev/reference/apis/common_event/Readme-CN.md @@ -14,3 +14,4 @@ - [时间时区子系统公共事件定义](commonEvent-time.md) - [网络管理子系统公共事件定义](commonEvent-netmanager.md) - [短信应用公共事件定义](commonEvent-mms.md) +- [窗口管理子系统公共事件定义](commonEvent-window.md) diff --git a/zh-cn/application-dev/reference/apis/common_event/commonEvent-window.md b/zh-cn/application-dev/reference/apis/common_event/commonEvent-window.md new file mode 100644 index 0000000000..83e183c75b --- /dev/null +++ b/zh-cn/application-dev/reference/apis/common_event/commonEvent-window.md @@ -0,0 +1,11 @@ +# 窗口管理子系统公共事件定义 +窗口管理子系统支持发布下列系统公共事件,若需要订阅这些事件,请参见公共事件[接口文档](../js-apis-commonEventManager.md)。 + +### COMMON_EVENT_SPLIT_SCREEN10+ +表示分屏行为的公共事件。 + +- 常量值: “usual.event.SPLIT_SCREEN” +- 订阅者需要的权限:无。 + +启动最近任务窗口、创建或销毁分屏条,都会触发通知服务发布这个系统公共事件。 + -- GitLab