| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:WindowExtensionAbility
方法or属性:context: WindowExtensionContext;|@ohos.application.WindowExtensionAbility.d.ts|
|新增|NA|类名:Window
方法or属性:bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\): Promise\;|@ohos.window.d.ts|
|新增|NA|类名:Window
方法or属性:bindDialogTarget(requestInfo: dialogRequest.RequestInfo, deathCallback: Callback\, callback: AsyncCallback\): void;|@ohos.window.d.ts|
|新增|NA|模块名: WindowExtensionContext
类名: WindowExtensionContext|WindowExtensionContext.d.ts|
|新增|NA|模块名: WindowExtensionContext
类名: WindowExtensionContext
方法 or 属性: startAbility(want: Want, options: StartOptions, callback: AsyncCallback\): void;|WindowExtensionContext.d.ts|
|新增|NA|模块名: WindowExtensionContext
类名: WindowExtensionContext
方法 or 属性: startAbility(want: Want, options?: StartOptions): Promise\;|WindowExtensionContext.d.ts|
|删除|模块名:ohos.window
类名:Window
方法 or 属性:on(type: 'dialogTargetTouch', callback: Callback\): void;|NA|@ohos.window.d.ts|
|删除|模块名:ohos.window
类名:Window
方法 or 属性:off(type: 'dialogTargetTouch', callback?: Callback\): void;|NA|@ohos.window.d.ts|
|访问级别有变化|类名:WindowAnimationFinishedCallback
方法 or 属性:onAnimationFinish(): void;
访问级别:公开API|类名:WindowAnimationFinishedCallback
方法 or 属性:onAnimationFinish(): void;
访问级别:系统API|@ohos.animation.windowAnimationManager.d.ts|
|访问级别有变化|类名:WindowType
方法 or 属性:TYPE_FLOAT_CAMERA
访问级别:公开API|类名:WindowType
方法 or 属性:TYPE_FLOAT_CAMERA
访问级别:系统API|@ohos.window.d.ts|
|起始版本有变化|类名:RRect
方法 or 属性:left: number;
起始版本:N/A|类名:RRect
方法 or 属性:left: number;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:RRect
方法 or 属性:top: number;
起始版本:N/A|类名:RRect
方法 or 属性:top: number;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:RRect
方法 or 属性:width: number;
起始版本:N/A|类名:RRect
方法 or 属性:width: number;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:RRect
方法 or 属性:height: number;
起始版本:N/A|类名:RRect
方法 or 属性:height: number;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:RRect
方法 or 属性:radius: number;
起始版本:N/A|类名:RRect
方法 or 属性:radius: number;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:WindowAnimationTarget
方法 or 属性:readonly bundleName: string;
起始版本:N/A|类名:WindowAnimationTarget
方法 or 属性:readonly bundleName: string;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:WindowAnimationTarget
方法 or 属性:readonly abilityName: string;
起始版本:N/A|类名:WindowAnimationTarget
方法 or 属性:readonly abilityName: string;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:WindowAnimationTarget
方法 or 属性:readonly windowBounds: RRect;
起始版本:N/A|类名:WindowAnimationTarget
方法 or 属性:readonly windowBounds: RRect;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:WindowAnimationTarget
方法 or 属性:readonly missionId: number;
起始版本:N/A|类名:WindowAnimationTarget
方法 or 属性:readonly missionId: number;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:WindowAnimationFinishedCallback
方法 or 属性:onAnimationFinish(): void;
起始版本:N/A|类名:WindowAnimationFinishedCallback
方法 or 属性:onAnimationFinish(): void;
起始版本:9|@ohos.animation.windowAnimationManager.d.ts|
|起始版本有变化|类名:Rect
方法 or 属性:left: number;
起始版本:N/A|类名:Rect
方法 or 属性:left: number;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:Rect
方法 or 属性:top: number;
起始版本:N/A|类名:Rect
方法 or 属性:top: number;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:Rect
方法 or 属性:width: number;
起始版本:N/A|类名:Rect
方法 or 属性:width: number;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:Rect
方法 or 属性:height: number;
起始版本:N/A|类名:Rect
方法 or 属性:height: number;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly left: Rect;
起始版本:N/A|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly left: Rect;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly right: Rect;
起始版本:N/A|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly right: Rect;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly top: Rect;
起始版本:N/A|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly top: Rect;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly bottom: Rect;
起始版本:N/A|类名:WaterfallDisplayAreaRects
方法 or 属性:readonly bottom: Rect;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:CutoutInfo
方法 or 属性:readonly boundingRects: Array\;
起始版本:N/A|类名:CutoutInfo
方法 or 属性:readonly boundingRects: Array\;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:CutoutInfo
方法 or 属性:readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;
起始版本:N/A|类名:CutoutInfo
方法 or 属性:readonly waterfallDisplayAreaRects: WaterfallDisplayAreaRects;
起始版本:9|@ohos.display.d.ts|
|起始版本有变化|类名:ScaleOptions
方法 or 属性:x?: number;
起始版本:N/A|类名:ScaleOptions
方法 or 属性:x?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:ScaleOptions
方法 or 属性:y?: number;
起始版本:N/A|类名:ScaleOptions
方法 or 属性:y?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:ScaleOptions
方法 or 属性:pivotX?: number;
起始版本:N/A|类名:ScaleOptions
方法 or 属性:pivotX?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:ScaleOptions
方法 or 属性:pivotY?: number;
起始版本:N/A|类名:ScaleOptions
方法 or 属性:pivotY?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:RotateOptions
方法 or 属性:x?: number;
起始版本:N/A|类名:RotateOptions
方法 or 属性:x?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:RotateOptions
方法 or 属性:y?: number;
起始版本:N/A|类名:RotateOptions
方法 or 属性:y?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:RotateOptions
方法 or 属性:z?: number;
起始版本:N/A|类名:RotateOptions
方法 or 属性:z?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:RotateOptions
方法 or 属性:pivotX?: number;
起始版本:N/A|类名:RotateOptions
方法 or 属性:pivotX?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:RotateOptions
方法 or 属性:pivotY?: number;
起始版本:N/A|类名:RotateOptions
方法 or 属性:pivotY?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TranslateOptions
方法 or 属性:x?: number;
起始版本:N/A|类名:TranslateOptions
方法 or 属性:x?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TranslateOptions
方法 or 属性:y?: number;
起始版本:N/A|类名:TranslateOptions
方法 or 属性:y?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TranslateOptions
方法 or 属性:z?: number;
起始版本:N/A|类名:TranslateOptions
方法 or 属性:z?: number;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TransitionContext
方法 or 属性:toWindow: Window
起始版本:N/A|类名:TransitionContext
方法 or 属性:toWindow: Window
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TransitionContext
方法 or 属性:completeTransition(isCompleted: boolean): void;
起始版本:N/A|类名:TransitionContext
方法 or 属性:completeTransition(isCompleted: boolean): void;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TransitionController
方法 or 属性:animationForShown(context: TransitionContext): void;
起始版本:N/A|类名:TransitionController
方法 or 属性:animationForShown(context: TransitionContext): void;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:TransitionController
方法 or 属性:animationForHidden(context: TransitionContext): void;
起始版本:N/A|类名:TransitionController
方法 or 属性:animationForHidden(context: TransitionContext): void;
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Configuration
方法 or 属性:name: string
起始版本:N/A|类名:Configuration
方法 or 属性:name: string
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Configuration
方法 or 属性:windowType: WindowType
起始版本:N/A|类名:Configuration
方法 or 属性:windowType: WindowType
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Configuration
方法 or 属性:ctx?: BaseContext
起始版本:N/A|类名:Configuration
方法 or 属性:ctx?: BaseContext
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Configuration
方法 or 属性:displayId?: number
起始版本:N/A|类名:Configuration
方法 or 属性:displayId?: number
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Configuration
方法 or 属性:parentId?: number
起始版本:N/A|类名:Configuration
方法 or 属性:parentId?: number
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:UNSPECIFIED = 0
起始版本:N/A|类名:Orientation
方法 or 属性:UNSPECIFIED = 0
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:PORTRAIT = 1
起始版本:N/A|类名:Orientation
方法 or 属性:PORTRAIT = 1
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:LANDSCAPE = 2
起始版本:N/A|类名:Orientation
方法 or 属性:LANDSCAPE = 2
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:PORTRAIT_INVERTED = 3
起始版本:N/A|类名:Orientation
方法 or 属性:PORTRAIT_INVERTED = 3
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:LANDSCAPE_INVERTED = 4
起始版本:N/A|类名:Orientation
方法 or 属性:LANDSCAPE_INVERTED = 4
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:AUTO_ROTATION = 5
起始版本:N/A|类名:Orientation
方法 or 属性:AUTO_ROTATION = 5
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:AUTO_ROTATION_PORTRAIT = 6
起始版本:N/A|类名:Orientation
方法 or 属性:AUTO_ROTATION_PORTRAIT = 6
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:AUTO_ROTATION_LANDSCAPE = 7
起始版本:N/A|类名:Orientation
方法 or 属性:AUTO_ROTATION_LANDSCAPE = 7
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:AUTO_ROTATION_RESTRICTED = 8
起始版本:N/A|类名:Orientation
方法 or 属性:AUTO_ROTATION_RESTRICTED = 8
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:AUTO_ROTATION_PORTRAIT_RESTRICTED = 9
起始版本:N/A|类名:Orientation
方法 or 属性:AUTO_ROTATION_PORTRAIT_RESTRICTED = 9
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10
起始版本:N/A|类名:Orientation
方法 or 属性:AUTO_ROTATION_LANDSCAPE_RESTRICTED = 10
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:Orientation
方法 or 属性:LOCKED = 11
起始版本:N/A|类名:Orientation
方法 or 属性:LOCKED = 11
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:BlurStyle
方法 or 属性:OFF
起始版本:N/A|类名:BlurStyle
方法 or 属性:OFF
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:BlurStyle
方法 or 属性:THIN
起始版本:N/A|类名:BlurStyle
方法 or 属性:THIN
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:BlurStyle
方法 or 属性:REGULAR
起始版本:N/A|类名:BlurStyle
方法 or 属性:REGULAR
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:BlurStyle
方法 or 属性:THICK
起始版本:N/A|类名:BlurStyle
方法 or 属性:THICK
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:WindowStageEventType
方法 or 属性:SHOWN = 1
起始版本:N/A|类名:WindowStageEventType
方法 or 属性:SHOWN = 1
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:WindowStageEventType
方法 or 属性:ACTIVE
起始版本:N/A|类名:WindowStageEventType
方法 or 属性:ACTIVE
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:WindowStageEventType
方法 or 属性:INACTIVE
起始版本:N/A|类名:WindowStageEventType
方法 or 属性:INACTIVE
起始版本:9|@ohos.window.d.ts|
|起始版本有变化|类名:WindowStageEventType
方法 or 属性:HIDDEN
起始版本:N/A|类名:WindowStageEventType
方法 or 属性:HIDDEN
起始版本:9|@ohos.window.d.ts|
|删除(权限)|类名:WindowType
方法 or 属性:TYPE_FLOAT_CAMERA
权限:ohos.permission.SYSTEM_FLOAT_WINDOW|类名:WindowType
方法 or 属性:TYPE_FLOAT_CAMERA
权限:N/A|@ohos.window.d.ts|