1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: sourcefile;<br>Method or attribute name: export type WindowExtensionContext = _WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts|
4|Added|NA|Class name: display;<br>Method or attribute name: function on(type: 'privateModeChange', callback: Callback\<boolean>): void;|@ohos.display.d.ts|
5|Added|NA|Class name: display;<br>Method or attribute name: function off(type: 'privateModeChange', callback?: Callback\<boolean>): void;|@ohos.display.d.ts|
6|Added|NA|Class name: Orientation;<br>Method or attribute name: PORTRAIT = 0|@ohos.display.d.ts|
7|Added|NA|Class name: Orientation;<br>Method or attribute name: LANDSCAPE = 1|@ohos.display.d.ts|
8|Added|NA|Class name: Orientation;<br>Method or attribute name: PORTRAIT_INVERTED = 2|@ohos.display.d.ts|
9|Added|NA|Class name: Orientation;<br>Method or attribute name: LANDSCAPE_INVERTED = 3|@ohos.display.d.ts|
10|Added|NA|Class name: Display;<br>Method or attribute name: orientation: Orientation;|@ohos.display.d.ts|
11|Added|NA|Class name: screen;<br>Method or attribute name: function stopExpand(expandScreen: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
12|Added|NA|Class name: screen;<br>Method or attribute name: function stopExpand(expandScreen: Array\<number>): Promise\<void>;|@ohos.screen.d.ts|
13|Added|NA|Class name: screen;<br>Method or attribute name: function stopMirror(mirrorScreen: Array\<number>, callback: AsyncCallback\<void>): void;|@ohos.screen.d.ts|
14|Added|NA|Class name: screen;<br>Method or attribute name: function stopMirror(mirrorScreen: Array\<number>): Promise\<void>;|@ohos.screen.d.ts|
15|Added|NA|Class name: ScreenSourceMode;<br>Method or attribute name: SCREEN_MAIN = 0|@ohos.screen.d.ts|
16|Added|NA|Class name: ScreenSourceMode;<br>Method or attribute name: SCREEN_MIRROR = 1|@ohos.screen.d.ts|
17|Added|NA|Class name: ScreenSourceMode;<br>Method or attribute name: SCREEN_EXTEND = 2|@ohos.screen.d.ts|
18|Added|NA|Class name: ScreenSourceMode;<br>Method or attribute name: SCREEN_ALONE = 3|@ohos.screen.d.ts|
19|Added|NA|Class name: Screen;<br>Method or attribute name: readonly sourceMode: ScreenSourceMode;|@ohos.screen.d.ts|
20|Added|NA|Class name: window;<br>Method or attribute name: function setGestureNavigationEnabled(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
21|Added|NA|Class name: window;<br>Method or attribute name: function setGestureNavigationEnabled(enable: boolean): Promise\<void>;|@ohos.window.d.ts|
22|Added|NA|Class name: window;<br>Method or attribute name: function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean): Promise\<void>;|@ohos.window.d.ts|
23|Added|NA|Class name: window;<br>Method or attribute name: function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
24|Added|NA|Class name: window;<br>Method or attribute name: function on(type: 'gestureNavigationEnabledChange', callback: Callback\<boolean>): void;|@ohos.window.d.ts|
25|Added|NA|Class name: window;<br>Method or attribute name: function on(type: 'waterMarkFlagChange', callback: Callback\<boolean>): void;|@ohos.window.d.ts|
26|Added|NA|Class name: window;<br>Method or attribute name: function off(type: 'gestureNavigationEnabledChange', callback?: Callback\<boolean>): void;|@ohos.window.d.ts|
27|Added|NA|Class name: window;<br>Method or attribute name: function off(type: 'waterMarkFlagChange', callback?: Callback\<boolean>): void;|@ohos.window.d.ts|
28|Added|NA|Class name: WindowEventType;<br>Method or attribute name: WINDOW_SHOWN = 1|@ohos.window.d.ts|
29|Added|NA|Class name: WindowEventType;<br>Method or attribute name: WINDOW_ACTIVE = 2|@ohos.window.d.ts|
30|Added|NA|Class name: WindowEventType;<br>Method or attribute name: WINDOW_INACTIVE = 3|@ohos.window.d.ts|
31|Added|NA|Class name: WindowEventType;<br>Method or attribute name: WINDOW_HIDDEN = 4|@ohos.window.d.ts|
32|Added|NA|Class name: Window;<br>Method or attribute name: getUIContext() : UIContext;|@ohos.window.d.ts|
33|Added|NA|Class name: Window;<br>Method or attribute name: on(type: 'dialogTargetTouch', callback: Callback\<void>): void;|@ohos.window.d.ts|
34|Added|NA|Class name: Window;<br>Method or attribute name: on(type: 'windowEvent', callback: Callback\<WindowEventType>): void;|@ohos.window.d.ts|
35|Added|NA|Class name: Window;<br>Method or attribute name: off(type: 'dialogTargetTouch', callback?: Callback\<void>): void;|@ohos.window.d.ts|
36|Added|NA|Class name: Window;<br>Method or attribute name: off(type: 'windowEvent', callback?: Callback\<WindowEventType>): void;|@ohos.window.d.ts|
37|Added|NA|Class name: Window;<br>Method or attribute name: raiseToAppTop(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
38|Added|NA|Class name: Window;<br>Method or attribute name: raiseToAppTop(): Promise\<void>;|@ohos.window.d.ts|
39|Added|NA|Class name: Window;<br>Method or attribute name: setAspectRatio(ratio: number, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
40|Added|NA|Class name: Window;<br>Method or attribute name: setAspectRatio(ratio: number): Promise\<void>;|@ohos.window.d.ts|
41|Added|NA|Class name: Window;<br>Method or attribute name: resetAspectRatio(callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
42|Added|NA|Class name: Window;<br>Method or attribute name: resetAspectRatio(): Promise\<void>;|@ohos.window.d.ts|
43|Added|NA|Class name: Window;<br>Method or attribute name: setWaterMarkFlag(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.window.d.ts|
44|Added|NA|Class name: Window;<br>Method or attribute name: setWaterMarkFlag(enable: boolean): Promise\<void>;|@ohos.window.d.ts|
45|Error code added|Class name: screen;<br>Method or attribute name: function getAllScreens(): Promise\<Array\<Screen>>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function getAllScreens(): Promise\<Array\<Screen>>;<br>New version information: 1400001|@ohos.screen.d.ts|
46|Error code added|Class name: screen;<br>Method or attribute name: function makeExpand(options: Array\<ExpandOption>): Promise\<number>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function makeExpand(options: Array\<ExpandOption>): Promise\<number>;<br>New version information: 401, 1400001|@ohos.screen.d.ts|
47|Error code added|Class name: screen;<br>Method or attribute name: function makeMirror(mainScreen: number, mirrorScreen: Array\<number>): Promise\<number>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function makeMirror(mainScreen: number, mirrorScreen: Array\<number>): Promise\<number>;<br>New version information: 401, 1400001|@ohos.screen.d.ts|
48|Error code added|Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>New version information: 201,401, 1400001|@ohos.screen.d.ts|
49|Error code added|Class name: screen;<br>Method or attribute name: function destroyVirtualScreen(screenId: number): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function destroyVirtualScreen(screenId: number): Promise\<void>;<br>New version information: 401, 1400002|@ohos.screen.d.ts|
50|Error code added|Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>New version information: 201,401, 1400001|@ohos.screen.d.ts|
51|Error code added|Class name: screen;<br>Method or attribute name: function setScreenRotationLocked(isLocked: boolean): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setScreenRotationLocked(isLocked: boolean): Promise\<void>;<br>New version information: 401|@ohos.screen.d.ts|
52|Error code added|Class name: Screen;<br>Method or attribute name: setOrientation(orientation: Orientation): Promise\<void>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setOrientation(orientation: Orientation): Promise\<void>;<br>New version information: 401, 1400003|@ohos.screen.d.ts|
53|Error code added|Class name: Screen;<br>Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\<void>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\<void>;<br>New version information: 401, 1400003|@ohos.screen.d.ts|
54|Error code added|Class name: Screen;<br>Method or attribute name: setDensityDpi(densityDpi: number): Promise\<void>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setDensityDpi(densityDpi: number): Promise\<void>;<br>New version information: 401, 1400003|@ohos.screen.d.ts|
55|Error code changed|Class name: window;<br>Method or attribute name: function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;<br>Old version information: 201,401, 1300001, 1300006|Class name: window;<br>Method or attribute name: function createWindow(config: Configuration, callback: AsyncCallback\<Window>): void;<br>New version information: 201,401, 1300001, 1300006, 1300008, 1300009|@ohos.window.d.ts|
56|Error code changed|Class name: window;<br>Method or attribute name: function createWindow(config: Configuration): Promise\<Window>;<br>Old version information: 201,401, 1300001, 1300006|Class name: window;<br>Method or attribute name: function createWindow(config: Configuration): Promise\<Window>;<br>New version information: 201,401, 1300001, 1300006, 1300008, 1300009|@ohos.window.d.ts|
57|Error code changed|Class name: window;<br>Method or attribute name: function findWindow(name: string): Window;<br>Old version information: 401|Class name: window;<br>Method or attribute name: function findWindow(name: string): Window;<br>New version information: 401, 1300002|@ohos.window.d.ts|
58|Error code changed|Class name: Window;<br>Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;<br>Old version information: 401, 1300002, 1300003|Class name: Window;<br>Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\<void>): void;<br>New version information: 401,801, 1300002, 1300003|@ohos.window.d.ts|
59|Error code changed|Class name: Window;<br>Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;<br>Old version information: 401, 1300002, 1300003|Class name: Window;<br>Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\<void>;<br>New version information: 401,801, 1300002, 1300003|@ohos.window.d.ts|
60|Access level changed|Class name: RRect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
61|Access level changed|Class name: RRect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
62|Access level changed|Class name: RRect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
63|Access level changed|Class name: RRect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
64|Access level changed|Class name: RRect;<br>Method or attribute name: radius: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
65|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
66|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
67|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
68|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information: systemapi|@ohos.animation.windowAnimationManager.d.ts|
69|Access level changed|Class name: screen;<br>Method or attribute name: function getAllScreens(callback: AsyncCallback\<Array\<Screen>>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function getAllScreens(callback: AsyncCallback\<Array\<Screen>>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
70|Access level changed|Class name: screen;<br>Method or attribute name: function getAllScreens(): Promise\<Array\<Screen>>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function getAllScreens(): Promise\<Array\<Screen>>;<br>New version information: systemapi|@ohos.screen.d.ts|
71|Access level changed|Class name: screen;<br>Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\<number>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
72|Access level changed|Class name: screen;<br>Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\<number>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
73|Access level changed|Class name: screen;<br>Method or attribute name: function makeExpand(options: Array\<ExpandOption>, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function makeExpand(options: Array\<ExpandOption>, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
74|Access level changed|Class name: screen;<br>Method or attribute name: function makeExpand(options: Array\<ExpandOption>): Promise\<number>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function makeExpand(options: Array\<ExpandOption>): Promise\<number>;<br>New version information: systemapi|@ohos.screen.d.ts|
75|Access level changed|Class name: screen;<br>Method or attribute name: function makeMirror(mainScreen: number, mirrorScreen: Array\<number>, callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function makeMirror(mainScreen: number, mirrorScreen: Array\<number>, callback: AsyncCallback\<number>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
76|Access level changed|Class name: screen;<br>Method or attribute name: function makeMirror(mainScreen: number, mirrorScreen: Array\<number>): Promise\<number>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function makeMirror(mainScreen: number, mirrorScreen: Array\<number>): Promise\<number>;<br>New version information: systemapi|@ohos.screen.d.ts|
77|Access level changed|Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption, callback: AsyncCallback\<Screen>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption, callback: AsyncCallback\<Screen>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
78|Access level changed|Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>New version information: systemapi|@ohos.screen.d.ts|
79|Access level changed|Class name: screen;<br>Method or attribute name: function destroyVirtualScreen(screenId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function destroyVirtualScreen(screenId: number, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
80|Access level changed|Class name: screen;<br>Method or attribute name: function destroyVirtualScreen(screenId: number): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function destroyVirtualScreen(screenId: number): Promise\<void>;<br>New version information: systemapi|@ohos.screen.d.ts|
81|Access level changed|Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
82|Access level changed|Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>New version information: systemapi|@ohos.screen.d.ts|
83|Access level changed|Class name: screen;<br>Method or attribute name: function isScreenRotationLocked(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function isScreenRotationLocked(callback: AsyncCallback\<boolean>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
84|Access level changed|Class name: screen;<br>Method or attribute name: function isScreenRotationLocked(): Promise\<boolean>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function isScreenRotationLocked(): Promise\<boolean>;<br>New version information: systemapi|@ohos.screen.d.ts|
85|Access level changed|Class name: screen;<br>Method or attribute name: function setScreenRotationLocked(isLocked: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setScreenRotationLocked(isLocked: boolean, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
86|Access level changed|Class name: screen;<br>Method or attribute name: function setScreenRotationLocked(isLocked: boolean): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setScreenRotationLocked(isLocked: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.screen.d.ts|
87|Access level changed|Class name: ExpandOption;<br>Method or attribute name: interface ExpandOption<br>Old version information: |Class name: ExpandOption;<br>Method or attribute name: interface ExpandOption<br>New version information: systemapi|@ohos.screen.d.ts|
88|Access level changed|Class name: ExpandOption;<br>Method or attribute name: screenId: number;<br>Old version information: |Class name: ExpandOption;<br>Method or attribute name: screenId: number;<br>New version information: systemapi|@ohos.screen.d.ts|
89|Access level changed|Class name: ExpandOption;<br>Method or attribute name: startX: number;<br>Old version information: |Class name: ExpandOption;<br>Method or attribute name: startX: number;<br>New version information: systemapi|@ohos.screen.d.ts|
90|Access level changed|Class name: ExpandOption;<br>Method or attribute name: startY: number;<br>Old version information: |Class name: ExpandOption;<br>Method or attribute name: startY: number;<br>New version information: systemapi|@ohos.screen.d.ts|
91|Access level changed|Class name: VirtualScreenOption;<br>Method or attribute name: interface VirtualScreenOption<br>Old version information: |Class name: VirtualScreenOption;<br>Method or attribute name: interface VirtualScreenOption<br>New version information: systemapi|@ohos.screen.d.ts|
92|Access level changed|Class name: VirtualScreenOption;<br>Method or attribute name: name: string;<br>Old version information: |Class name: VirtualScreenOption;<br>Method or attribute name: name: string;<br>New version information: systemapi|@ohos.screen.d.ts|
93|Access level changed|Class name: VirtualScreenOption;<br>Method or attribute name: width: number;<br>Old version information: |Class name: VirtualScreenOption;<br>Method or attribute name: width: number;<br>New version information: systemapi|@ohos.screen.d.ts|
94|Access level changed|Class name: VirtualScreenOption;<br>Method or attribute name: height: number;<br>Old version information: |Class name: VirtualScreenOption;<br>Method or attribute name: height: number;<br>New version information: systemapi|@ohos.screen.d.ts|
95|Access level changed|Class name: VirtualScreenOption;<br>Method or attribute name: density: number;<br>Old version information: |Class name: VirtualScreenOption;<br>Method or attribute name: density: number;<br>New version information: systemapi|@ohos.screen.d.ts|
96|Access level changed|Class name: VirtualScreenOption;<br>Method or attribute name: surfaceId: string;<br>Old version information: |Class name: VirtualScreenOption;<br>Method or attribute name: surfaceId: string;<br>New version information: systemapi|@ohos.screen.d.ts|
97|Access level changed|Class name: Screen;<br>Method or attribute name: interface Screen<br>Old version information: |Class name: Screen;<br>Method or attribute name: interface Screen<br>New version information: systemapi|@ohos.screen.d.ts|
98|Access level changed|Class name: Screen;<br>Method or attribute name: readonly id: number;<br>Old version information: |Class name: Screen;<br>Method or attribute name: readonly id: number;<br>New version information: systemapi|@ohos.screen.d.ts|
99|Access level changed|Class name: Screen;<br>Method or attribute name: readonly parent: number;<br>Old version information: |Class name: Screen;<br>Method or attribute name: readonly parent: number;<br>New version information: systemapi|@ohos.screen.d.ts|
100|Access level changed|Class name: Screen;<br>Method or attribute name: readonly supportedModeInfo: Array\<ScreenModeInfo>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: readonly supportedModeInfo: Array\<ScreenModeInfo>;<br>New version information: systemapi|@ohos.screen.d.ts|
101|Access level changed|Class name: Screen;<br>Method or attribute name: readonly activeModeIndex: number;<br>Old version information: |Class name: Screen;<br>Method or attribute name: readonly activeModeIndex: number;<br>New version information: systemapi|@ohos.screen.d.ts|
102|Access level changed|Class name: Screen;<br>Method or attribute name: readonly orientation: Orientation;<br>Old version information: |Class name: Screen;<br>Method or attribute name: readonly orientation: Orientation;<br>New version information: systemapi|@ohos.screen.d.ts|
103|Access level changed|Class name: Screen;<br>Method or attribute name: setOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
104|Access level changed|Class name: Screen;<br>Method or attribute name: setOrientation(orientation: Orientation): Promise\<void>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setOrientation(orientation: Orientation): Promise\<void>;<br>New version information: systemapi|@ohos.screen.d.ts|
105|Access level changed|Class name: Screen;<br>Method or attribute name: setScreenActiveMode(modeIndex: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setScreenActiveMode(modeIndex: number, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
106|Access level changed|Class name: Screen;<br>Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\<void>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\<void>;<br>New version information: systemapi|@ohos.screen.d.ts|
107|Access level changed|Class name: Screen;<br>Method or attribute name: setDensityDpi(densityDpi: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setDensityDpi(densityDpi: number, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.screen.d.ts|
108|Access level changed|Class name: Screen;<br>Method or attribute name: setDensityDpi(densityDpi: number): Promise\<void>;<br>Old version information: |Class name: Screen;<br>Method or attribute name: setDensityDpi(densityDpi: number): Promise\<void>;<br>New version information: systemapi|@ohos.screen.d.ts|
109|Access level changed|Class name: Orientation;<br>Method or attribute name: enum Orientation<br>Old version information: |Class name: Orientation;<br>Method or attribute name: enum Orientation<br>New version information: systemapi|@ohos.screen.d.ts|
110|Access level changed|Class name: ScreenModeInfo;<br>Method or attribute name: interface ScreenModeInfo<br>Old version information: |Class name: ScreenModeInfo;<br>Method or attribute name: interface ScreenModeInfo<br>New version information: systemapi|@ohos.screen.d.ts|
111|Access level changed|Class name: screenshot;<br>Method or attribute name: function save(options: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>Old version information: |Class name: screenshot;<br>Method or attribute name: function save(options: ScreenshotOptions, callback: AsyncCallback\<image.PixelMap>): void;<br>New version information: systemapi|@ohos.screenshot.d.ts|
112|Access level changed|Class name: screenshot;<br>Method or attribute name: function save(callback: AsyncCallback\<image.PixelMap>): void;<br>Old version information: |Class name: screenshot;<br>Method or attribute name: function save(callback: AsyncCallback\<image.PixelMap>): void;<br>New version information: systemapi|@ohos.screenshot.d.ts|
113|Access level changed|Class name: screenshot;<br>Method or attribute name: function save(options?: ScreenshotOptions): Promise\<image.PixelMap>;<br>Old version information: |Class name: screenshot;<br>Method or attribute name: function save(options?: ScreenshotOptions): Promise\<image.PixelMap>;<br>New version information: systemapi|@ohos.screenshot.d.ts|
114|Access level changed|Class name: Rect;<br>Method or attribute name: interface Rect<br>Old version information: |Class name: Rect;<br>Method or attribute name: interface Rect<br>New version information: systemapi|@ohos.screenshot.d.ts|
115|Access level changed|Class name: Size;<br>Method or attribute name: interface Size<br>Old version information: |Class name: Size;<br>Method or attribute name: interface Size<br>New version information: systemapi|@ohos.screenshot.d.ts|
116|Access level changed|Class name: ScreenshotOptions;<br>Method or attribute name: interface ScreenshotOptions<br>Old version information: |Class name: ScreenshotOptions;<br>Method or attribute name: interface ScreenshotOptions<br>New version information: systemapi|@ohos.screenshot.d.ts|
117|Access level changed|Class name: ScreenshotOptions;<br>Method or attribute name: screenRect?: Rect;<br>Old version information: |Class name: ScreenshotOptions;<br>Method or attribute name: screenRect?: Rect;<br>New version information: systemapi|@ohos.screenshot.d.ts|
118|Access level changed|Class name: ScreenshotOptions;<br>Method or attribute name: imageSize?: Size;<br>Old version information: |Class name: ScreenshotOptions;<br>Method or attribute name: imageSize?: Size;<br>New version information: systemapi|@ohos.screenshot.d.ts|
119|Access level changed|Class name: ScreenshotOptions;<br>Method or attribute name: rotation?: number;<br>Old version information: |Class name: ScreenshotOptions;<br>Method or attribute name: rotation?: number;<br>New version information: systemapi|@ohos.screenshot.d.ts|
120|Access level changed|Class name: ScreenshotOptions;<br>Method or attribute name: displayId?: number;<br>Old version information: |Class name: ScreenshotOptions;<br>Method or attribute name: displayId?: number;<br>New version information: systemapi|@ohos.screenshot.d.ts|
121|Access level changed|Class name: WindowType;<br>Method or attribute name: TYPE_DIALOG<br>Old version information: systemapi|Class name: WindowType;<br>Method or attribute name: TYPE_DIALOG<br>New version information: |@ohos.window.d.ts|
122|Access level changed|Class name: SystemBarRegionTint;<br>Method or attribute name: type: WindowType;<br>Old version information: |Class name: SystemBarRegionTint;<br>Method or attribute name: type: WindowType;<br>New version information: systemapi|@ohos.window.d.ts|
123|Access level changed|Class name: SystemBarRegionTint;<br>Method or attribute name: isEnable?: boolean;<br>Old version information: |Class name: SystemBarRegionTint;<br>Method or attribute name: isEnable?: boolean;<br>New version information: systemapi|@ohos.window.d.ts|
124|Access level changed|Class name: SystemBarRegionTint;<br>Method or attribute name: region?: Rect;<br>Old version information: |Class name: SystemBarRegionTint;<br>Method or attribute name: region?: Rect;<br>New version information: systemapi|@ohos.window.d.ts|
125|Access level changed|Class name: SystemBarRegionTint;<br>Method or attribute name: backgroundColor?: string;<br>Old version information: |Class name: SystemBarRegionTint;<br>Method or attribute name: backgroundColor?: string;<br>New version information: systemapi|@ohos.window.d.ts|
126|Access level changed|Class name: SystemBarRegionTint;<br>Method or attribute name: contentColor?: string;<br>Old version information: |Class name: SystemBarRegionTint;<br>Method or attribute name: contentColor?: string;<br>New version information: systemapi|@ohos.window.d.ts|
127|Access level changed|Class name: SystemBarTintState;<br>Method or attribute name: displayId: number;<br>Old version information: |Class name: SystemBarTintState;<br>Method or attribute name: displayId: number;<br>New version information: systemapi|@ohos.window.d.ts|
128|Access level changed|Class name: SystemBarTintState;<br>Method or attribute name: regionTint: Array\<SystemBarRegionTint>;<br>Old version information: |Class name: SystemBarTintState;<br>Method or attribute name: regionTint: Array\<SystemBarRegionTint>;<br>New version information: systemapi|@ohos.window.d.ts|
129|Access level changed|Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version information: systemapi|@ohos.window.d.ts|
130|Access level changed|Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information: systemapi|@ohos.window.d.ts|
131|Access level changed|Class name: TranslateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: x?: number;<br>New version information: systemapi|@ohos.window.d.ts|
132|Access level changed|Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version information: systemapi|@ohos.window.d.ts|
133|Access level changed|Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information: systemapi|@ohos.window.d.ts|
134|Access level changed|Class name: TranslateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: y?: number;<br>New version information: systemapi|@ohos.window.d.ts|
135|Access level changed|Class name: ScaleOptions;<br>Method or attribute name: pivotX?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: pivotX?: number;<br>New version information: systemapi|@ohos.window.d.ts|
136|Access level changed|Class name: RotateOptions;<br>Method or attribute name: pivotX?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: pivotX?: number;<br>New version information: systemapi|@ohos.window.d.ts|
137|Access level changed|Class name: ScaleOptions;<br>Method or attribute name: pivotY?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: pivotY?: number;<br>New version information: systemapi|@ohos.window.d.ts|
138|Access level changed|Class name: RotateOptions;<br>Method or attribute name: pivotY?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: pivotY?: number;<br>New version information: systemapi|@ohos.window.d.ts|
139|Access level changed|Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information: systemapi|@ohos.window.d.ts|
140|Access level changed|Class name: TranslateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: z?: number;<br>New version information: systemapi|@ohos.window.d.ts|
141|Access level changed|Class name: TransitionContext;<br>Method or attribute name: toWindow: Window;<br>Old version information: |Class name: TransitionContext;<br>Method or attribute name: toWindow: Window;<br>New version information: systemapi|@ohos.window.d.ts|
142|Access level changed|Class name: TransitionContext;<br>Method or attribute name: completeTransition(isCompleted: boolean): void;<br>Old version information: |Class name: TransitionContext;<br>Method or attribute name: completeTransition(isCompleted: boolean): void;<br>New version information: systemapi|@ohos.window.d.ts|
143|Access level changed|Class name: TransitionController;<br>Method or attribute name: animationForShown(context: TransitionContext): void;<br>Old version information: |Class name: TransitionController;<br>Method or attribute name: animationForShown(context: TransitionContext): void;<br>New version information: systemapi|@ohos.window.d.ts|
144|Access level changed|Class name: TransitionController;<br>Method or attribute name: animationForHidden(context: TransitionContext): void;<br>Old version information: |Class name: TransitionController;<br>Method or attribute name: animationForHidden(context: TransitionContext): void;<br>New version information: systemapi|@ohos.window.d.ts|
145|Access level changed|Class name: BlurStyle;<br>Method or attribute name: OFF<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: OFF<br>New version information: systemapi|@ohos.window.d.ts|
146|Access level changed|Class name: BlurStyle;<br>Method or attribute name: THIN<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: THIN<br>New version information: systemapi|@ohos.window.d.ts|
147|Access level changed|Class name: BlurStyle;<br>Method or attribute name: REGULAR<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: REGULAR<br>New version information: systemapi|@ohos.window.d.ts|
148|Access level changed|Class name: BlurStyle;<br>Method or attribute name: THICK<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: THICK<br>New version information: systemapi|@ohos.window.d.ts|
149|Permission changed|Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function createVirtualScreen(options: VirtualScreenOption): Promise\<Screen>;<br>New version information: ohos.permission.CAPTURE_SCREEN|@ohos.screen.d.ts|
150|Permission changed|Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>Old version information: |Class name: screen;<br>Method or attribute name: function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise\<void>;<br>New version information: ohos.permission.CAPTURE_SCREEN|@ohos.screen.d.ts|
151|Model changed|Class name: WindowStageEventType;<br>Method or attribute name: SHOWN = 1<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: SHOWN = 1<br>New version information: StageModelOnly|@ohos.window.d.ts|
152|Model changed|Class name: WindowStageEventType;<br>Method or attribute name: ACTIVE<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: ACTIVE<br>New version information: StageModelOnly|@ohos.window.d.ts|
153|Model changed|Class name: WindowStageEventType;<br>Method or attribute name: INACTIVE<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: INACTIVE<br>New version information: StageModelOnly|@ohos.window.d.ts|
154|Model changed|Class name: WindowStageEventType;<br>Method or attribute name: HIDDEN<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: HIDDEN<br>New version information: StageModelOnly|@ohos.window.d.ts|
155|Type changed|Class name: RRect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information: number|@ohos.animation.windowAnimationManager.d.ts|
156|Type changed|Class name: RRect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information: number|@ohos.animation.windowAnimationManager.d.ts|
157|Type changed|Class name: RRect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information: number|@ohos.animation.windowAnimationManager.d.ts|
158|Type changed|Class name: RRect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information: number|@ohos.animation.windowAnimationManager.d.ts|
159|Type changed|Class name: RRect;<br>Method or attribute name: radius: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information: number|@ohos.animation.windowAnimationManager.d.ts|
160|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information: string|@ohos.animation.windowAnimationManager.d.ts|
161|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information: string|@ohos.animation.windowAnimationManager.d.ts|
162|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information: RRect|@ohos.animation.windowAnimationManager.d.ts|
163|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information: number|@ohos.animation.windowAnimationManager.d.ts|
164|Type changed|Class name: WindowProperties;<br>Method or attribute name: type: WindowType;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: type: WindowType;<br>New version information: WindowType|@ohos.window.d.ts|
165|Type changed|Class name: Size;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: width: number;<br>New version information: number|@ohos.window.d.ts|
166|Type changed|Class name: Size;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: height: number;<br>New version information: number|@ohos.window.d.ts|
167|Type changed|Class name: AvoidArea;<br>Method or attribute name: visible: boolean;<br>Old version information: |Class name: AvoidArea;<br>Method or attribute name: visible: boolean;<br>New version information: boolean|@ohos.window.d.ts|
168|Type changed|Class name: AvoidArea;<br>Method or attribute name: leftRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Method or attribute name: leftRect: Rect;<br>New version information: Rect|@ohos.window.d.ts|
169|Type changed|Class name: AvoidArea;<br>Method or attribute name: topRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Method or attribute name: topRect: Rect;<br>New version information: Rect|@ohos.window.d.ts|
170|Type changed|Class name: AvoidArea;<br>Method or attribute name: rightRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Method or attribute name: rightRect: Rect;<br>New version information: Rect|@ohos.window.d.ts|
171|Type changed|Class name: AvoidArea;<br>Method or attribute name: bottomRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Method or attribute name: bottomRect: Rect;<br>New version information: Rect|@ohos.window.d.ts|
172|Type changed|Class name: WindowProperties;<br>Method or attribute name: windowRect: Rect;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: windowRect: Rect;<br>New version information: Rect|@ohos.window.d.ts|
173|Type changed|Class name: WindowProperties;<br>Method or attribute name: isFullScreen: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isFullScreen: boolean;<br>New version information: boolean|@ohos.window.d.ts|
174|Type changed|Class name: WindowProperties;<br>Method or attribute name: isLayoutFullScreen: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isLayoutFullScreen: boolean;<br>New version information: boolean|@ohos.window.d.ts|
175|Type changed|Class name: WindowProperties;<br>Method or attribute name: focusable: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: focusable: boolean;<br>New version information: boolean|@ohos.window.d.ts|
176|Type changed|Class name: WindowProperties;<br>Method or attribute name: touchable: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: touchable: boolean;<br>New version information: boolean|@ohos.window.d.ts|
177|Type changed|Class name: WindowProperties;<br>Method or attribute name: brightness: number;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: brightness: number;<br>New version information: number|@ohos.window.d.ts|
178|Type changed|Class name: WindowProperties;<br>Method or attribute name: dimBehindValue: number;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: dimBehindValue: number;<br>New version information: number|@ohos.window.d.ts|
179|Type changed|Class name: WindowProperties;<br>Method or attribute name: isKeepScreenOn: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isKeepScreenOn: boolean;<br>New version information: boolean|@ohos.window.d.ts|
180|Type changed|Class name: WindowProperties;<br>Method or attribute name: isPrivacyMode: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isPrivacyMode: boolean;<br>New version information: boolean|@ohos.window.d.ts|
181|Type changed|Class name: WindowProperties;<br>Method or attribute name: isRoundCorner: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isRoundCorner: boolean;<br>New version information: boolean|@ohos.window.d.ts|
182|Type changed|Class name: WindowProperties;<br>Method or attribute name: isTransparent: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isTransparent: boolean;<br>New version information: boolean|@ohos.window.d.ts|
183|Type changed|Class name: WindowProperties;<br>Method or attribute name: id: number;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: id: number;<br>New version information: number|@ohos.window.d.ts|
184|Type changed|Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.window.d.ts|
185|Type changed|Class name: TranslateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.window.d.ts|
186|Type changed|Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.window.d.ts|
187|Type changed|Class name: TranslateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.window.d.ts|
188|Type changed|Class name: RotateOptions;<br>Method or attribute name: pivotX?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: pivotX?: number;<br>New version information: ?number|@ohos.window.d.ts|
189|Type changed|Class name: RotateOptions;<br>Method or attribute name: pivotY?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: pivotY?: number;<br>New version information: ?number|@ohos.window.d.ts|
190|Type changed|Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.window.d.ts|
191|Type changed|Class name: TranslateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.window.d.ts|
192|Type changed|Class name: TransitionContext;<br>Method or attribute name: toWindow: Window;<br>Old version information: |Class name: TransitionContext;<br>Method or attribute name: toWindow: Window;<br>New version information: Window|@ohos.window.d.ts|
193|Type changed|Class name: Configuration;<br>Method or attribute name: windowType: WindowType;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: windowType: WindowType;<br>New version information: WindowType|@ohos.window.d.ts|
194|Type changed|Class name: Configuration;<br>Method or attribute name: ctx?: BaseContext;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: ctx?: BaseContext;<br>New version information: ?BaseContext|@ohos.window.d.ts|
195|Type changed|Class name: Configuration;<br>Method or attribute name: displayId?: number;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: displayId?: number;<br>New version information: ?number|@ohos.window.d.ts|
196|Type changed|Class name: Configuration;<br>Method or attribute name: parentId?: number;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: parentId?: number;<br>New version information: ?number|@ohos.window.d.ts|
197|Cross-platform capability changed|Class name: display;<br>Method or attribute name: declare display<br>Old version information: |Class name: display;<br>Method or attribute name: declare display<br>New version information: crossplatform|@ohos.display.d.ts|
198|Cross-platform capability changed|Class name: display;<br>Method or attribute name: function getDefaultDisplaySync(): Display;<br>Old version information: |Class name: display;<br>Method or attribute name: function getDefaultDisplaySync(): Display;<br>New version information: crossplatform|@ohos.display.d.ts|
199|Cross-platform capability changed|Class name: Display;<br>Method or attribute name: interface Display<br>Old version information: |Class name: Display;<br>Method or attribute name: interface Display<br>New version information: crossplatform|@ohos.display.d.ts|
200|Cross-platform capability changed|Class name: Display;<br>Method or attribute name: id: number;<br>Old version information: |Class name: Display;<br>Method or attribute name: id: number;<br>New version information: crossplatform|@ohos.display.d.ts|
201|Cross-platform capability changed|Class name: Display;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Display;<br>Method or attribute name: width: number;<br>New version information: crossplatform|@ohos.display.d.ts|
202|Cross-platform capability changed|Class name: Display;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Display;<br>Method or attribute name: height: number;<br>New version information: crossplatform|@ohos.display.d.ts|
203|Cross-platform capability changed|Class name: window;<br>Method or attribute name: declare window<br>Old version information: |Class name: window;<br>Method or attribute name: declare window<br>New version information: crossplatform|@ohos.window.d.ts|
204|Cross-platform capability changed|Class name: window;<br>Method or attribute name: function findWindow(name: string): Window;<br>Old version information: |Class name: window;<br>Method or attribute name: function findWindow(name: string): Window;<br>New version information: crossplatform|@ohos.window.d.ts|
205|Cross-platform capability changed|Class name: window;<br>Method or attribute name: function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>Old version information: |Class name: window;<br>Method or attribute name: function getLastWindow(ctx: BaseContext, callback: AsyncCallback\<Window>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
206|Cross-platform capability changed|Class name: window;<br>Method or attribute name: function getLastWindow(ctx: BaseContext): Promise\<Window>;<br>Old version information: |Class name: window;<br>Method or attribute name: function getLastWindow(ctx: BaseContext): Promise\<Window>;<br>New version information: crossplatform|@ohos.window.d.ts|
207|Cross-platform capability changed|Class name: Rect;<br>Method or attribute name: interface Rect<br>Old version information: |Class name: Rect;<br>Method or attribute name: interface Rect<br>New version information: crossplatform|@ohos.window.d.ts|
208|Cross-platform capability changed|Class name: Rect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: left: number;<br>New version information: crossplatform|@ohos.window.d.ts|
209|Cross-platform capability changed|Class name: Rect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: top: number;<br>New version information: crossplatform|@ohos.window.d.ts|
210|Cross-platform capability changed|Class name: Rect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: width: number;<br>New version information: crossplatform|@ohos.window.d.ts|
211|Cross-platform capability changed|Class name: Size;<br>Method or attribute name: width: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: width: number;<br>New version information: crossplatform|@ohos.window.d.ts|
212|Cross-platform capability changed|Class name: Rect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Rect;<br>Method or attribute name: height: number;<br>New version information: crossplatform|@ohos.window.d.ts|
213|Cross-platform capability changed|Class name: Size;<br>Method or attribute name: height: number;<br>Old version information: |Class name: Size;<br>Method or attribute name: height: number;<br>New version information: crossplatform|@ohos.window.d.ts|
214|Cross-platform capability changed|Class name: Size;<br>Method or attribute name: interface Size<br>Old version information: |Class name: Size;<br>Method or attribute name: interface Size<br>New version information: crossplatform|@ohos.window.d.ts|
215|Cross-platform capability changed|Class name: WindowProperties;<br>Method or attribute name: interface WindowProperties<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: interface WindowProperties<br>New version information: crossplatform|@ohos.window.d.ts|
216|Cross-platform capability changed|Class name: WindowProperties;<br>Method or attribute name: windowRect: Rect;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: windowRect: Rect;<br>New version information: crossplatform|@ohos.window.d.ts|
217|Cross-platform capability changed|Class name: WindowProperties;<br>Method or attribute name: brightness: number;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: brightness: number;<br>New version information: crossplatform|@ohos.window.d.ts|
218|Cross-platform capability changed|Class name: WindowProperties;<br>Method or attribute name: isKeepScreenOn: boolean;<br>Old version information: |Class name: WindowProperties;<br>Method or attribute name: isKeepScreenOn: boolean;<br>New version information: crossplatform|@ohos.window.d.ts|
219|Cross-platform capability changed|Class name: Orientation;<br>Method or attribute name: enum Orientation<br>Old version information: |Class name: Orientation;<br>Method or attribute name: enum Orientation<br>New version information: crossplatform|@ohos.window.d.ts|
220|Cross-platform capability changed|Class name: Orientation;<br>Method or attribute name: UNSPECIFIED = 0<br>Old version information: |Class name: Orientation;<br>Method or attribute name: UNSPECIFIED = 0<br>New version information: crossplatform|@ohos.window.d.ts|
221|Cross-platform capability changed|Class name: Orientation;<br>Method or attribute name: PORTRAIT = 1<br>Old version information: |Class name: Orientation;<br>Method or attribute name: PORTRAIT = 1<br>New version information: crossplatform|@ohos.window.d.ts|
222|Cross-platform capability changed|Class name: Orientation;<br>Method or attribute name: LANDSCAPE = 2<br>Old version information: |Class name: Orientation;<br>Method or attribute name: LANDSCAPE = 2<br>New version information: crossplatform|@ohos.window.d.ts|
223|Cross-platform capability changed|Class name: Orientation;<br>Method or attribute name: PORTRAIT_INVERTED = 3<br>Old version information: |Class name: Orientation;<br>Method or attribute name: PORTRAIT_INVERTED = 3<br>New version information: crossplatform|@ohos.window.d.ts|
224|Cross-platform capability changed|Class name: Orientation;<br>Method or attribute name: LANDSCAPE_INVERTED = 4<br>Old version information: |Class name: Orientation;<br>Method or attribute name: LANDSCAPE_INVERTED = 4<br>New version information: crossplatform|@ohos.window.d.ts|
225|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: showWindow(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: showWindow(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
226|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: showWindow(): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: showWindow(): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
227|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: destroyWindow(callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: destroyWindow(callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
228|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: destroyWindow(): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: destroyWindow(): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
229|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: moveWindowTo(x: number, y: number): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: moveWindowTo(x: number, y: number): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
230|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: moveWindowTo(x: number, y: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
231|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: resize(width: number, height: number): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: resize(width: number, height: number): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
232|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
233|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: getWindowProperties(): WindowProperties;<br>Old version information: |Class name: Window;<br>Method or attribute name: getWindowProperties(): WindowProperties;<br>New version information: crossplatform|@ohos.window.d.ts|
234|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
235|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowSystemBarEnable(names: Array\<'status' \| 'navigation'>): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
236|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setPreferredOrientation(orientation: Orientation): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: setPreferredOrientation(orientation: Orientation): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
237|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
238|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
239|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
240|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: loadContent(path: string, storage: LocalStorage): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
241|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setUIContent(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: setUIContent(path: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
242|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setUIContent(path: string): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: setUIContent(path: string): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
243|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: isWindowShowing(): boolean;<br>Old version information: |Class name: Window;<br>Method or attribute name: isWindowShowing(): boolean;<br>New version information: crossplatform|@ohos.window.d.ts|
244|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowBackgroundColor(color: string): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowBackgroundColor(color: string): void;<br>New version information: crossplatform|@ohos.window.d.ts|
245|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowBrightness(brightness: number): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowBrightness(brightness: number): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
246|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowBrightness(brightness: number, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
247|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
248|Cross-platform capability changed|Class name: Window;<br>Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: Window;<br>Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
249|Cross-platform capability changed|Class name: WindowStageEventType;<br>Method or attribute name: enum WindowStageEventType<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: enum WindowStageEventType<br>New version information: crossplatform|@ohos.window.d.ts|
250|Cross-platform capability changed|Class name: WindowStageEventType;<br>Method or attribute name: SHOWN = 1<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: SHOWN = 1<br>New version information: crossplatform|@ohos.window.d.ts|
251|Cross-platform capability changed|Class name: WindowStageEventType;<br>Method or attribute name: ACTIVE<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: ACTIVE<br>New version information: crossplatform|@ohos.window.d.ts|
252|Cross-platform capability changed|Class name: WindowStageEventType;<br>Method or attribute name: INACTIVE<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: INACTIVE<br>New version information: crossplatform|@ohos.window.d.ts|
253|Cross-platform capability changed|Class name: WindowStageEventType;<br>Method or attribute name: HIDDEN<br>Old version information: |Class name: WindowStageEventType;<br>Method or attribute name: HIDDEN<br>New version information: crossplatform|@ohos.window.d.ts|
254|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: interface WindowStage<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: interface WindowStage<br>New version information: crossplatform|@ohos.window.d.ts|
255|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: getMainWindow(): Promise\<Window>;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: getMainWindow(): Promise\<Window>;<br>New version information: crossplatform|@ohos.window.d.ts|
256|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: getMainWindow(callback: AsyncCallback\<Window>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: getMainWindow(callback: AsyncCallback\<Window>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
257|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: getMainWindowSync(): Window;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: getMainWindowSync(): Window;<br>New version information: crossplatform|@ohos.window.d.ts|
258|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: createSubWindow(name: string): Promise\<Window>;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: createSubWindow(name: string): Promise\<Window>;<br>New version information: crossplatform|@ohos.window.d.ts|
259|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\<Window>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\<Window>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
260|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: getSubWindow(): Promise\<Array\<Window>>;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: getSubWindow(): Promise\<Array\<Window>>;<br>New version information: crossplatform|@ohos.window.d.ts|
261|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: getSubWindow(callback: AsyncCallback\<Array\<Window>>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
262|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\<void>;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\<void>;<br>New version information: crossplatform|@ohos.window.d.ts|
263|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: loadContent(path: string, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
264|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\<WindowStageEventType>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
265|Cross-platform capability changed|Class name: WindowStage;<br>Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;<br>Old version information: |Class name: WindowStage;<br>Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\<WindowStageEventType>): void;<br>New version information: crossplatform|@ohos.window.d.ts|
266