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