harmony 鸿蒙js-apidiff-distributed-hardware

  • 2023-06-24
  • 浏览 (251)

操作 旧版本 新版本 d.ts文件
新增 NA 类名:DeviceInfo;
方法or属性:range: number;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:PublishInfo;
方法or属性:publishId: number;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:PublishInfo;
方法or属性:mode: DiscoverMode;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:PublishInfo;
方法or属性:freq: ExchangeFreq;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:PublishInfo;
方法or属性:ranging : boolean;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:startDeviceDiscovery(subscribeInfo: SubscribeInfo, filterOptions?: string): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:publishDeviceDiscovery(publishInfo: PublishInfo): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:unPublishDeviceDiscovery(publishId: number): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:setUserOperation(operateAction: number, params: string): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:on(type: ‘uiStateChange’, callback: Callback<{ param: string}>): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:on(type: ‘publishSuccess’, callback: Callback<{ publishId: number }>): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:on(type: ‘publishFail’, callback: Callback<{ publishId: number, reason: number }>): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:off(type: ‘uiStateChange’, callback?: Callback<{ param: string}>): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:off(type: ‘publishSuccess’, callback?: Callback<{ publishId: number }>): void;
@ohos.distributedHardware.deviceManager.d.ts
新增 NA 类名:DeviceManager;
方法or属性:off(type: ‘publishFail’, callback?: Callback<{ publishId: number, reason: number }>): void;
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:deviceManager;
方法or属性:function createDeviceManager(bundleName: string, callback: AsyncCallback<DeviceManager>): void;
旧版本信息:
类名:deviceManager;
方法or属性:function createDeviceManager(bundleName: string, callback: AsyncCallback<DeviceManager>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:release(): void;
旧版本信息:
类名:DeviceManager;
方法or属性:release(): void;
新版本信息:11600101
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:getTrustedDeviceListSync(): Array<DeviceInfo>;
旧版本信息:
类名:DeviceManager;
方法or属性:getTrustedDeviceListSync(): Array<DeviceInfo>;
新版本信息:401,11600101
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:getTrustedDeviceList(callback:AsyncCallback<Array<DeviceInfo>>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:getTrustedDeviceList(): Promise<Array<DeviceInfo>>;
旧版本信息:
类名:DeviceManager;
方法or属性:getTrustedDeviceList(): Promise<Array<DeviceInfo>>;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:getLocalDeviceInfoSync(): DeviceInfo;
旧版本信息:
类名:DeviceManager;
方法or属性:getLocalDeviceInfoSync(): DeviceInfo;
新版本信息:401,11600101
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:getLocalDeviceInfo(callback:AsyncCallback<DeviceInfo>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:getLocalDeviceInfo(): Promise<DeviceInfo>;
旧版本信息:
类名:DeviceManager;
方法or属性:getLocalDeviceInfo(): Promise<DeviceInfo>;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;
旧版本信息:
类名:DeviceManager;
方法or属性:startDeviceDiscovery(subscribeInfo: SubscribeInfo): void;
新版本信息:401,201,11600104,11600101
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:stopDeviceDiscovery(subscribeId: number): void;
旧版本信息:
类名:DeviceManager;
方法or属性:stopDeviceDiscovery(subscribeId: number): void;
新版本信息:401,201,11600101
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{deviceId: string, pinToken ?: number}>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{deviceId: string, pinToken ?: number}>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:unAuthenticateDevice(deviceInfo: DeviceInfo): void
旧版本信息:
类名:DeviceManager;
方法or属性:unAuthenticateDevice(deviceInfo: DeviceInfo): void
新版本信息:401,201,11600101
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback<{deviceId: string, level: number}>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:verifyAuthInfo(authInfo: AuthInfo, callback: AsyncCallback<{deviceId: string, level: number}>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:on(type: ‘deviceStateChange’, callback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:on(type: ‘deviceStateChange’, callback: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:on(type: ‘deviceFound’, callback: Callback<{ subscribeId: number, device: DeviceInfo }>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:on(type: ‘deviceFound’, callback: Callback<{ subscribeId: number, device: DeviceInfo }>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:on(type: ‘discoverFail’, callback: Callback<{ subscribeId: number, reason: number }>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:on(type: ‘discoverFail’, callback: Callback<{ subscribeId: number, reason: number }>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:on(type: ‘serviceDie’, callback: () => void): void;
旧版本信息:
类名:DeviceManager;
方法or属性:on(type: ‘serviceDie’, callback: () => void): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:off(type: ‘deviceStateChange’, callback?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:off(type: ‘deviceStateChange’, callback?: Callback<{ action: DeviceStateChangeAction, device: DeviceInfo }>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:off(type: ‘deviceFound’, callback?: Callback<{ subscribeId: number, device: DeviceInfo }>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:off(type: ‘deviceFound’, callback?: Callback<{ subscribeId: number, device: DeviceInfo }>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:off(type: ‘discoverFail’, callback?: Callback<{ subscribeId: number, reason: number }>): void;
旧版本信息:
类名:DeviceManager;
方法or属性:off(type: ‘discoverFail’, callback?: Callback<{ subscribeId: number, reason: number }>): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
新增(错误码) 类名:DeviceManager;
方法or属性:off(type: ‘serviceDie’, callback?: () => void): void;
旧版本信息:
类名:DeviceManager;
方法or属性:off(type: ‘serviceDie’, callback?: () => void): void;
新版本信息:401
@ohos.distributedHardware.deviceManager.d.ts
访问级别有变化 类名:DeviceType;
方法or属性:enum DeviceType
旧版本信息:
类名:DeviceType;
方法or属性:enum DeviceType
新版本信息:systemapi
@ohos.distributedHardware.deviceManager.d.ts
函数有变化 类名:DeviceManager;
方法or属性:authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{deviceId: string, pinTone ?: number}>): void;
类名:DeviceManager;
方法or属性:authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{deviceId: string, pinToken ?: number}>): void;
@ohos.distributedHardware.deviceManager.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙JS API差异报告

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-application

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

0  赞