JS API Changes of the Misc Services Subsystem
The table below lists the APIs changes of the Misc services subsystem in OpenHarmony 3.2 Beta2 over OpenHarmony 3.2 Beta1.
API Changes
Module | Method/Event Name | Method/Attribute/Enumeration/Constant | Change Type |
---|---|---|---|
ohos.inputmethod | inputMethod | switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void; switchInputMethod(target: InputMethodProperty): Promise<boolean>; |
Added |