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