开源鸿蒙 JS API Changes of the Distributed Scheduler Subsystem

  • 2022-08-09
  • 浏览 (352)

JS API Changes of the Distributed Scheduler Subsystem

The table below lists the APIs changes of the distributed scheduler subsystem in OpenHarmony 3.2 Beta1 over OpenHarmony 3.1 Release.

API Changes

Module Class Method/Attribute/Enumeration/Constant Change Type
ohos.continuation.continuationManager continuationManager on(type: “deviceConnect”, token: number, callback: Callback<Array<ContinuationResult>>): void; Added
ohos.continuation.continuationManager continuationManager off(type: “deviceConnect”, token: number): void; Added
ohos.continuation.continuationManager continuationManager on(type: “deviceDisconnect”, token: number, callback: Callback<Array<string>>): void; Added
ohos.continuation.continuationManager continuationManager off(type: “deviceDisconnect”, token: number): void; Added
ohos.continuation.continuationManager continuationManager on(type: “deviceConnect”, callback: Callback<ContinuationResult>): void; Deprecated
ohos.continuation.continuationManager continuationManager off(type: “deviceConnect”, callback?: Callback<ContinuationResult>): void; Deprecated
ohos.continuation.continuationManager continuationManager on(type: “deviceDisconnect”, callback: Callback<string>): void; Deprecated
ohos.continuation.continuationManager continuationManager off(type: “deviceDisconnect”, callback?: Callback<string>): void; Deprecated

你可能感兴趣的文章

开源鸿蒙 JS API Changes of the Ability Framework

开源鸿蒙 JS API Changes of the ArkUI Development Framework

开源鸿蒙 JS API Changes of the Power Management Subsystem

开源鸿蒙 JS API Changes of the Bundle Management Framework

开源鸿蒙 JS API Changes of the Communication Subsystem

开源鸿蒙 JS API Changes of the DFX Subsystem

开源鸿蒙 JS API Changes of the Distributed Data Management Subsystem

开源鸿蒙 JS API Changes of the Common Event and Notification Subsystem

开源鸿蒙 JS API Changes of the File Management Subsystem

开源鸿蒙 JS API Changes of the Globalization Subsystem

0  赞