!7117 增加窗口类型

Merge pull request !7117 from ineoui/NewWindowType
This commit is contained in:
openharmony_ci 2023-10-08 09:25:15 +00:00 committed by Gitee
commit 635a1973ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

11
api/@ohos.window.d.ts vendored
View File

@ -203,7 +203,16 @@ declare namespace window {
* @StageModelOnly
* @since 9
*/
TYPE_SCREENSHOT
TYPE_SCREENSHOT,
/**
* System Toast.
*
* @syscap SystemCapability.WindowManager.WindowManager.Core
* @systemapi Hide this for inner system use.
* @StageModelOnly
* @since 11
*/
TYPE_SYSTEM_TOAST
}
/**