• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: windowAnimationManager|@ohos.animation.windowAnimationManager.d.ts|
4|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: windowAnimationManager<br>方法 or 属性: function setController(controller: WindowAnimationController): void;|@ohos.animation.windowAnimationManager.d.ts|
5|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: windowAnimationManager<br>方法 or 属性: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget,<br>    callback: AsyncCallback\<WindowAnimationFinishedCallback>): void;|@ohos.animation.windowAnimationManager.d.ts|
6|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: windowAnimationManager<br>方法 or 属性: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget): Promise\<WindowAnimationFinishedCallback>;|@ohos.animation.windowAnimationManager.d.ts|
7|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: RRect|@ohos.animation.windowAnimationManager.d.ts|
8|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: RRect<br>方法 or 属性: left: number;|@ohos.animation.windowAnimationManager.d.ts|
9|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: RRect<br>方法 or 属性: top: number;|@ohos.animation.windowAnimationManager.d.ts|
10|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: RRect<br>方法 or 属性: width: number;|@ohos.animation.windowAnimationManager.d.ts|
11|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: RRect<br>方法 or 属性: height: number;|@ohos.animation.windowAnimationManager.d.ts|
12|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: RRect<br>方法 or 属性: radius: number;|@ohos.animation.windowAnimationManager.d.ts|
13|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationTarget|@ohos.animation.windowAnimationManager.d.ts|
14|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly bundleName: string;|@ohos.animation.windowAnimationManager.d.ts|
15|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly abilityName: string;|@ohos.animation.windowAnimationManager.d.ts|
16|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly windowBounds: RRect;|@ohos.animation.windowAnimationManager.d.ts|
17|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationTarget<br>方法 or 属性: readonly missionId: number;|@ohos.animation.windowAnimationManager.d.ts|
18|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationFinishedCallback|@ohos.animation.windowAnimationManager.d.ts|
19|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationFinishedCallback<br>方法 or 属性: onAnimationFinish(): void;|@ohos.animation.windowAnimationManager.d.ts|
20|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController|@ohos.animation.windowAnimationManager.d.ts|
21|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onStartAppFromLauncher(startingWindowTarget: WindowAnimationTarget,<br>      finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
22|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onStartAppFromRecent(startingWindowTarget: WindowAnimationTarget,<br>      finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
23|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onStartAppFromOther(startingWindowTarget: WindowAnimationTarget,<br>      finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
24|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimationTarget,<br>      finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
25|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onMinimizeWindow(minimizingWindowTarget: WindowAnimationTarget,<br>      finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
26|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onCloseWindow(closingWindowTarget: WindowAnimationTarget, finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
27|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onScreenUnlock(finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts|
28|新增|NA|模块名: ohos.animation.windowAnimationManager<br>类名: WindowAnimationController<br>方法 or 属性: onWindowAnimationTargetsUpdate(fullScreenWindowTarget: WindowAnimationTarget,<br>      floatingWindowTargets: Array\<WindowAnimationTarget>): void;|@ohos.animation.windowAnimationManager.d.ts|
29|新增|NA|模块名: ohos.application.WindowExtensionAbility<br>类名: WindowExtensionAbility|@ohos.application.WindowExtensionAbility.d.ts|
30|新增|NA|模块名: ohos.application.WindowExtensionAbility<br>类名: WindowExtensionAbility<br>方法 or 属性: context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts|
31|新增|NA|模块名: ohos.application.WindowExtensionAbility<br>类名: WindowExtensionAbility<br>方法 or 属性: onConnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts|
32|新增|NA|模块名: ohos.application.WindowExtensionAbility<br>类名: WindowExtensionAbility<br>方法 or 属性: onDisconnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts|
33|新增|NA|模块名: ohos.application.WindowExtensionAbility<br>类名: WindowExtensionAbility<br>方法 or 属性: onWindowReady(window: window.Window): void;|@ohos.application.WindowExtensionAbility.d.ts|
34|新增|NA|类名:display<br>方法or属性:function getDefaultDisplaySync(): Display;|@ohos.display.d.ts|
35|新增|NA|类名:display<br>方法or属性:function getAllDisplays(callback: AsyncCallback\<Array\<Display>>): void;|@ohos.display.d.ts|
36|新增|NA|类名:display<br>方法or属性:function getAllDisplays(): Promise\<Array\<Display>>;|@ohos.display.d.ts|
37|新增|NA|类名:display<br>方法or属性:function hasPrivateWindow(displayId: number): boolean;|@ohos.display.d.ts|
38|新增|NA|模块名: ohos.display<br>类名: Rect|@ohos.display.d.ts|
39|新增|NA|类名:Rect<br>方法or属性:|@ohos.display.d.ts|
40|新增|NA|模块名: ohos.display<br>类名: Rect<br>方法 or 属性:left: number;|@ohos.display.d.ts|
41|新增|NA|类名:Rect<br>方法or属性:left: number;|@ohos.display.d.ts|
42|新增|NA|模块名: ohos.display<br>类名: Rect<br>方法 or 属性:top: number;|@ohos.display.d.ts|
43|新增|NA|类名:Rect<br>方法or属性:top: number;|@ohos.display.d.ts|
44|新增|NA|模块名: ohos.display<br>类名: Rect<br>方法 or 属性:width: number;|@ohos.display.d.ts|
45|新增|NA|类名:Rect<br>方法or属性:width: number;|@ohos.display.d.ts|
46|新增|NA|模块名: ohos.display<br>类名: Rect<br>方法 or 属性:height: number;|@ohos.display.d.ts|
47|新增|NA|类名:Rect<br>方法or属性:height: number;|@ohos.display.d.ts|
48|新增|NA|模块名: ohos.display<br>类名: WaterfallDisplayAreaRects|@ohos.display.d.ts|
49|新增|NA|类名:WaterfallDisplayAreaRects<br>方法or属性:|@ohos.display.d.ts|
50|新增|NA|模块名: ohos.display<br>类名: WaterfallDisplayAreaRects<br>方法 or 属性:readonly left: Rect;|@ohos.display.d.ts|
51|新增|NA|类名:WaterfallDisplayAreaRects<br>方法or属性:readonly left: Rect;|@ohos.display.d.ts|
52|新增|NA|模块名: ohos.display<br>类名: WaterfallDisplayAreaRects<br>方法 or 属性:readonly right: Rect;|@ohos.display.d.ts|
53|新增|NA|类名:WaterfallDisplayAreaRects<br>方法or属性:readonly right: Rect;|@ohos.display.d.ts|
54|新增|NA|模块名: ohos.display<br>类名: WaterfallDisplayAreaRects<br>方法 or 属性:readonly top: Rect;|@ohos.display.d.ts|
55|新增|NA|类名:WaterfallDisplayAreaRects<br>方法or属性:readonly top: Rect;|@ohos.display.d.ts|
56|新增|NA|模块名: ohos.display<br>类名: WaterfallDisplayAreaRects<br>方法 or 属性:readonly bottom: Rect;|@ohos.display.d.ts|
57|新增|NA|类名:WaterfallDisplayAreaRects<br>方法or属性:readonly bottom: Rect;|@ohos.display.d.ts|
58|新增|NA|模块名: ohos.display<br>类名: CutoutInfo|@ohos.display.d.ts|
59|新增|NA|类名:CutoutInfo<br>方法or属性:|@ohos.display.d.ts|
60|新增|NA|模块名: ohos.display<br>类名: CutoutInfo<br>方法 or 属性:readonly boundingRects: Array\<Rect>;|@ohos.display.d.ts|
61|新增|NA|类名:CutoutInfo<br>方法or属性:readonly boundingRects: Array\<Rect>;|@ohos.display.d.ts|
62|新增|NA|模块名: ohos.display<br>类名: CutoutInfo<br>方法 or 属性:readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts|
63|新增|NA|类名:CutoutInfo<br>方法or属性:readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts|
64|新增|NA|模块名: ohos.display<br>类名: Display<br>方法 or 属性:getCutoutInfo(callback: AsyncCallback\<CutoutInfo>): void;|@ohos.display.d.ts|
65|新增|NA|类名:Display<br>方法or属性:getCutoutInfo(callback: AsyncCallback\<CutoutInfo>): void;|@ohos.display.d.ts|
66|新增|NA|模块名: ohos.display<br>类名: Display<br>方法 or 属性:getCutoutInfo(): Promise\<CutoutInfo>;|@ohos.display.d.ts|
67|新增|NA|类名:Display<br>方法or属性:getCutoutInfo(): Promise\<CutoutInfo>;|@ohos.display.d.ts|
68|新增|NA|模块名: ohos.screen<br>类名: screen|@ohos.screen.d.ts|
69|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function getAllScreens(callback: AsyncCallback\<Array\<Screen>>): void;|@ohos.screen.d.ts|
70|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function getAllScreens(): Promise\<Array\<Screen>>;|@ohos.screen.d.ts|
71|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;|@ohos.screen.d.ts|
72|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;|@ohos.screen.d.ts|
73|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;|@ohos.screen.d.ts|
74|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;|@ohos.screen.d.ts|
75|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;|@ohos.screen.d.ts|
76|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;|@ohos.screen.d.ts|
77|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function makeExpand(options:Array\<ExpandOption>, callback: AsyncCallback\<number>): void;|@ohos.screen.d.ts|
78|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function makeExpand(options:Array\<ExpandOption>): Promise\<number>;|@ohos.screen.d.ts|
79|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function makeMirror(mainScreen:number, mirrorScreen:Array\<number>, callback: AsyncCallback\<number>): void;|@ohos.screen.d.ts|
80|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function makeMirror(mainScreen:number, mirrorScreen:Array\<number>): Promise\<number>;|@ohos.screen.d.ts|
81|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function createVirtualScreen(options:VirtualScreenOption, callback: AsyncCallback\<Screen>): void;|@ohos.screen.d.ts|
82|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function createVirtualScreen(options:VirtualScreenOption): Promise\<Screen>;|@ohos.screen.d.ts|
83|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function destroyVirtualScreen(screenId:number, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
84|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function destroyVirtualScreen(screenId:number): Promise\<void>;|@ohos.screen.d.ts|
85|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function setVirtualScreenSurface(screenId:number, surfaceId: string, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
86|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function setVirtualScreenSurface(screenId:number, surfaceId: string): Promise\<void>;|@ohos.screen.d.ts|
87|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function isScreenRotationLocked(callback: AsyncCallback\<boolean>): void;|@ohos.screen.d.ts|
88|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function isScreenRotationLocked(): Promise\<boolean>;|@ohos.screen.d.ts|
89|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function setScreenRotationLocked(isLocked:boolean, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
90|新增|NA|模块名: ohos.screen<br>类名: screen<br>方法 or 属性: function setScreenRotationLocked(isLocked:boolean): Promise\<void>;|@ohos.screen.d.ts|
91|新增|NA|模块名: ohos.screen<br>类名: ExpandOption|@ohos.screen.d.ts|
92|新增|NA|模块名: ohos.screen<br>类名: ExpandOption<br>方法 or 属性: screenId: number;|@ohos.screen.d.ts|
93|新增|NA|模块名: ohos.screen<br>类名: ExpandOption<br>方法 or 属性: startX: number;|@ohos.screen.d.ts|
94|新增|NA|模块名: ohos.screen<br>类名: ExpandOption<br>方法 or 属性: startY: number;|@ohos.screen.d.ts|
95|新增|NA|模块名: ohos.screen<br>类名: VirtualScreenOption|@ohos.screen.d.ts|
96|新增|NA|模块名: ohos.screen<br>类名: VirtualScreenOption<br>方法 or 属性: name: string|@ohos.screen.d.ts|
97|新增|NA|模块名: ohos.screen<br>类名: VirtualScreenOption<br>方法 or 属性: width: number|@ohos.screen.d.ts|
98|新增|NA|模块名: ohos.screen<br>类名: VirtualScreenOption<br>方法 or 属性: height: number|@ohos.screen.d.ts|
99|新增|NA|模块名: ohos.screen<br>类名: VirtualScreenOption<br>方法 or 属性: density: number|@ohos.screen.d.ts|
100|新增|NA|模块名: ohos.screen<br>类名: VirtualScreenOption<br>方法 or 属性: surfaceId: string|@ohos.screen.d.ts|
101|新增|NA|模块名: ohos.screen<br>类名: Screen|@ohos.screen.d.ts|
102|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: readonly id: number;|@ohos.screen.d.ts|
103|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: readonly parent: number;|@ohos.screen.d.ts|
104|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: readonly supportedModeInfo: Array\<ScreenModeInfo>;|@ohos.screen.d.ts|
105|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: readonly activeModeIndex: number;|@ohos.screen.d.ts|
106|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: readonly orientation: Orientation;|@ohos.screen.d.ts|
107|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: setOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
108|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: setOrientation(orientation: Orientation): Promise\<void>;|@ohos.screen.d.ts|
109|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: setScreenActiveMode(modeIndex: number, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
110|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: setScreenActiveMode(modeIndex: number): Promise\<void>;|@ohos.screen.d.ts|
111|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: setDensityDpi(densityDpi: number, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
112|新增|NA|模块名: ohos.screen<br>类名: Screen<br>方法 or 属性: setDensityDpi(densityDpi: number): Promise\<void>;|@ohos.screen.d.ts|
113|新增|NA|模块名: ohos.screen<br>类名: Orientation|@ohos.screen.d.ts|
114|新增|NA|模块名: ohos.screen<br>类名: Orientation<br>方法 or 属性: UNSPECIFIED = 0|@ohos.screen.d.ts|
115|新增|NA|模块名: ohos.screen<br>类名: Orientation<br>方法 or 属性: VERTICAL = 1|@ohos.screen.d.ts|
116|新增|NA|模块名: ohos.screen<br>类名: Orientation<br>方法 or 属性: HORIZONTAL = 2|@ohos.screen.d.ts|
117|新增|NA|模块名: ohos.screen<br>类名: Orientation<br>方法 or 属性: REVERSE_VERTICAL = 3|@ohos.screen.d.ts|
118|新增|NA|模块名: ohos.screen<br>类名: Orientation<br>方法 or 属性: REVERSE_HORIZONTAL = 4|@ohos.screen.d.ts|
119|新增|NA|模块名: ohos.screen<br>类名: ScreenModeInfo|@ohos.screen.d.ts|
120|新增|NA|模块名: ohos.screen<br>类名: ScreenModeInfo<br>方法 or 属性: id: number;|@ohos.screen.d.ts|
121|新增|NA|模块名: ohos.screen<br>类名: ScreenModeInfo<br>方法 or 属性: width: number;|@ohos.screen.d.ts|
122|新增|NA|模块名: ohos.screen<br>类名: ScreenModeInfo<br>方法 or 属性: height: number;|@ohos.screen.d.ts|
123|新增|NA|模块名: ohos.screen<br>类名: ScreenModeInfo<br>方法 or 属性: refreshRate: number;|@ohos.screen.d.ts|
124|新增|NA|类名:WindowType<br>方法or属性:TYPE_INPUT_METHOD|@ohos.window.d.ts|
125|新增|NA|类名:WindowType<br>方法or属性:TYPE_STATUS_BAR|@ohos.window.d.ts|
126|新增|NA|类名:WindowType<br>方法or属性:TYPE_PANEL|@ohos.window.d.ts|
127|新增|NA|类名:WindowType<br>方法or属性:TYPE_KEYGUARD|@ohos.window.d.ts|
128|新增|NA|类名:WindowType<br>方法or属性:TYPE_VOLUME_OVERLAY|@ohos.window.d.ts|
129|新增|NA|类名:WindowType<br>方法or属性:TYPE_NAVIGATION_BAR|@ohos.window.d.ts|
130|新增|NA|类名:WindowType<br>方法or属性:TYPE_FLOAT|@ohos.window.d.ts|
131|新增|NA|类名:WindowType<br>方法or属性:TYPE_WALLPAPER|@ohos.window.d.ts|
132|新增|NA|类名:WindowType<br>方法or属性:TYPE_DESKTOP|@ohos.window.d.ts|
133|新增|NA|类名:WindowType<br>方法or属性:TYPE_LAUNCHER_RECENT|@ohos.window.d.ts|
134|新增|NA|类名:WindowType<br>方法or属性:TYPE_LAUNCHER_DOCK|@ohos.window.d.ts|
135|新增|NA|类名:WindowType<br>方法or属性:TYPE_VOICE_INTERACTION|@ohos.window.d.ts|
136|新增|NA|类名:WindowType<br>方法or属性:TYPE_POINTER|@ohos.window.d.ts|
137|新增|NA|类名:WindowType<br>方法or属性:TYPE_FLOAT_CAMERA|@ohos.window.d.ts|
138|新增|NA|类名:WindowType<br>方法or属性:TYPE_DIALOG|@ohos.window.d.ts|
139|新增|NA|类名:WindowType<br>方法or属性:TYPE_SCREENSHOT|@ohos.window.d.ts|
140|新增|NA|模块名: ohos.window<br>类名: AvoidAreaType<br>方法 or 属性:TYPE_SYSTEM_GESTURE|@ohos.window.d.ts|
141|新增|NA|类名:AvoidAreaType<br>方法or属性:TYPE_SYSTEM_GESTURE|@ohos.window.d.ts|
142|新增|NA|模块名: ohos.window<br>类名: AvoidAreaType<br>方法 or 属性:TYPE_KEYBOARD|@ohos.window.d.ts|
143|新增|NA|类名:AvoidAreaType<br>方法or属性:TYPE_KEYBOARD|@ohos.window.d.ts|
144|新增|NA|模块名: ohos.window<br>类名: WindowLayoutMode|@ohos.window.d.ts|
145|新增|NA|类名:WindowLayoutMode<br>方法or属性:|@ohos.window.d.ts|
146|新增|NA|模块名: ohos.window<br>类名: WindowLayoutMode<br>方法 or 属性:WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts|
147|新增|NA|类名:WindowLayoutMode<br>方法or属性:WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts|
148|新增|NA|模块名: ohos.window<br>类名: WindowLayoutMode<br>方法 or 属性:WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts|
149|新增|NA|类名:WindowLayoutMode<br>方法or属性:WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts|
150|新增|NA|模块名: ohos.window<br>类名: AvoidArea<br>方法 or 属性:visible: boolean;|@ohos.window.d.ts|
151|新增|NA|类名:AvoidArea<br>方法or属性:visible: boolean;|@ohos.window.d.ts|
152|新增|NA|类名:WindowProperties<br>方法or属性:id: number|@ohos.window.d.ts|
153|新增|NA|模块名: ohos.window<br>类名: ScaleOptions|@ohos.window.d.ts|
154|新增|NA|类名:ScaleOptions<br>方法or属性:|@ohos.window.d.ts|
155|新增|NA|模块名: ohos.window<br>类名: ScaleOptions<br>方法 or 属性:x?: number;|@ohos.window.d.ts|
156|新增|NA|类名:ScaleOptions<br>方法or属性:x?: number;|@ohos.window.d.ts|
157|新增|NA|模块名: ohos.window<br>类名: ScaleOptions<br>方法 or 属性:y?: number;|@ohos.window.d.ts|
158|新增|NA|类名:ScaleOptions<br>方法or属性:y?: number;|@ohos.window.d.ts|
159|新增|NA|模块名: ohos.window<br>类名: ScaleOptions<br>方法 or 属性:pivotX?: number;|@ohos.window.d.ts|
160|新增|NA|类名:ScaleOptions<br>方法or属性:pivotX?: number;|@ohos.window.d.ts|
161|新增|NA|模块名: ohos.window<br>类名: ScaleOptions<br>方法 or 属性:pivotY?: number;|@ohos.window.d.ts|
162|新增|NA|类名:ScaleOptions<br>方法or属性:pivotY?: number;|@ohos.window.d.ts|
163|新增|NA|模块名: ohos.window<br>类名: RotateOptions|@ohos.window.d.ts|
164|新增|NA|类名:RotateOptions<br>方法or属性:|@ohos.window.d.ts|
165|新增|NA|模块名: ohos.window<br>类名: RotateOptions<br>方法 or 属性:x?: number;|@ohos.window.d.ts|
166|新增|NA|类名:RotateOptions<br>方法or属性:x?: number;|@ohos.window.d.ts|
167|新增|NA|模块名: ohos.window<br>类名: RotateOptions<br>方法 or 属性:y?: number;|@ohos.window.d.ts|
168|新增|NA|类名:RotateOptions<br>方法or属性:y?: number;|@ohos.window.d.ts|
169|新增|NA|模块名: ohos.window<br>类名: RotateOptions<br>方法 or 属性:z?: number;|@ohos.window.d.ts|
170|新增|NA|类名:RotateOptions<br>方法or属性:z?: number;|@ohos.window.d.ts|
171|新增|NA|模块名: ohos.window<br>类名: RotateOptions<br>方法 or 属性:pivotX?: number;|@ohos.window.d.ts|
172|新增|NA|类名:RotateOptions<br>方法or属性:pivotX?: number;|@ohos.window.d.ts|
173|新增|NA|模块名: ohos.window<br>类名: RotateOptions<br>方法 or 属性:pivotY?: number;|@ohos.window.d.ts|
174|新增|NA|类名:RotateOptions<br>方法or属性:pivotY?: number;|@ohos.window.d.ts|
175|新增|NA|模块名: ohos.window<br>类名: TranslateOptions|@ohos.window.d.ts|
176|新增|NA|类名:TranslateOptions<br>方法or属性:|@ohos.window.d.ts|
177|新增|NA|模块名: ohos.window<br>类名: TranslateOptions<br>方法 or 属性:x?: number;|@ohos.window.d.ts|
178|新增|NA|类名:TranslateOptions<br>方法or属性:x?: number;|@ohos.window.d.ts|
179|新增|NA|模块名: ohos.window<br>类名: TranslateOptions<br>方法 or 属性:y?: number;|@ohos.window.d.ts|
180|新增|NA|类名:TranslateOptions<br>方法or属性:y?: number;|@ohos.window.d.ts|
181|新增|NA|模块名: ohos.window<br>类名: TranslateOptions<br>方法 or 属性:z?: number;|@ohos.window.d.ts|
182|新增|NA|类名:TranslateOptions<br>方法or属性:z?: number;|@ohos.window.d.ts|
183|新增|NA|模块名: ohos.window<br>类名: TransitionContext|@ohos.window.d.ts|
184|新增|NA|类名:TransitionContext<br>方法or属性:|@ohos.window.d.ts|
185|新增|NA|模块名: ohos.window<br>类名: TransitionContext<br>方法 or 属性:toWindow: Window|@ohos.window.d.ts|
186|新增|NA|类名:TransitionContext<br>方法or属性:toWindow: Window|@ohos.window.d.ts|
187|新增|NA|模块名: ohos.window<br>类名: TransitionContext<br>方法 or 属性:completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts|
188|新增|NA|类名:TransitionContext<br>方法or属性:completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts|
189|新增|NA|模块名: ohos.window<br>类名: TransitionController|@ohos.window.d.ts|
190|新增|NA|类名:TransitionController<br>方法or属性:|@ohos.window.d.ts|
191|新增|NA|模块名: ohos.window<br>类名: TransitionController<br>方法 or 属性:animationForShown(context: TransitionContext): void;|@ohos.window.d.ts|
192|新增|NA|类名:TransitionController<br>方法or属性:animationForShown(context: TransitionContext): void;|@ohos.window.d.ts|
193|新增|NA|模块名: ohos.window<br>类名: TransitionController<br>方法 or 属性:animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts|
194|新增|NA|类名:TransitionController<br>方法or属性:animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts|
195|新增|NA|模块名: ohos.window<br>类名: Configuration|@ohos.window.d.ts|
196|新增|NA|类名:Configuration<br>方法or属性:|@ohos.window.d.ts|
197|新增|NA|模块名: ohos.window<br>类名: Configuration<br>方法 or 属性:name: string|@ohos.window.d.ts|
198|新增|NA|类名:Configuration<br>方法or属性:name: string|@ohos.window.d.ts|
199|新增|NA|模块名: ohos.window<br>类名: Configuration<br>方法 or 属性:windowType: WindowType|@ohos.window.d.ts|
200|新增|NA|类名:Configuration<br>方法or属性:windowType: WindowType|@ohos.window.d.ts|
201|新增|NA|模块名: ohos.window<br>类名: Configuration<br>方法 or 属性:ctx?: BaseContext|@ohos.window.d.ts|
202|新增|NA|类名:Configuration<br>方法or属性:ctx?: BaseContext|@ohos.window.d.ts|
203|新增|NA|模块名: ohos.window<br>类名: Configuration<br>方法 or 属性:displayId?: number|@ohos.window.d.ts|
204|新增|NA|类名:Configuration<br>方法or属性:displayId?: number|@ohos.window.d.ts|
205|新增|NA|模块名: ohos.window<br>类名: Configuration<br>方法 or 属性:parentId?: number|@ohos.window.d.ts|
206|新增|NA|类名:Configuration<br>方法or属性:parentId?: number|@ohos.window.d.ts|
207|新增|NA|类名:window<br>方法or属性:function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
208|新增|NA|类名:window<br>方法or属性:function createWindow(config: Configuration): Promise\<Window>;|@ohos.window.d.ts|
209|新增|NA|类名:window<br>方法or属性:function findWindow(name: string): Window;|@ohos.window.d.ts|
210|新增|NA|类名:window<br>方法or属性:function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
211|新增|NA|类名:window<br>方法or属性:function getLastWindow(ctx: BaseContext): Promise\<Window>;|@ohos.window.d.ts|
212|新增|NA|类名:window<br>方法or属性:function minimizeAll(id: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
213|新增|NA|类名:window<br>方法or属性:function minimizeAll(id: number): Promise\<void>;|@ohos.window.d.ts|
214|新增|NA|类名:window<br>方法or属性:function toggleShownStateForAllAppWindows(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
215|新增|NA|类名:window<br>方法or属性:function toggleShownStateForAllAppWindows(): Promise\<void>;|@ohos.window.d.ts|
216|新增|NA|类名:window<br>方法or属性:function setWindowLayoutMode(mode: WindowLayoutMode, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
217|新增|NA|类名:window<br>方法or属性:function setWindowLayoutMode(mode: WindowLayoutMode): Promise\<void>;|@ohos.window.d.ts|
218|新增|NA|模块名: ohos.window<br>类名: Orientation|@ohos.window.d.ts|
219|新增|NA|类名:Orientation<br>方法or属性:|@ohos.window.d.ts|
220|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:UNSPECIFIED = 0|@ohos.window.d.ts|
221|新增|NA|类名:Orientation<br>方法or属性:UNSPECIFIED = 0|@ohos.window.d.ts|
222|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:PORTRAIT = 1|@ohos.window.d.ts|
223|新增|NA|类名:Orientation<br>方法or属性:PORTRAIT = 1|@ohos.window.d.ts|
224|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:LANDSCAPE = 2|@ohos.window.d.ts|
225|新增|NA|类名:Orientation<br>方法or属性:LANDSCAPE = 2|@ohos.window.d.ts|
226|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:PORTRAIT_INVERTED = 3|@ohos.window.d.ts|
227|新增|NA|类名:Orientation<br>方法or属性:PORTRAIT_INVERTED = 3|@ohos.window.d.ts|
228|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:LANDSCAPE_INVERTED = 4|@ohos.window.d.ts|
229|新增|NA|类名:Orientation<br>方法or属性:LANDSCAPE_INVERTED = 4|@ohos.window.d.ts|
230|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:AUTO_ROTATION = 5|@ohos.window.d.ts|
231|新增|NA|类名:Orientation<br>方法or属性:AUTO_ROTATION = 5|@ohos.window.d.ts|
232|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts|
233|新增|NA|类名:Orientation<br>方法or属性:AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts|
234|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts|
235|新增|NA|类名:Orientation<br>方法or属性:AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts|
236|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts|
237|新增|NA|类名:Orientation<br>方法or属性:AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts|
238|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts|
239|新增|NA|类名:Orientation<br>方法or属性:AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts|
240|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts|
241|新增|NA|类名:Orientation<br>方法or属性:AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts|
242|新增|NA|模块名: ohos.window<br>类名: Orientation<br>方法 or 属性:LOCKED = 11|@ohos.window.d.ts|
243|新增|NA|类名:Orientation<br>方法or属性:LOCKED = 11|@ohos.window.d.ts|
244|新增|NA|模块名: ohos.window<br>类名: BlurStyle|@ohos.window.d.ts|
245|新增|NA|类名:BlurStyle<br>方法or属性:|@ohos.window.d.ts|
246|新增|NA|模块名: ohos.window<br>类名: BlurStyle<br>方法 or 属性:OFF|@ohos.window.d.ts|
247|新增|NA|类名:BlurStyle<br>方法or属性:OFF|@ohos.window.d.ts|
248|新增|NA|模块名: ohos.window<br>类名: BlurStyle<br>方法 or 属性:THIN|@ohos.window.d.ts|
249|新增|NA|类名:BlurStyle<br>方法or属性:THIN|@ohos.window.d.ts|
250|新增|NA|模块名: ohos.window<br>类名: BlurStyle<br>方法 or 属性:REGULAR|@ohos.window.d.ts|
251|新增|NA|类名:BlurStyle<br>方法or属性:REGULAR|@ohos.window.d.ts|
252|新增|NA|模块名: ohos.window<br>类名: BlurStyle<br>方法 or 属性:THICK|@ohos.window.d.ts|
253|新增|NA|类名:BlurStyle<br>方法or属性:THICK|@ohos.window.d.ts|
254|新增|NA|类名:Window<br>方法or属性:hideWithAnimation(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
255|新增|NA|类名:Window<br>方法or属性:hideWithAnimation(): Promise\<void>;|@ohos.window.d.ts|
256|新增|NA|类名:Window<br>方法or属性:showWindow(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
257|新增|NA|类名:Window<br>方法or属性:showWindow(): Promise\<void>;|@ohos.window.d.ts|
258|新增|NA|类名:Window<br>方法or属性:showWithAnimation(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
259|新增|NA|类名:Window<br>方法or属性:showWithAnimation(): Promise\<void>;|@ohos.window.d.ts|
260|新增|NA|类名:Window<br>方法or属性:destroyWindow(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
261|新增|NA|类名:Window<br>方法or属性:destroyWindow(): Promise\<void>;|@ohos.window.d.ts|
262|新增|NA|类名:Window<br>方法or属性:moveWindowTo(x: number, y: number): Promise\<void>;|@ohos.window.d.ts|
263|新增|NA|类名:Window<br>方法or属性:moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
264|新增|NA|类名:Window<br>方法or属性:resize(width: number, height: number): Promise\<void>;|@ohos.window.d.ts|
265|新增|NA|类名:Window<br>方法or属性:resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
266|新增|NA|类名:Window<br>方法or属性:setWindowMode(mode: WindowMode): Promise\<void>;|@ohos.window.d.ts|
267|新增|NA|类名:Window<br>方法or属性:setWindowMode(mode: WindowMode, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
268|新增|NA|类名:Window<br>方法or属性:getWindowProperties(): WindowProperties;|@ohos.window.d.ts|
269|新增|NA|类名:Window<br>方法or属性:getWindowAvoidArea(type: AvoidAreaType): AvoidArea;|@ohos.window.d.ts|
270|新增|NA|类名:Window<br>方法or属性:setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
271|新增|NA|类名:Window<br>方法or属性:setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;|@ohos.window.d.ts|
272|新增|NA|类名:Window<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
273|新增|NA|类名:Window<br>方法or属性:setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\<void>;|@ohos.window.d.ts|
274|新增|NA|类名:Window<br>方法or属性:setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
275|新增|NA|类名:Window<br>方法or属性:setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;|@ohos.window.d.ts|
276|新增|NA|类名:Window<br>方法or属性:setPreferredOrientation(orientation: Orientation): Promise\<void>;|@ohos.window.d.ts|
277|新增|NA|类名:Window<br>方法or属性:setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
278|新增|NA|类名:Window<br>方法or属性:setUIContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
279|新增|NA|类名:Window<br>方法or属性:setUIContent(path: string): Promise\<void>;|@ohos.window.d.ts|
280|新增|NA|类名:Window<br>方法or属性:isWindowShowing(): boolean;|@ohos.window.d.ts|
281|新增|NA|类名:Window<br>方法or属性:on(type: 'avoidAreaChange', callback: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts|
282|新增|NA|类名:Window<br>方法or属性:off(type: 'avoidAreaChange', callback?: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts|
283|新增|NA|类名:Window<br>方法or属性:on(type: 'touchOutside', callback: Callback\<void>): void;|@ohos.window.d.ts|
284|新增|NA|类名:Window<br>方法or属性:off(type: 'touchOutside', callback?: Callback\<void>): void;|@ohos.window.d.ts|
285|新增|NA|类名:Window<br>方法or属性:on(type: 'screenshot', callback: Callback\<void>): void;|@ohos.window.d.ts|
286|新增|NA|类名:Window<br>方法or属性:off(type: 'screenshot', callback?: Callback\<void>): void;|@ohos.window.d.ts|
287|新增|NA|类名:Window<br>方法or属性:bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\<void>): Promise\<void>;|@ohos.window.d.ts|
288|新增|NA|类名:Window<br>方法or属性:bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\<void>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
289|新增|NA|类名:Window<br>方法or属性:bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\<void>): Promise\<void>;|@ohos.window.d.ts|
290|新增|NA|类名:Window<br>方法or属性:bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\<void>, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
291|新增|NA|类名:Window<br>方法or属性:isWindowSupportWideGamut(): Promise\<boolean>;|@ohos.window.d.ts|
292|新增|NA|类名:Window<br>方法or属性:isWindowSupportWideGamut(callback: AsyncCallback\<boolean>): void;|@ohos.window.d.ts|
293|新增|NA|类名:Window<br>方法or属性:setWindowColorSpace(colorSpace:ColorSpace): Promise\<void>;|@ohos.window.d.ts|
294|新增|NA|类名:Window<br>方法or属性:setWindowColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
295|新增|NA|类名:Window<br>方法or属性:getWindowColorSpace(): ColorSpace;|@ohos.window.d.ts|
296|新增|NA|类名:Window<br>方法or属性:setWindowBackgroundColor(color: string): void;|@ohos.window.d.ts|
297|新增|NA|类名:Window<br>方法or属性:setWindowBrightness(brightness: number): Promise\<void>;|@ohos.window.d.ts|
298|新增|NA|类名:Window<br>方法or属性:setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
299|新增|NA|类名:Window<br>方法or属性:setWindowFocusable(isFocusable: boolean): Promise\<void>;|@ohos.window.d.ts|
300|新增|NA|类名:Window<br>方法or属性:setWindowFocusable(isFocusable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
301|新增|NA|类名:Window<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;|@ohos.window.d.ts|
302|新增|NA|类名:Window<br>方法or属性:setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
303|新增|NA|类名:Window<br>方法or属性:setWakeUpScreen(wakeUp: boolean): void;|@ohos.window.d.ts|
304|新增|NA|类名:Window<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean): Promise\<void>;|@ohos.window.d.ts|
305|新增|NA|类名:Window<br>方法or属性:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
306|新增|NA|类名:Window<br>方法or属性:setSnapshotSkip(isSkip: boolean): void;|@ohos.window.d.ts|
307|新增|NA|类名:Window<br>方法or属性:setWindowTouchable(isTouchable: boolean): Promise\<void>;|@ohos.window.d.ts|
308|新增|NA|类名:Window<br>方法or属性:setWindowTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
309|新增|NA|类名:Window<br>方法or属性:setForbidSplitMove(isForbidSplitMove: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
310|新增|NA|类名:Window<br>方法or属性:setForbidSplitMove(isForbidSplitMove: boolean): Promise\<void>;|@ohos.window.d.ts|
311|新增|NA|类名:Window<br>方法or属性:snapshot(callback: AsyncCallback\<image.PixelMap>): void;|@ohos.window.d.ts|
312|新增|NA|类名:Window<br>方法or属性:snapshot(): Promise\<image.PixelMap>;|@ohos.window.d.ts|
313|新增|NA|类名:Window<br>方法or属性:opacity(opacity: number): void;|@ohos.window.d.ts|
314|新增|NA|类名:Window<br>方法or属性:scale(scaleOptions: ScaleOptions): void;|@ohos.window.d.ts|
315|新增|NA|类名:Window<br>方法or属性:rotate(rotateOptions: RotateOptions): void;|@ohos.window.d.ts|
316|新增|NA|类名:Window<br>方法or属性:translate(translateOptions: TranslateOptions): void;|@ohos.window.d.ts|
317|新增|NA|类名:Window<br>方法or属性:getTransitionController(): TransitionController;|@ohos.window.d.ts|
318|新增|NA|类名:Window<br>方法or属性:setBlur(radius: number): void;|@ohos.window.d.ts|
319|新增|NA|类名:Window<br>方法or属性:setBackdropBlur(radius: number): void;|@ohos.window.d.ts|
320|新增|NA|类名:Window<br>方法or属性:setBackdropBlurStyle(blurStyle: BlurStyle): void;|@ohos.window.d.ts|
321|新增|NA|类名:Window<br>方法or属性:setShadow(radius: number, color?: string, offsetX?: number, offsetY?: number): void;|@ohos.window.d.ts|
322|新增|NA|类名:Window<br>方法or属性:setCornerRadius(cornerRadius: number): void;|@ohos.window.d.ts|
323|新增|NA|模块名: ohos.window<br>类名: WindowStageEventType|@ohos.window.d.ts|
324|新增|NA|类名:WindowStageEventType<br>方法or属性:|@ohos.window.d.ts|
325|新增|NA|模块名: ohos.window<br>类名: WindowStageEventType<br>方法 or 属性:SHOWN = 1|@ohos.window.d.ts|
326|新增|NA|类名:WindowStageEventType<br>方法or属性:SHOWN = 1|@ohos.window.d.ts|
327|新增|NA|模块名: ohos.window<br>类名: WindowStageEventType<br>方法 or 属性:ACTIVE|@ohos.window.d.ts|
328|新增|NA|类名:WindowStageEventType<br>方法or属性:ACTIVE|@ohos.window.d.ts|
329|新增|NA|模块名: ohos.window<br>类名: WindowStageEventType<br>方法 or 属性:INACTIVE|@ohos.window.d.ts|
330|新增|NA|类名:WindowStageEventType<br>方法or属性:INACTIVE|@ohos.window.d.ts|
331|新增|NA|模块名: ohos.window<br>类名: WindowStageEventType<br>方法 or 属性:HIDDEN|@ohos.window.d.ts|
332|新增|NA|类名:WindowStageEventType<br>方法or属性:HIDDEN|@ohos.window.d.ts|
333|新增|NA|模块名: ohos.window<br>类名: WindowStage|@ohos.window.d.ts|
334|新增|NA|类名:WindowStage<br>方法or属性:|@ohos.window.d.ts|
335|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:getMainWindow(): Promise\<Window>;|@ohos.window.d.ts|
336|新增|NA|类名:WindowStage<br>方法or属性:getMainWindow(): Promise\<Window>;|@ohos.window.d.ts|
337|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:getMainWindow(callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
338|新增|NA|类名:WindowStage<br>方法or属性:getMainWindow(callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
339|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:getMainWindowSync(): Window;|@ohos.window.d.ts|
340|新增|NA|类名:WindowStage<br>方法or属性:getMainWindowSync(): Window;|@ohos.window.d.ts|
341|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:createSubWindow(name: string): Promise\<Window>;|@ohos.window.d.ts|
342|新增|NA|类名:WindowStage<br>方法or属性:createSubWindow(name: string): Promise\<Window>;|@ohos.window.d.ts|
343|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:createSubWindow(name: string, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
344|新增|NA|类名:WindowStage<br>方法or属性:createSubWindow(name: string, callback: AsyncCallback\<Window>): void;|@ohos.window.d.ts|
345|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:getSubWindow(): Promise\<Array\<Window>>;|@ohos.window.d.ts|
346|新增|NA|类名:WindowStage<br>方法or属性:getSubWindow(): Promise\<Array\<Window>>;|@ohos.window.d.ts|
347|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;|@ohos.window.d.ts|
348|新增|NA|类名:WindowStage<br>方法or属性:getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;|@ohos.window.d.ts|
349|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
350|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:loadContent(path: string, storage?: LocalStorage): Promise\<void>;|@ohos.window.d.ts|
351|新增|NA|类名:WindowStage<br>方法or属性:loadContent(path: string, storage?: LocalStorage): Promise\<void>;|@ohos.window.d.ts|
352|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:loadContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
353|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
354|新增|NA|类名:WindowStage<br>方法or属性:on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
355|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
356|新增|NA|类名:WindowStage<br>方法or属性:off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;|@ohos.window.d.ts|
357|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:disableWindowDecor(): void;|@ohos.window.d.ts|
358|新增|NA|类名:WindowStage<br>方法or属性:disableWindowDecor(): void;|@ohos.window.d.ts|
359|新增|NA|模块名: ohos.window<br>类名: WindowStage<br>方法 or 属性:setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts|
360|新增|NA|类名:WindowStage<br>方法or属性:setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts|
361|新增|NA|模块名: WindowExtensionContext<br>类名: WindowExtensionContext|WindowExtensionContext.d.ts|
362|新增|NA|模块名: WindowExtensionContext<br>类名: WindowExtensionContext<br>方法 or 属性: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\<void>): void;|WindowExtensionContext.d.ts|
363|新增|NA|模块名: WindowExtensionContext<br>类名: WindowExtensionContext<br>方法 or 属性: startAbility(want: Want, options?: StartOptions): Promise\<void>;|WindowExtensionContext.d.ts|
364|model有变化|类名:WindowType<br>方法 or 属性:TYPE_APP<br>model:N/A|类名:WindowType<br>方法 or 属性:TYPE_APP<br>model:@FAModelOnly|@ohos.window.d.ts|
365|model有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>model:N/A|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>model:@FAModelOnly|@ohos.window.d.ts|
366|model有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>model:N/A|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>model:@FAModelOnly|@ohos.window.d.ts|
367|model有变化|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>model:N/A|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>model:@FAModelOnly|@ohos.window.d.ts|
368|model有变化|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>model:N/A|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>model:@FAModelOnly|@ohos.window.d.ts|
369|废弃版本有变化|类名:display<br>方法 or 属性:function getDefaultDisplay(callback: AsyncCallback\<Display>): void;<br>废弃版本:N/A|类名:display<br>方法 or 属性:function getDefaultDisplay(callback: AsyncCallback\<Display>): void;<br>废弃版本:9<br>代替接口:ohos.display|@ohos.display.d.ts|
370|废弃版本有变化|类名:display<br>方法 or 属性:function getDefaultDisplay(): Promise\<Display>;<br>废弃版本:N/A|类名:display<br>方法 or 属性:function getDefaultDisplay(): Promise\<Display>;<br>废弃版本:9<br>代替接口:ohos.display|@ohos.display.d.ts|
371|废弃版本有变化|类名:display<br>方法 or 属性:function getAllDisplay(callback: AsyncCallback\<Array\<Display>>): void;<br>废弃版本:N/A|类名:display<br>方法 or 属性:function getAllDisplay(callback: AsyncCallback\<Array\<Display>>): void;<br>废弃版本:9<br>代替接口:ohos.display|@ohos.display.d.ts|
372|废弃版本有变化|类名:display<br>方法 or 属性:function getAllDisplay(): Promise\<Array\<Display>>;<br>废弃版本:N/A|类名:display<br>方法 or 属性:function getAllDisplay(): Promise\<Array\<Display>>;<br>废弃版本:9<br>代替接口:ohos.display|@ohos.display.d.ts|
373|废弃版本有变化|类名:WindowProperties<br>方法 or 属性:dimBehindValue: number<br>废弃版本:N/A|类名:WindowProperties<br>方法 or 属性:dimBehindValue: number<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
374|废弃版本有变化|类名:WindowProperties<br>方法 or 属性:isRoundCorner: boolean<br>废弃版本:N/A|类名:WindowProperties<br>方法 or 属性:isRoundCorner: boolean<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
375|废弃版本有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>废弃版本:N/A|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>废弃版本:9<br>代替接口:ohos.window|@ohos.window.d.ts|
376|废弃版本有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>废弃版本:N/A|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>废弃版本:9<br>代替接口:ohos.window|@ohos.window.d.ts|
377|废弃版本有变化|类名:window<br>方法 or 属性:function find(id: string, callback: AsyncCallback\<Window>): void;<br>废弃版本:N/A|类名:window<br>方法 or 属性:function find(id: string, callback: AsyncCallback\<Window>): void;<br>废弃版本:9<br>代替接口:ohos.window|@ohos.window.d.ts|
378|废弃版本有变化|类名:window<br>方法 or 属性:function find(id: string): Promise\<Window>;<br>废弃版本:N/A|类名:window<br>方法 or 属性:function find(id: string): Promise\<Window>;<br>废弃版本:9<br>代替接口:ohos.window|@ohos.window.d.ts|
379|废弃版本有变化|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>废弃版本:N/A|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>废弃版本:9<br>代替接口:ohos.window|@ohos.window.d.ts|
380|废弃版本有变化|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>废弃版本:N/A|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>废弃版本:9<br>代替接口:ohos.window|@ohos.window.d.ts|
381|废弃版本有变化|类名:Window<br>方法 or 属性:show(callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:show(callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
382|废弃版本有变化|类名:Window<br>方法 or 属性:show(): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:show(): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
383|废弃版本有变化|类名:Window<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:destroy(callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
384|废弃版本有变化|类名:Window<br>方法 or 属性:destroy(): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:destroy(): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
385|废弃版本有变化|类名:Window<br>方法 or 属性:moveTo(x: number, y: number): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:moveTo(x: number, y: number): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
386|废弃版本有变化|类名:Window<br>方法 or 属性:moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
387|废弃版本有变化|类名:Window<br>方法 or 属性:resetSize(width: number, height: number): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:resetSize(width: number, height: number): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
388|废弃版本有变化|类名:Window<br>方法 or 属性:resetSize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:resetSize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
389|废弃版本有变化|类名:Window<br>方法 or 属性:setWindowType(type: WindowType): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setWindowType(type: WindowType): Promise\<void>;<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
390|废弃版本有变化|类名:Window<br>方法 or 属性:setWindowType(type: WindowType, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setWindowType(type: WindowType, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
391|废弃版本有变化|类名:Window<br>方法 or 属性:getProperties(callback: AsyncCallback\<WindowProperties>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:getProperties(callback: AsyncCallback\<WindowProperties>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
392|废弃版本有变化|类名:Window<br>方法 or 属性:getProperties(): Promise\<WindowProperties>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:getProperties(): Promise\<WindowProperties>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
393|废弃版本有变化|类名:Window<br>方法 or 属性:getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\<AvoidArea>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\<AvoidArea>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
394|废弃版本有变化|类名:Window<br>方法 or 属性:getAvoidArea(type: AvoidAreaType): Promise\<AvoidArea>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:getAvoidArea(type: AvoidAreaType): Promise\<AvoidArea>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
395|废弃版本有变化|类名:Window<br>方法 or 属性:setFullScreen(isFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setFullScreen(isFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
396|废弃版本有变化|类名:Window<br>方法 or 属性:setFullScreen(isFullScreen: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setFullScreen(isFullScreen: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
397|废弃版本有变化|类名:Window<br>方法 or 属性:setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
398|废弃版本有变化|类名:Window<br>方法 or 属性:setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
399|废弃版本有变化|类名:Window<br>方法 or 属性:setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
400|废弃版本有变化|类名:Window<br>方法 or 属性:setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
401|废弃版本有变化|类名:Window<br>方法 or 属性:setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
402|废弃版本有变化|类名:Window<br>方法 or 属性:setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
403|废弃版本有变化|类名:Window<br>方法 or 属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
404|废弃版本有变化|类名:Window<br>方法 or 属性:loadContent(path: string): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:loadContent(path: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
405|废弃版本有变化|类名:Window<br>方法 or 属性:isShowing(callback: AsyncCallback\<boolean>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:isShowing(callback: AsyncCallback\<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
406|废弃版本有变化|类名:Window<br>方法 or 属性:isShowing(): Promise\<boolean>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:isShowing(): Promise\<boolean>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
407|废弃版本有变化|类名:Window<br>方法 or 属性:on(type: 'systemAvoidAreaChange', callback: Callback\<AvoidArea>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:on(type: 'systemAvoidAreaChange', callback: Callback\<AvoidArea>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
408|废弃版本有变化|类名:Window<br>方法 or 属性:off(type: 'systemAvoidAreaChange', callback?: Callback\<AvoidArea>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:off(type: 'systemAvoidAreaChange', callback?: Callback\<AvoidArea>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
409|废弃版本有变化|类名:Window<br>方法 or 属性:isSupportWideGamut(): Promise\<boolean>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:isSupportWideGamut(): Promise\<boolean>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
410|废弃版本有变化|类名:Window<br>方法 or 属性:isSupportWideGamut(callback: AsyncCallback\<boolean>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:isSupportWideGamut(callback: AsyncCallback\<boolean>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
411|废弃版本有变化|类名:Window<br>方法 or 属性:setColorSpace(colorSpace:ColorSpace): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setColorSpace(colorSpace:ColorSpace): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
412|废弃版本有变化|类名:Window<br>方法 or 属性:setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
413|废弃版本有变化|类名:Window<br>方法 or 属性:getColorSpace(): Promise\<ColorSpace>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:getColorSpace(): Promise\<ColorSpace>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
414|废弃版本有变化|类名:Window<br>方法 or 属性:getColorSpace(callback: AsyncCallback\<ColorSpace>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:getColorSpace(callback: AsyncCallback\<ColorSpace>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
415|废弃版本有变化|类名:Window<br>方法 or 属性:setBackgroundColor(color: string): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setBackgroundColor(color: string): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
416|废弃版本有变化|类名:Window<br>方法 or 属性:setBackgroundColor(color: string, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setBackgroundColor(color: string, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
417|废弃版本有变化|类名:Window<br>方法 or 属性:setBrightness(brightness: number): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setBrightness(brightness: number): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
418|废弃版本有变化|类名:Window<br>方法 or 属性:setBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
419|废弃版本有变化|类名:Window<br>方法 or 属性:setDimBehind(dimBehindValue: number, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setDimBehind(dimBehindValue: number, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
420|废弃版本有变化|类名:Window<br>方法 or 属性:setDimBehind(dimBehindValue: number): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setDimBehind(dimBehindValue: number): Promise\<void>;<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
421|废弃版本有变化|类名:Window<br>方法 or 属性:setFocusable(isFocusable: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setFocusable(isFocusable: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
422|废弃版本有变化|类名:Window<br>方法 or 属性:setFocusable(isFocusable: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setFocusable(isFocusable: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
423|废弃版本有变化|类名:Window<br>方法 or 属性:setKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
424|废弃版本有变化|类名:Window<br>方法 or 属性:setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
425|废弃版本有变化|类名:Window<br>方法 or 属性:setOutsideTouchable(touchable: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setOutsideTouchable(touchable: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
426|废弃版本有变化|类名:Window<br>方法 or 属性:setOutsideTouchable(touchable: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setOutsideTouchable(touchable: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.window.d.ts|
427|废弃版本有变化|类名:Window<br>方法 or 属性:setPrivacyMode(isPrivacyMode: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setPrivacyMode(isPrivacyMode: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
428|废弃版本有变化|类名:Window<br>方法 or 属性:setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
429|废弃版本有变化|类名:Window<br>方法 or 属性:setTouchable(isTouchable: boolean): Promise\<void>;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setTouchable(isTouchable: boolean): Promise\<void>;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
430|废弃版本有变化|类名:Window<br>方法 or 属性:setTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:N/A|类名:Window<br>方法 or 属性:setTouchable(isTouchable: boolean, callback: AsyncCallback\<void>): void;<br>废弃版本:9<br>代替接口:ohos.window.Window|@ohos.window.d.ts|
431|新增(错误码)|NA|类名:display<br>方法 or 属性:function on(type: 'add' \| 'remove' \| 'change', callback: Callback\<number>): void;<br>错误码内容: 401|@ohos.display.d.ts|
432|新增(错误码)|NA|类名:display<br>方法 or 属性:function on(type: 'add' \| 'remove' \| 'change', callback: Callback\<number>): void;<br>错误码内容: 401|@ohos.display.d.ts|
433|新增(错误码)|NA|类名:display<br>方法 or 属性:function on(type: 'add' \| 'remove' \| 'change', callback: Callback\<number>): void;<br>错误码内容: 401|@ohos.display.d.ts|
434|新增(错误码)|NA|类名:display<br>方法 or 属性:function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\<number>): void;<br>错误码内容: 401|@ohos.display.d.ts|
435|新增(错误码)|NA|类名:display<br>方法 or 属性:function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\<number>): void;<br>错误码内容: 401|@ohos.display.d.ts|
436|新增(错误码)|NA|类名:display<br>方法 or 属性:function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\<number>): void;<br>错误码内容: 401|@ohos.display.d.ts|
437|新增(错误码)|NA|类名:screenshot<br>方法 or 属性:function save(options?: ScreenshotOptions): Promise\<image.PixelMap>;<br>错误码内容: 201, 401|@ohos.screenshot.d.ts|
438|新增(错误码)|NA|类名:window<br>方法 or 属性:function on(type: 'systemBarTintChange', callback: Callback\<SystemBarTintState>): void;<br>错误码内容: 401|@ohos.window.d.ts|
439|新增(错误码)|NA|类名:window<br>方法 or 属性:function off(type: 'systemBarTintChange', callback?: Callback\<SystemBarTintState>): void;<br>错误码内容: 401|@ohos.window.d.ts|
440|新增(错误码)|NA|类名:Window<br>方法 or 属性:hide (callback: AsyncCallback\<void>): void;<br>错误码内容: 1300002|@ohos.window.d.ts|
441|新增(错误码)|NA|类名:Window<br>方法 or 属性:hide(): Promise\<void>;<br>错误码内容: 1300002|@ohos.window.d.ts|
442|新增(错误码)|NA|类名:Window<br>方法 or 属性:on(type: 'windowSizeChange', callback: Callback\<Size>): void;<br>错误码内容: 401|@ohos.window.d.ts|
443|新增(错误码)|NA|类名:Window<br>方法 or 属性:off(type: 'windowSizeChange', callback?: Callback\<Size>): void;<br>错误码内容: 401|@ohos.window.d.ts|
444|新增(错误码)|NA|类名:Window<br>方法 or 属性:on(type: 'keyboardHeightChange', callback: Callback\<number>): void;<br>错误码内容: 401|@ohos.window.d.ts|
445|新增(错误码)|NA|类名:Window<br>方法 or 属性:off(type: 'keyboardHeightChange', callback?: Callback\<number>): void;<br>错误码内容: 401|@ohos.window.d.ts|
446|函数有变化|类名:screenshot<br>方法 or 属性:function save(options?: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>|类名:screenshot<br>方法 or 属性:function save(options: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>|@ohos.screenshot.d.ts|
447|函数有变化|类名:screenshot<br>方法 or 属性:function save(options?: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>|类名:screenshot<br>方法 or 属性:function save(callback: AsyncCallback\<image.PixelMap>): void;<br>|@ohos.screenshot.d.ts|
448|函数有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
449|函数有变化|类名:window<br>方法 or 属性:function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
450|函数有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
451|函数有变化|类名:window<br>方法 or 属性:function create(ctx: Context, id: string, type: WindowType): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
452|函数有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function create(ctx: BaseContext, id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
453|函数有变化|类名:window<br>方法 or 属性:function create(ctx: Context, id: string, type: WindowType): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function create(ctx: BaseContext, id: string, type: WindowType): Promise\<Window>;<br>|@ohos.window.d.ts|
454|函数有变化|类名:window<br>方法 or 属性:function create(id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
455|函数有变化|类名:window<br>方法 or 属性:function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
456|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
457|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(ctx: Context, callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
458|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>|@ohos.window.d.ts|
459|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(ctx: Context): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>|@ohos.window.d.ts|
460|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function getTopWindow(ctx: BaseContext): Promise\<Window>;<br>|@ohos.window.d.ts|
461|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(ctx: Context): Promise\<Window>;<br>|类名:window<br>方法 or 属性:function getTopWindow(ctx: BaseContext): Promise\<Window>;<br>|@ohos.window.d.ts|
462|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function getTopWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
463|函数有变化|类名:window<br>方法 or 属性:function getTopWindow(ctx: Context, callback: AsyncCallback\<Window>): void;<br>|类名:window<br>方法 or 属性:function getTopWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>|@ohos.window.d.ts|
464|函数有变化|类名:Window<br>方法 or 属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>|类名:Window<br>方法 or 属性:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>|@ohos.window.d.ts|
465|函数有变化|类名:Window<br>方法 or 属性:loadContent(path: string): Promise\<void>;<br>|类名:Window<br>方法 or 属性:loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>|@ohos.window.d.ts|
466|函数有变化|类名:Window<br>方法 or 属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>|类名:Window<br>方法 or 属性:loadContent(path: string, callback: AsyncCallback\<void>): void;<br>|@ohos.window.d.ts|
467|函数有变化|类名:Window<br>方法 or 属性:loadContent(path: string): Promise\<void>;<br>|类名:Window<br>方法 or 属性:loadContent(path: string): Promise\<void>;<br>|@ohos.window.d.ts|
468