/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethod-sys.md | 83 ### on('imeShow')<sup>10+</sup> 85 on(type: 'imeShow', callback: (info: Array\<InputWindowInfo>) => void): void 97 | type | string | 是 | 设置监听类型,固定取值为'imeShow'。 | 112 inputMethodSetting.on('imeShow', (info: Array<inputMethod.InputWindowInfo>) => { 113 console.info('Succeeded in subscribing imeShow event.'); 116 console.error(`Failed to unsubscribing imeShow. err: ${JSON.stringify(err)}`); 158 ### off('imeShow')<sup>10+</sup> 160 off(type: 'imeShow', callback?: (info: Array\<InputWindowInfo>) => void): void 172 | type | string | 是 | 设置监听类型,固定取值`imeShow`。 | 179 inputMethodSetting.off('imeShow'); [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | js-apis-inputmethod-sys.md | 83 ### on('imeShow')<sup>10+</sup> 85 on(type: 'imeShow', callback: (info: Array\<InputWindowInfo>) => void): void 97 | type | string | Yes| Event type, which is **'imeShow'**.| 112 inputMethodSetting.on('imeShow', (info: Array<inputMethod.InputWindowInfo>) => { 113 console.info('Succeeded in subscribing imeShow event.'); 116 console.error(`Failed to unsubscribing imeShow. err: ${JSON.stringify(err)}`); 158 ### off('imeShow')<sup>10+</sup> 160 off(type: 'imeShow', callback?: (info: Array\<InputWindowInfo>) => void): void 172 | type | string | Yes| Event type, which is **'imeShow'**.| 179 inputMethodSetting.off('imeShow'); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.h | 123 void SetImeShow(bool imeShow) in SetImeShow() argument 125 imeShow_ = imeShow; in SetImeShow() 144 void SetUIExtensionImeShow(bool imeShow) override in SetUIExtensionImeShow() argument 146 uiExtensionImeShow_ = imeShow; in SetUIExtensionImeShow()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-imf.md | 3 ## cl.imf.1 @ohos.InputMethod中on('imeShow')系统接口权限校验失败返回错误码变更 7 使用on('imeShow')接口,系统权限校验失败的返回码从201变更为202。
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.2/ |
H A D | changelogs-imf.md | 3 ## cl.imf.1 Change of the Error Code Returned When Permission Verification of on('imeShow') Fails 7 For the **on('imeShow')** API, the return code for system permission verification failure is change…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 3 |删除|类名:InputMethodSetting;<br>方法or属性:on(type: 'imeShow' \| 'imeHide', callback: (info: Array\<Input… 4 |删除|类名:InputMethodSetting;<br>方法or属性:off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\<Inp… 15 |新增|NA|类名:InputMethodSetting;<br>方法or属性:on(type: 'imeShow', callback: (info: Array\<InputWindowInfo… 17 |新增|NA|类名:InputMethodSetting;<br>方法or属性:off(type: 'imeShow', callback?: (info: Array\<InputWindowIn…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | manager_interface.h | 40 virtual void SetUIExtensionImeShow(bool imeShow) {} in SetUIExtensionImeShow() argument
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-misc.md | 3 |Deleted|Class name: InputMethodSetting;<br>Method or attribute name: on(type: 'imeShow' \| 'imeHid… 4 |Deleted|Class name: InputMethodSetting;<br>Method or attribute name: off(type: 'imeShow' \| 'imeHi… 15 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: on(type: 'imeShow', callback… 17 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: off(type: 'imeShow', callbac…
|
/ohos5.0/foundation/distributedhardware/device_manager/display/entry/src/main/ets/pages/ |
H A D | InputPinDialog.ets | 59 ims.off('imeShow'); 66 ims.on('imeShow', (info: Array<inputMethod.InputWindowInfo>) => {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-misc.md | 3 |新增|NA|类名:InputMethodSetting<br>方法or属性:on(type: 'imeShow' \| 'imeHide', callback: (info: Array\<Inp… 4 |新增|NA|类名:InputMethodSetting<br>方法or属性:off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\<I…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-misc.md | 3 |Added|NA|Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeShow' \| 'imeHid… 4 |Added|NA|Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeShow' \| 'imeHi…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 748 void SetUIExtensionImeShow(bool imeShow);
|
H A D | pipeline_context.cpp | 4533 void PipelineContext::SetUIExtensionImeShow(bool imeShow) in SetUIExtensionImeShow() argument 4535 textFieldManager_->SetUIExtensionImeShow(imeShow); in SetUIExtensionImeShow()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-misc.md | 3 |新增|NA|类名:InputMethodSetting;<br>方法or属性:on(type: 'imeShow', callback: (info: Array\<InputWindowInfo… 5 |新增|NA|类名:InputMethodSetting;<br>方法or属性:off(type: 'imeShow', callback?: (info: Array\<InputWindowIn…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-misc.md | 3 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: on(type: 'imeShow', callback… 5 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: off(type: 'imeShow', callbac…
|