openharmony 鸿蒙 js-apidiff-MechanicKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
Deleted APIClass name: global;
API declaration: declare namespace mechanicManager
DIfferences: declare namespace mechanicManager
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function on(type: 'attachStateChange', callback: Callback<AttachStateChangeInfo>): void;
DIfferences: function on(type: 'attachStateChange', callback: Callback<AttachStateChangeInfo>): void;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function off(type: 'attachStateChange', callback?: Callback<AttachStateChangeInfo>): void;
DIfferences: function off(type: 'attachStateChange', callback?: Callback<AttachStateChangeInfo>): void;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function getAttachedMechDevices(): MechInfo[];
DIfferences: function getAttachedMechDevices(): MechInfo[];
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function setCameraTrackingEnabled(isEnabled: boolean): void;
DIfferences: function setCameraTrackingEnabled(isEnabled: boolean): void;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function getCameraTrackingEnabled(): boolean;
DIfferences: function getCameraTrackingEnabled(): boolean;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function on(type: 'trackingStateChange', callback: Callback<TrackingEventInfo>): void;
DIfferences: function on(type: 'trackingStateChange', callback: Callback<TrackingEventInfo>): void;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function off(type: 'trackingStateChange', callback?: Callback<TrackingEventInfo>): void;
DIfferences: function off(type: 'trackingStateChange', callback?: Callback<TrackingEventInfo>): void;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: function getCameraTrackingLayout(): CameraTrackingLayout;
DIfferences: function getCameraTrackingLayout(): CameraTrackingLayout;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export interface MechInfo
DIfferences: export interface MechInfo
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: MechInfo;
API declaration: mechId: number;
DIfferences: mechId: number;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: MechInfo;
API declaration: mechDeviceType: MechDeviceType;
DIfferences: mechDeviceType: MechDeviceType;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: MechInfo;
API declaration: mechName: string;
DIfferences: mechName: string;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export interface TrackingEventInfo
DIfferences: export interface TrackingEventInfo
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: TrackingEventInfo;
API declaration: event: TrackingEvent;
DIfferences: event: TrackingEvent;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export interface AttachStateChangeInfo
DIfferences: export interface AttachStateChangeInfo
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: AttachStateChangeInfo;
API declaration: state: AttachState;
DIfferences: state: AttachState;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: AttachStateChangeInfo;
API declaration: mechInfo: MechInfo;
DIfferences: mechInfo: MechInfo;
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export enum TrackingEvent
DIfferences: export enum TrackingEvent
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: TrackingEvent;
API declaration: CAMERA_TRACKING_USER_ENABLED = 0
DIfferences: CAMERA_TRACKING_USER_ENABLED = 0
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: TrackingEvent;
API declaration: CAMERA_TRACKING_USER_DISABLED = 1
DIfferences: CAMERA_TRACKING_USER_DISABLED = 1
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: TrackingEvent;
API declaration: CAMERA_TRACKING_LAYOUT_CHANGED = 2
DIfferences: CAMERA_TRACKING_LAYOUT_CHANGED = 2
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export enum MechDeviceType
DIfferences: export enum MechDeviceType
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: MechDeviceType;
API declaration: GIMBAL_DEVICE = 0
DIfferences: GIMBAL_DEVICE = 0
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export enum AttachState
DIfferences: export enum AttachState
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: AttachState;
API declaration: ATTACHED = 0
DIfferences: ATTACHED = 0
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: AttachState;
API declaration: DETACHED = 1
DIfferences: DETACHED = 1
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: mechanicManager;
API declaration: export enum CameraTrackingLayout
DIfferences: export enum CameraTrackingLayout
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: CameraTrackingLayout;
API declaration: DEFAULT = 0
DIfferences: DEFAULT = 0
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: CameraTrackingLayout;
API declaration: LEFT = 1
DIfferences: LEFT = 1
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: CameraTrackingLayout;
API declaration: MIDDLE = 2
DIfferences: MIDDLE = 2
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted APIClass name: CameraTrackingLayout;
API declaration: RIGHT = 3
DIfferences: RIGHT = 3
NAapi/@ohos.distributedHardware.mechanicManager.d.ts
Deleted kitClass name: global;
API declaration: api@ohos.distributedHardware.mechanicManager.d.ts
DIfferences: MechanicKit
Class name: global;
API declaration:
DIfferences: NA
api/@ohos.distributedHardware.mechanicManager.d.ts
Deleted kitClass name: global;
API declaration: kits@kit.MechanicKit.d.ts
DIfferences: MechanicKit
Class name: global;
API declaration:
DIfferences: NA
kits/@kit.MechanicKit.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/n7uG2k6v