From 8072c72204e59474afed638a94149924203de803 Mon Sep 17 00:00:00 2001 From: xingyanan Date: Fri, 28 Jan 2022 17:30:42 +0800 Subject: [PATCH] add split event to event api Signed-off-by: xingyanan Change-Id: Iaa89b6b6e1b7e2f45bf6d71ed2cd6c6f12aaf6a6 --- api/@ohos.commonEvent.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/@ohos.commonEvent.d.ts b/api/@ohos.commonEvent.d.ts index c3dc0d5b8f..13e0e04469 100644 --- a/api/@ohos.commonEvent.d.ts +++ b/api/@ohos.commonEvent.d.ts @@ -298,6 +298,11 @@ declare namespace commonEvent { */ COMMON_EVENT_HOME_MODE = "common.event.HOME_MODE", + /** + * sent by the window manager service when the window mode is split. + */ + COMMON_EVENT_SPLIT_SCREEN = "common.event.SPLIT_SCREEN", + /** * sent by the smart function when the system in office mode. */ -- Gitee