| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager
Method or attribute name: function setController(controller: WindowAnimationController): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager
Method or attribute name: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget,
callback: AsyncCallback\): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: windowAnimationManager
Method or attribute name: function minimizeWindowWithAnimation(windowTarget: WindowAnimationTarget): Promise\;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: left: number;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: top: number;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: width: number;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: height: number;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: RRect
Method or attribute name: radius: number;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly bundleName: string;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly abilityName: string;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly windowBounds: RRect;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationTarget
Method or attribute name: readonly missionId: number;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationFinishedCallback|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationFinishedCallback
Method or attribute name: onAnimationFinish(): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onStartAppFromLauncher(startingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onStartAppFromRecent(startingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onStartAppFromOther(startingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onAppTransition(fromWindowTarget: WindowAnimationTarget, toWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onMinimizeWindow(minimizingWindowTarget: WindowAnimationTarget,
finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onCloseWindow(closingWindowTarget: WindowAnimationTarget, finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onScreenUnlock(finishCallback: WindowAnimationFinishedCallback): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.animation.windowAnimationManager
Class name: WindowAnimationController
Method or attribute name: onWindowAnimationTargetsUpdate(fullScreenWindowTarget: WindowAnimationTarget,
floatingWindowTargets: Array\): void;|@ohos.animation.windowAnimationManager.d.ts| |Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility|@ohos.application.WindowExtensionAbility.d.ts| |Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts| |Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: onConnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts| |Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: onDisconnect(want: Want): void;|@ohos.application.WindowExtensionAbility.d.ts| |Added|NA|Module name: ohos.application.WindowExtensionAbility
Class name: WindowExtensionAbility
Method or attribute name: onWindowReady(window: window.Window): void;|@ohos.application.WindowExtensionAbility.d.ts| |Added|NA|Class name: display
Method or attribute name: function getDefaultDisplaySync(): Display;|@ohos.display.d.ts| |Added|NA|Class name: display
Method or attribute name: function getAllDisplays(callback: AsyncCallback\>): void;|@ohos.display.d.ts| |Added|NA|Class name: display
Method or attribute name: function getAllDisplays(): Promise\>;|@ohos.display.d.ts| |Added|NA|Class name: display
Method or attribute name: function hasPrivateWindow(displayId: number): boolean;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Rect|@ohos.display.d.ts| |Added|NA|Class name: Rect
Method or attribute name: |@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: left: number;|@ohos.display.d.ts| |Added|NA|Class name: Rect
Method or attribute name: left: number;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: top: number;|@ohos.display.d.ts| |Added|NA|Class name: Rect
Method or attribute name: top: number;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: width: number;|@ohos.display.d.ts| |Added|NA|Class name: Rect
Method or attribute name: width: number;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Rect
Method or attribute name: height: number;|@ohos.display.d.ts| |Added|NA|Class name: Rect
Method or attribute name: height: number;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects|@ohos.display.d.ts| |Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: |@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly left: Rect;|@ohos.display.d.ts| |Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly left: Rect;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly right: Rect;|@ohos.display.d.ts| |Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly right: Rect;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly top: Rect;|@ohos.display.d.ts| |Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly top: Rect;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly bottom: Rect;|@ohos.display.d.ts| |Added|NA|Class name: WaterfallDisplayAreaRects
Method or attribute name: readonly bottom: Rect;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: CutoutInfo|@ohos.display.d.ts| |Added|NA|Class name: CutoutInfo
Method or attribute name: |@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: CutoutInfo
Method or attribute name: readonly boundingRects: Array\;|@ohos.display.d.ts| |Added|NA|Class name: CutoutInfo
Method or attribute name: readonly boundingRects: Array\;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: CutoutInfo
Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts| |Added|NA|Class name: CutoutInfo
Method or attribute name: readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Display
Method or attribute name: getCutoutInfo(callback: AsyncCallback\): void;|@ohos.display.d.ts| |Added|NA|Class name: Display
Method or attribute name: getCutoutInfo(callback: AsyncCallback\): void;|@ohos.display.d.ts| |Added|NA|Module name: ohos.display
Class name: Display
Method or attribute name: getCutoutInfo(): Promise\;|@ohos.display.d.ts| |Added|NA|Class name: Display
Method or attribute name: getCutoutInfo(): Promise\;|@ohos.display.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function getAllScreens(callback: AsyncCallback\>): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function getAllScreens(): Promise\>;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function on(eventType: 'connect' \| 'disconnect' \| 'change', callback: Callback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function off(eventType: 'connect' \| 'disconnect' \| 'change', callback?: Callback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeExpand(options:Array\, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeExpand(options:Array\): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array\, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array\): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function createVirtualScreen(options:VirtualScreenOption, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function createVirtualScreen(options:VirtualScreenOption): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function destroyVirtualScreen(screenId:number, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function destroyVirtualScreen(screenId:number): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setVirtualScreenSurface(screenId:number, surfaceId: string, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setVirtualScreenSurface(screenId:number, surfaceId: string): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function isScreenRotationLocked(callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function isScreenRotationLocked(): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setScreenRotationLocked(isLocked:boolean, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: screen
Method or attribute name: function setScreenRotationLocked(isLocked:boolean): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ExpandOption|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ExpandOption
Method or attribute name: screenId: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ExpandOption
Method or attribute name: startX: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ExpandOption
Method or attribute name: startY: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: name: string|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: width: number|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: height: number|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: density: number|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: VirtualScreenOption
Method or attribute name: surfaceId: string|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly id: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly parent: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly supportedModeInfo: Array\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly activeModeIndex: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly orientation: Orientation;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setOrientation(orientation: Orientation, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setOrientation(orientation: Orientation): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setScreenActiveMode(modeIndex: number, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setScreenActiveMode(modeIndex: number): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setDensityDpi(densityDpi: number, callback: AsyncCallback\): void;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: setDensityDpi(densityDpi: number): Promise\;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Orientation|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: UNSPECIFIED = 0|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: VERTICAL = 1|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: HORIZONTAL = 2|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: REVERSE_VERTICAL = 3|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: Orientation
Method or attribute name: REVERSE_HORIZONTAL = 4|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: id: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: width: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: height: number;|@ohos.screen.d.ts| |Added|NA|Module name: ohos.screen
Class name: ScreenModeInfo
Method or attribute name: refreshRate: number;|@ohos.screen.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_INPUT_METHOD|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_STATUS_BAR|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_PANEL|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_KEYGUARD|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_VOLUME_OVERLAY|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_NAVIGATION_BAR|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_FLOAT|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_WALLPAPER|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_DESKTOP|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_LAUNCHER_RECENT|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_LAUNCHER_DOCK|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_VOICE_INTERACTION|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_POINTER|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_FLOAT_CAMERA|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_DIALOG|@ohos.window.d.ts| |Added|NA|Class name: WindowType
Method or attribute name: TYPE_SCREENSHOT|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: AvoidAreaType
Method or attribute name: TYPE_SYSTEM_GESTURE|@ohos.window.d.ts| |Added|NA|Class name: AvoidAreaType
Method or attribute name: TYPE_SYSTEM_GESTURE|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: AvoidAreaType
Method or attribute name: TYPE_KEYBOARD|@ohos.window.d.ts| |Added|NA|Class name: AvoidAreaType
Method or attribute name: TYPE_KEYBOARD|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowLayoutMode|@ohos.window.d.ts| |Added|NA|Class name: WindowLayoutMode
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts| |Added|NA|Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_CASCADE|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts| |Added|NA|Class name: WindowLayoutMode
Method or attribute name: WINDOW_LAYOUT_MODE_TILE|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: AvoidArea
Method or attribute name: visible: boolean;|@ohos.window.d.ts| |Added|NA|Class name: AvoidArea
Method or attribute name: visible: boolean;|@ohos.window.d.ts| |Added|NA|Class name: WindowProperties
Method or attribute name: id: number|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: ScaleOptions|@ohos.window.d.ts| |Added|NA|Class name: ScaleOptions
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| |Added|NA|Class name: ScaleOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| |Added|NA|Class name: ScaleOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| |Added|NA|Class name: ScaleOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: ScaleOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| |Added|NA|Class name: ScaleOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: RotateOptions|@ohos.window.d.ts| |Added|NA|Class name: RotateOptions
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| |Added|NA|Class name: RotateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| |Added|NA|Class name: RotateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| |Added|NA|Class name: RotateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| |Added|NA|Class name: RotateOptions
Method or attribute name: pivotX?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: RotateOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| |Added|NA|Class name: RotateOptions
Method or attribute name: pivotY?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TranslateOptions|@ohos.window.d.ts| |Added|NA|Class name: TranslateOptions
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TranslateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| |Added|NA|Class name: TranslateOptions
Method or attribute name: x?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TranslateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| |Added|NA|Class name: TranslateOptions
Method or attribute name: y?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TranslateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| |Added|NA|Class name: TranslateOptions
Method or attribute name: z?: number;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TransitionContext|@ohos.window.d.ts| |Added|NA|Class name: TransitionContext
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TransitionContext
Method or attribute name: toWindow: Window|@ohos.window.d.ts| |Added|NA|Class name: TransitionContext
Method or attribute name: toWindow: Window|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TransitionContext
Method or attribute name: completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts| |Added|NA|Class name: TransitionContext
Method or attribute name: completeTransition(isCompleted: boolean): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TransitionController|@ohos.window.d.ts| |Added|NA|Class name: TransitionController
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TransitionController
Method or attribute name: animationForShown(context: TransitionContext): void;|@ohos.window.d.ts| |Added|NA|Class name: TransitionController
Method or attribute name: animationForShown(context: TransitionContext): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: TransitionController
Method or attribute name: animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts| |Added|NA|Class name: TransitionController
Method or attribute name: animationForHidden(context: TransitionContext): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Configuration|@ohos.window.d.ts| |Added|NA|Class name: Configuration
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: name: string|@ohos.window.d.ts| |Added|NA|Class name: Configuration
Method or attribute name: name: string|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: windowType: WindowType|@ohos.window.d.ts| |Added|NA|Class name: Configuration
Method or attribute name: windowType: WindowType|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: ctx?: BaseContext|@ohos.window.d.ts| |Added|NA|Class name: Configuration
Method or attribute name: ctx?: BaseContext|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: displayId?: number|@ohos.window.d.ts| |Added|NA|Class name: Configuration
Method or attribute name: displayId?: number|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Configuration
Method or attribute name: parentId?: number|@ohos.window.d.ts| |Added|NA|Class name: Configuration
Method or attribute name: parentId?: number|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function createWindow(config: Configuration, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function createWindow(config: Configuration): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function findWindow(name: string): Window;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function getLastWindow(ctx: BaseContext, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function getLastWindow(ctx: BaseContext): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function minimizeAll(id: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function minimizeAll(id: number): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function toggleShownStateForAllAppWindows(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function toggleShownStateForAllAppWindows(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: window
Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode): Promise\;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: UNSPECIFIED = 0|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: UNSPECIFIED = 0|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: PORTRAIT = 1|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: PORTRAIT = 1|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: LANDSCAPE = 2|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: LANDSCAPE = 2|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 3|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 3|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 4|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 4|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION = 5|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION = 5|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT = 6|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE = 7|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_RESTRICTED = 8|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_PORTRAIT_RESTRICTED = 9|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: Orientation
Method or attribute name: LOCKED = 11|@ohos.window.d.ts| |Added|NA|Class name: Orientation
Method or attribute name: LOCKED = 11|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: BlurStyle|@ohos.window.d.ts| |Added|NA|Class name: BlurStyle
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: OFF|@ohos.window.d.ts| |Added|NA|Class name: BlurStyle
Method or attribute name: OFF|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: THIN|@ohos.window.d.ts| |Added|NA|Class name: BlurStyle
Method or attribute name: THIN|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: REGULAR|@ohos.window.d.ts| |Added|NA|Class name: BlurStyle
Method or attribute name: REGULAR|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: BlurStyle
Method or attribute name: THICK|@ohos.window.d.ts| |Added|NA|Class name: BlurStyle
Method or attribute name: THICK|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: hideWithAnimation(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: hideWithAnimation(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: showWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: showWindow(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: showWithAnimation(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: showWithAnimation(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: destroyWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: destroyWindow(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: moveWindowTo(x: number, y: number): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: moveWindowTo(x: number, y: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: resize(width: number, height: number): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowMode(mode: WindowMode): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowMode(mode: WindowMode, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: getWindowProperties(): WindowProperties;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: getWindowAvoidArea(type: AvoidAreaType): AvoidArea;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setPreferredOrientation(orientation: Orientation): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setUIContent(path: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setUIContent(path: string): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: isWindowShowing(): boolean;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: on(type: 'avoidAreaChange', callback: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: off(type: 'avoidAreaChange', callback?: Callback\<{ type: AvoidAreaType, area: AvoidArea }>): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: on(type: 'touchOutside', callback: Callback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: off(type: 'touchOutside', callback?: Callback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: on(type: 'screenshot', callback: Callback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: off(type: 'screenshot', callback?: Callback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback\, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: isWindowSupportWideGamut(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: isWindowSupportWideGamut(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: getWindowColorSpace(): ColorSpace;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowBackgroundColor(color: string): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowBrightness(brightness: number): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowBrightness(brightness: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowFocusable(isFocusable: boolean): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowFocusable(isFocusable: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWakeUpScreen(wakeUp: boolean): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setSnapshotSkip(isSkip: boolean): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowTouchable(isTouchable: boolean): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setWindowTouchable(isTouchable: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: snapshot(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: snapshot(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: opacity(opacity: number): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: scale(scaleOptions: ScaleOptions): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: rotate(rotateOptions: RotateOptions): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: translate(translateOptions: TranslateOptions): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: getTransitionController(): TransitionController;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setBlur(radius: number): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setBackdropBlur(radius: number): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setBackdropBlurStyle(blurStyle: BlurStyle): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setShadow(radius: number, color?: string, offsetX?: number, offsetY?: number): void;|@ohos.window.d.ts| |Added|NA|Class name: Window
Method or attribute name: setCornerRadius(cornerRadius: number): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStageEventType|@ohos.window.d.ts| |Added|NA|Class name: WindowStageEventType
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: SHOWN = 1|@ohos.window.d.ts| |Added|NA|Class name: WindowStageEventType
Method or attribute name: SHOWN = 1|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: ACTIVE|@ohos.window.d.ts| |Added|NA|Class name: WindowStageEventType
Method or attribute name: ACTIVE|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: INACTIVE|@ohos.window.d.ts| |Added|NA|Class name: WindowStageEventType
Method or attribute name: INACTIVE|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStageEventType
Method or attribute name: HIDDEN|@ohos.window.d.ts| |Added|NA|Class name: WindowStageEventType
Method or attribute name: HIDDEN|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: |@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getMainWindow(): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: getMainWindow(): Promise\;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getMainWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: getMainWindow(callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getMainWindowSync(): Window;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: getMainWindowSync(): Window;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: createSubWindow(name: string): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: createSubWindow(name: string): Promise\;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: createSubWindow(name: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getSubWindow(): Promise\>;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: getSubWindow(): Promise\>;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: getSubWindow(callback: AsyncCallback\>): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: getSubWindow(callback: AsyncCallback\>): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise\;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback\): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback\): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: disableWindowDecor(): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: disableWindowDecor(): void;|@ohos.window.d.ts| |Added|NA|Module name: ohos.window
Class name: WindowStage
Method or attribute name: setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts| |Added|NA|Class name: WindowStage
Method or attribute name: setShowOnLockScreen(showOnLockScreen: boolean): void;|@ohos.window.d.ts| |Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext|WindowExtensionContext.d.ts| |Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext
Method or attribute name: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|WindowExtensionContext.d.ts| |Added|NA|Module name: WindowExtensionContext
Class name: WindowExtensionContext
Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise\;|WindowExtensionContext.d.ts| |Model changed|Class name: WindowType
Method or attribute name: TYPE_APP
Model: N/A|Class name: WindowType
Method or attribute name: TYPE_APP
Model: @FAModelOnly|@ohos.window.d.ts| |Model changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Model: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.window.d.ts| |Model changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Model: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Model: @FAModelOnly|@ohos.window.d.ts| |Model changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Model: N/A|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Model: @FAModelOnly|@ohos.window.d.ts| |Model changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Model: N/A|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Model: @FAModelOnly|@ohos.window.d.ts| |Deprecated version changed|Class name: display
Method or attribute name: function getDefaultDisplay(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: display
Method or attribute name: function getDefaultDisplay(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| |Deprecated version changed|Class name: display
Method or attribute name: function getDefaultDisplay(): Promise\;
Deprecated version: N/A|Class name: display
Method or attribute name: function getDefaultDisplay(): Promise\;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| |Deprecated version changed|Class name: display
Method or attribute name: function getAllDisplay(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: display
Method or attribute name: function getAllDisplay(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| |Deprecated version changed|Class name: display
Method or attribute name: function getAllDisplay(): Promise\>;
Deprecated version: N/A|Class name: display
Method or attribute name: function getAllDisplay(): Promise\>;
Deprecated version: 9
Substitute API: ohos.display|@ohos.display.d.ts| |Deprecated version changed|Class name: WindowProperties
Method or attribute name: dimBehindValue: number
Deprecated version: N/A|Class name: WindowProperties
Method or attribute name: dimBehindValue: number
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: WindowProperties
Method or attribute name: isRoundCorner: boolean
Deprecated version: N/A|Class name: WindowProperties
Method or attribute name: isRoundCorner: boolean
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| |Deprecated version changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Deprecated version: N/A|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| |Deprecated version changed|Class name: window
Method or attribute name: function find(id: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: window
Method or attribute name: function find(id: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| |Deprecated version changed|Class name: window
Method or attribute name: function find(id: string): Promise\;
Deprecated version: N/A|Class name: window
Method or attribute name: function find(id: string): Promise\;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| |Deprecated version changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| |Deprecated version changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Deprecated version: N/A|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
Deprecated version: 9
Substitute API: ohos.window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: show(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: show(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: show(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: show(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: destroy(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: destroy(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: destroy(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: destroy(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: moveTo(x: number, y: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: moveTo(x: number, y: number): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: resetSize(width: number, height: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: resetSize(width: number, height: number): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setWindowType(type: WindowType): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setWindowType(type: WindowType): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: getProperties(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: getProperties(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: getProperties(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: getProperties(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFullScreen(isFullScreen: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarEnable(names: Array\<'status'\|'navigation'>): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: isShowing(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: isShowing(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: isShowing(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: isShowing(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: isSupportWideGamut(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: isSupportWideGamut(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: isSupportWideGamut(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: isSupportWideGamut(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: getColorSpace(): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: getColorSpace(): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: getColorSpace(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: getColorSpace(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setBackgroundColor(color: string): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBackgroundColor(color: string): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setBrightness(brightness: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBrightness(brightness: number): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setDimBehind(dimBehindValue: number): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean): Promise\;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: N/A|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean): Promise\;
Deprecated version: N/A|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean): Promise\;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Deprecated version changed|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: Window
Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: ohos.window.Window|@ohos.window.d.ts| |Error code added|NA|Class name: display
Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\): void;
Error code: 401|@ohos.display.d.ts| |Error code added|NA|Class name: display
Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\): void;
Error code: 401|@ohos.display.d.ts| |Error code added|NA|Class name: display
Method or attribute name: function on(type: 'add' \| 'remove' \| 'change', callback: Callback\): void;
Error code: 401|@ohos.display.d.ts| |Error code added|NA|Class name: display
Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\): void;
Error code: 401|@ohos.display.d.ts| |Error code added|NA|Class name: display
Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\): void;
Error code: 401|@ohos.display.d.ts| |Error code added|NA|Class name: display
Method or attribute name: function off(type: 'add' \| 'remove' \| 'change', callback?: Callback\): void;
Error code: 401|@ohos.display.d.ts| |Error code added|NA|Class name: screenshot
Method or attribute name: function save(options?: ScreenshotOptions): Promise\;
Error code: 201, 401|@ohos.screenshot.d.ts| |Error code added|NA|Class name: window
Method or attribute name: function on(type: 'systemBarTintChange', callback: Callback\): void;
Error code: 401|@ohos.window.d.ts| |Error code added|NA|Class name: window
Method or attribute name: function off(type: 'systemBarTintChange', callback?: Callback\): void;
Error code: 401|@ohos.window.d.ts| |Error code added|NA|Class name: Window
Method or attribute name: hide (callback: AsyncCallback\): void;
Error code: 1300002|@ohos.window.d.ts| |Error code added|NA|Class name: Window
Method or attribute name: hide(): Promise\;
Error code: 1300002|@ohos.window.d.ts| |Error code added|NA|Class name: Window
Method or attribute name: on(type: 'windowSizeChange', callback: Callback\): void;
Error code: 401|@ohos.window.d.ts| |Error code added|NA|Class name: Window
Method or attribute name: off(type: 'windowSizeChange', callback?: Callback\): void;
Error code: 401|@ohos.window.d.ts| |Error code added|NA|Class name: Window
Method or attribute name: on(type: 'keyboardHeightChange', callback: Callback\): void;
Error code: 401|@ohos.window.d.ts| |Error code added|NA|Class name: Window
Method or attribute name: off(type: 'keyboardHeightChange', callback?: Callback\): void;
Error code: 401|@ohos.window.d.ts| |Function changed|Class name: screenshot
Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback\): void;
|Class name: screenshot
Method or attribute name: function save(options: ScreenshotOptions, callback: AsyncCallback\): void;
|@ohos.screenshot.d.ts| |Function changed|Class name: screenshot
Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback\): void;
|Class name: screenshot
Method or attribute name: function save(callback: AsyncCallback\): void;
|@ohos.screenshot.d.ts| |Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise\;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context): Promise\;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: window
Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback\): void;
|Class name: window
Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
|Class name: Window
Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
|Class name: Window
Method or attribute name: loadContent(path: string, storage: LocalStorage): Promise\;
|@ohos.window.d.ts| |Function changed|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
|Class name: Window
Method or attribute name: loadContent(path: string, callback: AsyncCallback\): void;
|@ohos.window.d.ts| |Function changed|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
|Class name: Window
Method or attribute name: loadContent(path: string): Promise\;
|@ohos.window.d.ts|