Lines Matching refs:off
10 - The device selection event name of **continuationManager.on** and **continuationManager.off** is …
22 continuationManager.off;
28 function off(type: "deviceConnect", token: number): void;
30 function off(type: "deviceDisconnect", token: number): void;
37 function off(type: "deviceSelected", token: number): void;
39 function off(type: "deviceUnselected", token: number): void;
64 Device selection event of **continuationManager.off**:
69 continuationManager.off("deviceSelected", token);
71 console.error('off failed, cause: ' + JSON.stringify(err));
94 Device deselection event of **continuationManager.off**:
99 continuationManager.off("deviceUnselected", token);
101 console.error('off failed, cause: ' + JSON.stringify(err));