| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Class name: cooperate;
Method or attribute name: function prepare(callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function prepare(): Promise\;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function unprepare(callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function unprepare(): Promise\;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number): Promise\;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function deactivate(isUnchained: boolean, callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function deactivate(isUnchained: boolean): Promise\;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function getCrossingSwitchState(networkId: string, callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function getCrossingSwitchState(networkId: string): Promise\;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function on(type: 'cooperate', callback: Callback\<{ networkId: string, msg: CooperateMsg }>): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: cooperate;
Method or attribute name: function off(type: 'cooperate', callback?: Callback\): void;|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_PREPARE = 0|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_UNPREPARE = 1|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_ACTIVATE = 2|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_ACTIVATE_SUCCESS = 3|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_ACTIVATE_FAIL = 4|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_DEACTIVATE_SUCCESS = 5|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_DEACTIVATE_FAIL = 6|@ohos.cooperate.d.ts| |Added|NA|Class name: CooperateMsg;
Method or attribute name: COOPERATE_SESSION_DISCONNECTED = 7|@ohos.cooperate.d.ts| |Added|NA|Class name: dragInteraction;
Method or attribute name: function on(type: 'drag', callback: Callback\): void;|@ohos.deviceStatus.dragInteraction.d.ts| |Added|NA|Class name: dragInteraction;
Method or attribute name: function off(type: 'drag', callback?: Callback\): void;|@ohos.deviceStatus.dragInteraction.d.ts| |Added|NA|Class name: DragState;
Method or attribute name: MSG_DRAG_STATE_START = 1|@ohos.deviceStatus.dragInteraction.d.ts| |Added|NA|Class name: DragState;
Method or attribute name: MSG_DRAG_STATE_STOP = 2|@ohos.deviceStatus.dragInteraction.d.ts| |Added|NA|Class name: DragState;
Method or attribute name: MSG_DRAG_STATE_CANCEL = 3|@ohos.deviceStatus.dragInteraction.d.ts|