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<WindowAnimationFinishedCallback>): 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<WindowAnimationFinishedCallback>; |
@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<WindowAnimationTarget>): 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<Array<Display>>): void; |
@ohos.display.d.ts |
Added | NA | Class name: display Method or attribute name: function getAllDisplays(): Promise<Array<Display>>; |
@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<Rect>; |
@ohos.display.d.ts |
Added | NA | Class name: CutoutInfo Method or attribute name: readonly boundingRects: Array<Rect>; |
@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<CutoutInfo>): void; |
@ohos.display.d.ts |
Added | NA | Class name: Display Method or attribute name: getCutoutInfo(callback: AsyncCallback<CutoutInfo>): void; |
@ohos.display.d.ts |
Added | NA | Module name: ohos.display Class name: Display Method or attribute name: getCutoutInfo(): Promise<CutoutInfo>; |
@ohos.display.d.ts |
Added | NA | Class name: Display Method or attribute name: getCutoutInfo(): Promise<CutoutInfo>; |
@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<Array<Screen>>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function getAllScreens(): Promise<Array<Screen>>; |
@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<number>): 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<number>): 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<number>): 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<number>): 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<number>): 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<number>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function makeExpand(options:Array<ExpandOption>, callback: AsyncCallback<number>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function makeExpand(options:Array<ExpandOption>): Promise<number>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array<number>, callback: AsyncCallback<number>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function makeMirror(mainScreen:number, mirrorScreen:Array<number>): Promise<number>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function createVirtualScreen(options:VirtualScreenOption, callback: AsyncCallback<Screen>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function createVirtualScreen(options:VirtualScreenOption): Promise<Screen>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function destroyVirtualScreen(screenId:number, callback: AsyncCallback<void>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function destroyVirtualScreen(screenId:number): Promise<void>; |
@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>): 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<void>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function isScreenRotationLocked(callback: AsyncCallback<boolean>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function isScreenRotationLocked(): Promise<boolean>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function setScreenRotationLocked(isLocked:boolean, callback: AsyncCallback<void>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: screen Method or attribute name: function setScreenRotationLocked(isLocked:boolean): Promise<void>; |
@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<ScreenModeInfo>; |
@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>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: Screen Method or attribute name: setOrientation(orientation: Orientation): Promise<void>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: Screen Method or attribute name: setScreenActiveMode(modeIndex: number, callback: AsyncCallback<void>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: Screen Method or attribute name: setScreenActiveMode(modeIndex: number): Promise<void>; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: Screen Method or attribute name: setDensityDpi(densityDpi: number, callback: AsyncCallback<void>): void; |
@ohos.screen.d.ts |
Added | NA | Module name: ohos.screen Class name: Screen Method or attribute name: setDensityDpi(densityDpi: number): Promise<void>; |
@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<Window>): void; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function createWindow(config: Configuration): Promise<Window>; |
@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<Window>): void; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function getLastWindow(ctx: BaseContext): Promise<Window>; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function minimizeAll(id: number, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function minimizeAll(id: number): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function toggleShownStateForAllAppWindows(callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function toggleShownStateForAllAppWindows(): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: window Method or attribute name: function setWindowLayoutMode(mode: WindowLayoutMode): Promise<void>; |
@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>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: hideWithAnimation(): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: showWindow(callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: showWindow(): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: showWithAnimation(callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: showWithAnimation(): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: destroyWindow(callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: destroyWindow(): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: moveWindowTo(x: number, y: number): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: moveWindowTo(x: number, y: number, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: resize(width: number, height: number): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: resize(width: number, height: number, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowMode(mode: WindowMode): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowMode(mode: WindowMode, callback: AsyncCallback<void>): 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>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowLayoutFullScreen(isLayoutFullScreen: boolean): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowSystemBarEnable(names: Array<'status'|'navigation'>, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowSystemBarEnable(names: Array<'status'|'navigation'>): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setPreferredOrientation(orientation: Orientation): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setPreferredOrientation(orientation: Orientation, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setUIContent(path: string, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setUIContent(path: string): Promise<void>; |
@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>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: off(type: 'touchOutside', callback?: Callback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: on(type: 'screenshot', callback: Callback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: off(type: 'screenshot', callback?: Callback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback<void>): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: bindDialogTarget(token: rpc.RemoteObject, deathCallback: Callback<void>, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback<void>): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback<void>, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: isWindowSupportWideGamut(): Promise<boolean>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: isWindowSupportWideGamut(callback: AsyncCallback<boolean>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowColorSpace(colorSpace:ColorSpace, callback: AsyncCallback<void>): 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<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowBrightness(brightness: number, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowFocusable(isFocusable: boolean): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowFocusable(isFocusable: boolean, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): 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<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): 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<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setWindowTouchable(isTouchable: boolean, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: setForbidSplitMove(isForbidSplitMove: boolean): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: snapshot(callback: AsyncCallback<image.PixelMap>): void; |
@ohos.window.d.ts |
Added | NA | Class name: Window Method or attribute name: snapshot(): Promise<image.PixelMap>; |
@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<Window>; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: getMainWindow(): Promise<Window>; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: getMainWindow(callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: getMainWindow(callback: AsyncCallback<Window>): 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<Window>; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: createSubWindow(name: string): Promise<Window>; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: createSubWindow(name: string, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: createSubWindow(name: string, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: getSubWindow(): Promise<Array<Window>>; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: getSubWindow(): Promise<Array<Window>>; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: getSubWindow(callback: AsyncCallback<Array<Window>>): void; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: getSubWindow(callback: AsyncCallback<Array<Window>>): 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>): void; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: loadContent(path: string, storage?: LocalStorage): Promise<void>; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: loadContent(path: string, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback<WindowStageEventType>): void; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: on(eventType: 'windowStageEvent', callback: Callback<WindowStageEventType>): void; |
@ohos.window.d.ts |
Added | NA | Module name: ohos.window Class name: WindowStage Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback<WindowStageEventType>): void; |
@ohos.window.d.ts |
Added | NA | Class name: WindowStage Method or attribute name: off(eventType: 'windowStageEvent', callback?: Callback<WindowStageEventType>): 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>): void; |
WindowExtensionContext.d.ts |
Added | NA | Module name: WindowExtensionContext Class name: WindowExtensionContext Method or attribute name: startAbility(want: Want, options?: StartOptions): Promise<void>; |
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<Window>): void; Model: N/A |
Class name: window Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; Model: @FAModelOnly |
@ohos.window.d.ts |
Model changed | Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; Model: N/A |
Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; Model: @FAModelOnly |
@ohos.window.d.ts |
Model changed | Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): void; Model: N/A |
Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): void; Model: @FAModelOnly |
@ohos.window.d.ts |
Model changed | Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; Model: N/A |
Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; Model: @FAModelOnly |
@ohos.window.d.ts |
Deprecated version changed | Class name: display Method or attribute name: function getDefaultDisplay(callback: AsyncCallback<Display>): void; Deprecated version: N/A |
Class name: display Method or attribute name: function getDefaultDisplay(callback: AsyncCallback<Display>): 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<Display>; Deprecated version: N/A |
Class name: display Method or attribute name: function getDefaultDisplay(): Promise<Display>; 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<Array<Display>>): void; Deprecated version: N/A |
Class name: display Method or attribute name: function getAllDisplay(callback: AsyncCallback<Array<Display>>): 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<Array<Display>>; Deprecated version: N/A |
Class name: display Method or attribute name: function getAllDisplay(): Promise<Array<Display>>; 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<Window>): void; Deprecated version: N/A |
Class name: window Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): 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<Window>; Deprecated version: N/A |
Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; 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<Window>): void; Deprecated version: N/A |
Class name: window Method or attribute name: function find(id: string, callback: AsyncCallback<Window>): 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<Window>; Deprecated version: N/A |
Class name: window Method or attribute name: function find(id: string): Promise<Window>; 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<Window>): void; Deprecated version: N/A |
Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): 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<Window>; Deprecated version: N/A |
Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: show(callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: show(): Promise<void>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: destroy(callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: destroy(): Promise<void>; 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: moveTo(x: number, y: number): Promise<void>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: resetSize(width: number, height: number): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: resetSize(width: number, height: number, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setWindowType(type: WindowType): Promise<void>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setWindowType(type: WindowType, callback: AsyncCallback<void>): 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<WindowProperties>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: getProperties(callback: AsyncCallback<WindowProperties>): 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<WindowProperties>; Deprecated version: N/A |
Class name: Window Method or attribute name: getProperties(): Promise<WindowProperties>; 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<AvoidArea>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: getAvoidArea(type: AvoidAreaType, callback: AsyncCallback<AvoidArea>): 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<AvoidArea>; Deprecated version: N/A |
Class name: Window Method or attribute name: getAvoidArea(type: AvoidAreaType): Promise<AvoidArea>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setFullScreen(isFullScreen: boolean): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setLayoutFullScreen(isLayoutFullScreen: boolean): Promise<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'>, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setSystemBarEnable(names: Array<'status'|'navigation'>, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setSystemBarEnable(names: Array<'status'|'navigation'>): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: loadContent(path: string, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: loadContent(path: string): Promise<void>; 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<boolean>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: isShowing(callback: AsyncCallback<boolean>): 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<boolean>; Deprecated version: N/A |
Class name: Window Method or attribute name: isShowing(): Promise<boolean>; 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<AvoidArea>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: on(type: 'systemAvoidAreaChange', callback: Callback<AvoidArea>): 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<AvoidArea>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: off(type: 'systemAvoidAreaChange', callback?: Callback<AvoidArea>): 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<boolean>; Deprecated version: N/A |
Class name: Window Method or attribute name: isSupportWideGamut(): Promise<boolean>; 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<boolean>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: isSupportWideGamut(callback: AsyncCallback<boolean>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setColorSpace(colorSpace:ColorSpace): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setColorSpace(colorSpace:ColorSpace, callback: AsyncCallback<void>): 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<ColorSpace>; Deprecated version: N/A |
Class name: Window Method or attribute name: getColorSpace(): Promise<ColorSpace>; 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<ColorSpace>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: getColorSpace(callback: AsyncCallback<ColorSpace>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setBackgroundColor(color: string): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setBackgroundColor(color: string, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setBrightness(brightness: number): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setBrightness(brightness: number, callback: AsyncCallback<void>): 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setDimBehind(dimBehindValue: number, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setDimBehind(dimBehindValue: number): Promise<void>; 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setFocusable(isFocusable: boolean): Promise<void>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setFocusable(isFocusable: boolean, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setKeepScreenOn(isKeepScreenOn: boolean, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setOutsideTouchable(touchable: boolean): Promise<void>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setOutsideTouchable(touchable: boolean, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setPrivacyMode(isPrivacyMode: boolean): Promise<void>; 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>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): 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<void>; Deprecated version: N/A |
Class name: Window Method or attribute name: setTouchable(isTouchable: boolean): Promise<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, callback: AsyncCallback<void>): void; Deprecated version: N/A |
Class name: Window Method or attribute name: setTouchable(isTouchable: boolean, callback: AsyncCallback<void>): 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<number>): 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<number>): 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<number>): 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<number>): 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<number>): 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<number>): void; Error code: 401 |
@ohos.display.d.ts |
Error code added | NA | Class name: screenshot Method or attribute name: function save(options?: ScreenshotOptions): Promise<image.PixelMap>; 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<SystemBarTintState>): 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<SystemBarTintState>): void; Error code: 401 |
@ohos.window.d.ts |
Error code added | NA | Class name: Window Method or attribute name: hide (callback: AsyncCallback<void>): void; Error code: 1300002 |
@ohos.window.d.ts |
Error code added | NA | Class name: Window Method or attribute name: hide(): Promise<void>; Error code: 1300002 |
@ohos.window.d.ts |
Error code added | NA | Class name: Window Method or attribute name: on(type: 'windowSizeChange', callback: Callback<Size>): void; Error code: 401 |
@ohos.window.d.ts |
Error code added | NA | Class name: Window Method or attribute name: off(type: 'windowSizeChange', callback?: Callback<Size>): void; Error code: 401 |
@ohos.window.d.ts |
Error code added | NA | Class name: Window Method or attribute name: on(type: 'keyboardHeightChange', callback: Callback<number>): void; Error code: 401 |
@ohos.window.d.ts |
Error code added | NA | Class name: Window Method or attribute name: off(type: 'keyboardHeightChange', callback?: Callback<number>): void; Error code: 401 |
@ohos.window.d.ts |
Function changed | Class name: screenshot Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback<image.PixelMap>): void; |
Class name: screenshot Method or attribute name: function save(options: ScreenshotOptions, callback: AsyncCallback<image.PixelMap>): void; |
@ohos.screenshot.d.ts |
Function changed | Class name: screenshot Method or attribute name: function save(options?: ScreenshotOptions, callback: AsyncCallback<image.PixelMap>): void; |
Class name: screenshot Method or attribute name: function save(callback: AsyncCallback<image.PixelMap>): void; |
@ohos.screenshot.d.ts |
Function changed | Class name: window Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; |
Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise<Window>; |
Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(id: string, type: WindowType): Promise<Window>; |
Class name: window Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(ctx: Context, id: string, type: WindowType): Promise<Window>; |
Class name: window Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function create(ctx: Context, id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; |
Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(ctx: Context): Promise<Window>; |
Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(): Promise<Window>; |
Class name: window Method or attribute name: function getTopWindow(ctx: BaseContext): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(ctx: Context): Promise<Window>; |
Class name: window Method or attribute name: function getTopWindow(ctx: BaseContext): Promise<Window>; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: window Method or attribute name: function getTopWindow(ctx: Context, callback: AsyncCallback<Window>): void; |
Class name: window Method or attribute name: function getTopWindow(ctx: BaseContext, callback: AsyncCallback<Window>): void; |
@ohos.window.d.ts |
Function changed | Class name: Window Method or attribute name: loadContent(path: string, callback: AsyncCallback<void>): void; |
Class name: Window Method or attribute name: loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Function changed | Class name: Window Method or attribute name: loadContent(path: string): Promise<void>; |
Class name: Window Method or attribute name: loadContent(path: string, storage: LocalStorage): Promise<void>; |
@ohos.window.d.ts |
Function changed | Class name: Window Method or attribute name: loadContent(path: string, callback: AsyncCallback<void>): void; |
Class name: Window Method or attribute name: loadContent(path: string, callback: AsyncCallback<void>): void; |
@ohos.window.d.ts |
Function changed | Class name: Window Method or attribute name: loadContent(path: string): Promise<void>; |
Class name: Window Method or attribute name: loadContent(path: string): Promise<void>; |
@ohos.window.d.ts |