Lines Matching refs:off
15 ## cl.imf.3 @ohos.InputMethod中off接口新增参数
17 off接口新增需要取消订阅的回调函数作为可选参数,需要与on接口传入的保持一致。
21 | off('insertText') | off(type: 'insertText'): void | off(type: 'insertText', callb…
22 | off('deleteLeft') | off(type: 'deleteLeft'): void | off(type: 'deleteLeft', callb…
23 | off('deleteRight') | off(type: 'deleteRight'): void | off(type: 'deleteRight', call…
24 | off('sendKeyboardStatus') | off(type: 'sendKeyboardStatus'): void | off(type: 'sendKeyboardStatus…
25 | off('sendFunctionKey') | off(type: 'sendFunctionKey'): void | off(type: 'sendFunctionKey', …
26 | off('moveCursor') | off(type: 'moveCursor'): void | off(type: 'moveCursor', callb…
27 | off('handleExtendAction') | off(type: 'handleExtendAction'): void | off(type: 'handleExtendAction…
28 | off('selectByRange') | off(type: 'selectByRange'): void | off(type: 'selectByRange', ca…
29 | off('selectByMovement') | off(type: 'selectByMovement'): void | off(type: 'selectByMovement',…