1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod|@ohos.inputMethod.d.ts| 4|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts| 5|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| 6|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts| 7|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| 8|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getController(): InputMethodController;|@ohos.inputMethod.d.ts| 9|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts| 10|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchInputMethod(target: InputMethodProperty): Promise<boolean>;|@ohos.inputMethod.d.ts| 11|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts| 12|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts| 13|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;|@ohos.inputMethod.d.ts| 14|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts| 15|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts| 16|新增|NA|模块名: ohos.inputMethod<br>类名: inputMethod<br>方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;|@ohos.inputMethod.d.ts| 17|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting|@ohos.inputMethod.d.ts| 18|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| 19|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| 20|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback<Array<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts| 21|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise<Array<InputMethodSubtype>>;|@ohos.inputMethod.d.ts| 22|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: listCurrentInputMethodSubtype(callback: AsyncCallback<Array<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts| 23|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: listCurrentInputMethodSubtype(): Promise<Array<InputMethodSubtype>>;|@ohos.inputMethod.d.ts| 24|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts| 25|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;|@ohos.inputMethod.d.ts| 26|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts| 27|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: listInputMethod(): Promise<Array<InputMethodProperty>>;|@ohos.inputMethod.d.ts| 28|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: showOptionalInputMethods(callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts| 29|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: showOptionalInputMethods(): Promise<boolean>;|@ohos.inputMethod.d.ts| 30|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: displayOptionalInputMethod(callback: AsyncCallback<void>): void;|@ohos.inputMethod.d.ts| 31|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodSetting<br>方法 or 属性: displayOptionalInputMethod(): Promise<void>;|@ohos.inputMethod.d.ts| 32|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController|@ohos.inputMethod.d.ts| 33|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: stopInputSession(callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts| 34|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: stopInputSession(): Promise<boolean>;|@ohos.inputMethod.d.ts| 35|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: stopInput(callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts| 36|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: stopInput(): Promise<boolean>;|@ohos.inputMethod.d.ts| 37|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: showSoftKeyboard(callback: AsyncCallback<void>): void;|@ohos.inputMethod.d.ts| 38|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: showSoftKeyboard():Promise<void>;|@ohos.inputMethod.d.ts| 39|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: hideSoftKeyboard(callback: AsyncCallback<void>): void;|@ohos.inputMethod.d.ts| 40|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodController<br>方法 or 属性: hideSoftKeyboard():Promise<void>;|@ohos.inputMethod.d.ts| 41|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty|@ohos.inputMethod.d.ts| 42|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly packageName: string;|@ohos.inputMethod.d.ts| 43|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly methodId: string;|@ohos.inputMethod.d.ts| 44|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly name: string;|@ohos.inputMethod.d.ts| 45|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly id: string;|@ohos.inputMethod.d.ts| 46|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly label?: string;|@ohos.inputMethod.d.ts| 47|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly icon?: string;|@ohos.inputMethod.d.ts| 48|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: readonly iconId?: number;|@ohos.inputMethod.d.ts| 49|新增|NA|模块名: ohos.inputMethod<br>类名: InputMethodProperty<br>方法 or 属性: extra: object;|@ohos.inputMethod.d.ts| 50|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine|@ohos.inputMethodEngine.d.ts| 51|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts| 52|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts| 53|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts| 54|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts| 55|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts| 56|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts| 57|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts| 58|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts| 59|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts| 60|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts| 61|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts| 62|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts| 63|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts| 64|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts| 65|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts| 66|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts| 67|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts| 68|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts| 69|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts| 70|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts| 71|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts| 72|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts| 73|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts| 74|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts| 75|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts| 76|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts| 77|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts| 78|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts| 79|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts| 80|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts| 81|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts| 82|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts| 83|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts| 84|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| 85|新增|NA|模块名: ohos.inputMethodEngine<br>类名: inputMethodEngine<br>方法 or 属性: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| 86|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardController|@ohos.inputMethodEngine.d.ts| 87|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardController<br>方法 or 属性: hide(callback: AsyncCallback<void>): void;|@ohos.inputMethodEngine.d.ts| 88|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardController<br>方法 or 属性: hide(): Promise<void>;|@ohos.inputMethodEngine.d.ts| 89|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardController<br>方法 or 属性: hideKeyboard(callback: AsyncCallback<void>): void;|@ohos.inputMethodEngine.d.ts| 90|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardController<br>方法 or 属性: hideKeyboard(): Promise<void>;|@ohos.inputMethodEngine.d.ts| 91|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine|@ohos.inputMethodEngine.d.ts| 92|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine<br>方法 or 属性: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| 93|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine<br>方法 or 属性: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| 94|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine<br>方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 95|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine<br>方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 96|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine<br>方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| 97|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodEngine<br>方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| 98|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility|@ohos.inputMethodEngine.d.ts| 99|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| 100|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| 101|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 102|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 103|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| 104|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| 105|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 106|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| 107|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| 108|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| 109|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| 110|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputMethodAbility<br>方法 or 属性: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| 111|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient|@ohos.inputMethodEngine.d.ts| 112|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 113|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: sendKeyFunction(action: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 114|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: deleteForward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 115|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: deleteForward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 116|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 117|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: deleteBackward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 118|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: insertText(text: string, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 119|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: insertText(text: string): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 120|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: getForward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts| 121|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: getForward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts| 122|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: getBackward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts| 123|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: getBackward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts| 124|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts| 125|新增|NA|模块名: ohos.inputMethodEngine<br>类名: TextInputClient<br>方法 or 属性: getEditorAttribute(): Promise<EditorAttribute>;|@ohos.inputMethodEngine.d.ts| 126|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient|@ohos.inputMethodEngine.d.ts| 127|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 128|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: sendKeyFunction(action: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 129|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: deleteForward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 130|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: deleteForward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 131|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 132|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: deleteBackward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 133|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: insertText(text: string, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts| 134|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: insertText(text: string): Promise<boolean>;|@ohos.inputMethodEngine.d.ts| 135|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: getForward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts| 136|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: getForward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts| 137|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: getBackward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts| 138|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: getBackward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts| 139|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts| 140|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: getEditorAttribute(): Promise<EditorAttribute>;|@ohos.inputMethodEngine.d.ts| 141|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: moveCursor(direction: number, callback: AsyncCallback<void>): void;|@ohos.inputMethodEngine.d.ts| 142|新增|NA|模块名: ohos.inputMethodEngine<br>类名: InputClient<br>方法 or 属性: moveCursor(direction: number): Promise<void>;|@ohos.inputMethodEngine.d.ts| 143|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate|@ohos.inputMethodEngine.d.ts| 144|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| 145|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| 146|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| 147|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| 148|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts| 149|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts| 150|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts| 151|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts| 152|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| 153|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyboardDelegate<br>方法 or 属性: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| 154|新增|NA|模块名: ohos.inputMethodEngine<br>类名: EditorAttribute|@ohos.inputMethodEngine.d.ts| 155|新增|NA|模块名: ohos.inputMethodEngine<br>类名: EditorAttribute<br>方法 or 属性: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts| 156|新增|NA|模块名: ohos.inputMethodEngine<br>类名: EditorAttribute<br>方法 or 属性: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts| 157|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyEvent|@ohos.inputMethodEngine.d.ts| 158|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyEvent<br>方法 or 属性: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts| 159|新增|NA|模块名: ohos.inputMethodEngine<br>类名: KeyEvent<br>方法 or 属性: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts| 160|新增|NA|模块名: ohos.InputMethodExtensionAbility<br>类名: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts| 161|新增|NA|模块名: ohos.InputMethodExtensionAbility<br>类名: InputMethodExtensionAbility<br>方法 or 属性: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts| 162|新增|NA|模块名: ohos.InputMethodExtensionAbility<br>类名: InputMethodExtensionAbility<br>方法 or 属性: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts| 163|新增|NA|模块名: ohos.InputMethodExtensionAbility<br>类名: InputMethodExtensionAbility<br>方法 or 属性: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts| 164|新增|NA|模块名: ohos.InputMethodExtensionContext<br>类名: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts| 165|新增|NA|模块名: ohos.InputMethodExtensionContext<br>类名: InputMethodExtensionContext<br>方法 or 属性: destroy(callback: AsyncCallback<void>): void;|@ohos.InputMethodExtensionContext.d.ts| 166|新增|NA|模块名: ohos.InputMethodExtensionContext<br>类名: InputMethodExtensionContext<br>方法 or 属性: destroy(): Promise<void>;|@ohos.InputMethodExtensionContext.d.ts| 167|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts| 168|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly label?: string;|@ohos.InputMethodSubtype.d.ts| 169|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly name: string;|@ohos.InputMethodSubtype.d.ts| 170|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly id: string;|@ohos.InputMethodSubtype.d.ts| 171|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts| 172|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly locale: string;|@ohos.InputMethodSubtype.d.ts| 173|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly language: string;|@ohos.InputMethodSubtype.d.ts| 174|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts| 175|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts| 176|新增|NA|模块名: ohos.InputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性: extra: object;|@ohos.InputMethodSubtype.d.ts| 177|新增|NA|模块名: ohos.request<br>类名: request<br>方法 or 属性:const PAUSED_BY_USER: number;|@ohos.request.d.ts| 178|新增|NA|类名:request<br>方法or属性:const PAUSED_BY_USER: number;|@ohos.request.d.ts| 179|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime|@ohos.systemDateTime.d.ts| 180|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTime(time : number, callback : AsyncCallback<void>) : void;|@ohos.systemDateTime.d.ts| 181|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTime(time : number) : Promise<void>;|@ohos.systemDateTime.d.ts| 182|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts| 183|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getCurrentTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts| 184|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getCurrentTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts| 185|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts| 186|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealActiveTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts| 187|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealActiveTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts| 188|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts| 189|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts| 190|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getRealTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts| 191|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setDate(date: Date, callback: AsyncCallback<void>): void;|@ohos.systemDateTime.d.ts| 192|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setDate(date: Date): Promise<void>;|@ohos.systemDateTime.d.ts| 193|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getDate(callback: AsyncCallback<Date>): void;|@ohos.systemDateTime.d.ts| 194|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getDate(): Promise<Date>;|@ohos.systemDateTime.d.ts| 195|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;|@ohos.systemDateTime.d.ts| 196|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function setTimezone(timezone: string): Promise<void>;|@ohos.systemDateTime.d.ts| 197|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getTimezone(callback: AsyncCallback<string>): void;|@ohos.systemDateTime.d.ts| 198|新增|NA|模块名: ohos.systemDateTime<br>类名: systemDateTime<br>方法 or 属性: function getTimezone(): Promise<string>;|@ohos.systemDateTime.d.ts| 199|删除|模块名: ohos.inputmethod<br>类名: inputMethod|NA|@ohos.inputmethod.d.ts| 200|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts| 201|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| 202|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| 203|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function getSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| 204|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function getController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| 205|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts| 206|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function switchInputMethod(target: InputMethodProperty): Promise<boolean>;|NA|@ohos.inputmethod.d.ts| 207|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function getCurrentInputMethod(): InputMethodProperty;|NA|@ohos.inputmethod.d.ts| 208|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts| 209|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;|NA|@ohos.inputmethod.d.ts| 210|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function getCurrentInputMethodSubtype(): InputMethodSubtype;|NA|@ohos.inputmethod.d.ts| 211|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts| 212|删除|模块名: ohos.inputmethod<br>类名: inputMethod<br>方法 or 属性:function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;|NA|@ohos.inputmethod.d.ts| 213|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting|NA|@ohos.inputmethod.d.ts| 214|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts| 215|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts| 216|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback<Array<InputMethodSubtype>>): void;|NA|@ohos.inputmethod.d.ts| 217|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise<Array<InputMethodSubtype>>;|NA|@ohos.inputmethod.d.ts| 218|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:listCurrentInputMethodSubtype(callback: AsyncCallback<Array<InputMethodSubtype>>): void;|NA|@ohos.inputmethod.d.ts| 219|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:listCurrentInputMethodSubtype(): Promise<Array<InputMethodSubtype>>;|NA|@ohos.inputmethod.d.ts| 220|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts| 221|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts| 222|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts| 223|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:listInputMethod(): Promise<Array<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts| 224|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:showOptionalInputMethods(callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts| 225|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:showOptionalInputMethods(): Promise<boolean>;|NA|@ohos.inputmethod.d.ts| 226|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:displayOptionalInputMethod(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethod.d.ts| 227|删除|模块名: ohos.inputmethod<br>类名: InputMethodSetting<br>方法 or 属性:displayOptionalInputMethod(): Promise<void>;|NA|@ohos.inputmethod.d.ts| 228|删除|模块名: ohos.inputmethod<br>类名: InputMethodController|NA|@ohos.inputmethod.d.ts| 229|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:stopInputSession(callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts| 230|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:stopInputSession(): Promise<boolean>;|NA|@ohos.inputmethod.d.ts| 231|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:stopInput(callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts| 232|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:stopInput(): Promise<boolean>;|NA|@ohos.inputmethod.d.ts| 233|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:showSoftKeyboard(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethod.d.ts| 234|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:showSoftKeyboard():Promise<void>;|NA|@ohos.inputmethod.d.ts| 235|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:hideSoftKeyboard(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethod.d.ts| 236|删除|模块名: ohos.inputmethod<br>类名: InputMethodController<br>方法 or 属性:hideSoftKeyboard():Promise<void>;|NA|@ohos.inputmethod.d.ts| 237|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty|NA|@ohos.inputmethod.d.ts| 238|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly packageName: string;|NA|@ohos.inputmethod.d.ts| 239|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly methodId: string;|NA|@ohos.inputmethod.d.ts| 240|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly name: string;|NA|@ohos.inputmethod.d.ts| 241|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly id: string;|NA|@ohos.inputmethod.d.ts| 242|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly label?: string;|NA|@ohos.inputmethod.d.ts| 243|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly icon?: string;|NA|@ohos.inputmethod.d.ts| 244|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:readonly iconId?: number;|NA|@ohos.inputmethod.d.ts| 245|删除|模块名: ohos.inputmethod<br>类名: InputMethodProperty<br>方法 or 属性:extra: object;|NA|@ohos.inputmethod.d.ts| 246|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts| 247|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts| 248|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts| 249|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts| 250|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts| 251|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts| 252|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts| 253|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts| 254|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts| 255|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts| 256|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts| 257|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts| 258|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts| 259|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts| 260|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts| 261|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts| 262|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts| 263|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts| 264|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts| 265|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts| 266|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts| 267|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts| 268|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts| 269|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts| 270|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts| 271|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts| 272|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts| 273|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const CURSOR_UP: number;|NA|@ohos.inputmethodengine.d.ts| 274|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const CURSOR_DOWN: number;|NA|@ohos.inputmethodengine.d.ts| 275|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const CURSOR_LEFT: number;|NA|@ohos.inputmethodengine.d.ts| 276|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const CURSOR_RIGHT: number;|NA|@ohos.inputmethodengine.d.ts| 277|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|NA|@ohos.inputmethodengine.d.ts| 278|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:function getInputMethodAbility(): InputMethodAbility;|NA|@ohos.inputmethodengine.d.ts| 279|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts| 280|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:function getKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| 281|删除|模块名: ohos.inputmethodengine<br>类名: inputMethodEngine<br>方法 or 属性:function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| 282|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardController|NA|@ohos.inputmethodengine.d.ts| 283|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardController<br>方法 or 属性:hide(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodengine.d.ts| 284|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardController<br>方法 or 属性:hide(): Promise<void>;|NA|@ohos.inputmethodengine.d.ts| 285|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardController<br>方法 or 属性:hideKeyboard(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodengine.d.ts| 286|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardController<br>方法 or 属性:hideKeyboard(): Promise<void>;|NA|@ohos.inputmethodengine.d.ts| 287|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts| 288|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine<br>方法 or 属性:on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| 289|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine<br>方法 or 属性:off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| 290|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine<br>方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 291|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine<br>方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 292|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine<br>方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 293|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodEngine<br>方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 294|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility|NA|@ohos.inputmethodengine.d.ts| 295|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| 296|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| 297|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:on(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 298|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:off(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 299|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:on(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts| 300|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:off(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts| 301|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 302|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 303|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 304|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| 305|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts| 306|删除|模块名: ohos.inputmethodengine<br>类名: InputMethodAbility<br>方法 or 属性:off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts| 307|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient|NA|@ohos.inputmethodengine.d.ts| 308|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 309|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:sendKeyFunction(action: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 310|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:deleteForward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 311|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:deleteForward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 312|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 313|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:deleteBackward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 314|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:insertText(text: string, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 315|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:insertText(text: string): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 316|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:getForward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts| 317|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:getForward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts| 318|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:getBackward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts| 319|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:getBackward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts| 320|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts| 321|删除|模块名: ohos.inputmethodengine<br>类名: TextInputClient<br>方法 or 属性:getEditorAttribute(): Promise<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts| 322|删除|模块名: ohos.inputmethodengine<br>类名: InputClient|NA|@ohos.inputmethodengine.d.ts| 323|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 324|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:sendKeyFunction(action: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 325|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:deleteForward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 326|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:deleteForward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 327|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 328|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:deleteBackward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 329|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:insertText(text: string, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts| 330|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:insertText(text: string): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts| 331|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:getForward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts| 332|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:getForward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts| 333|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:getBackward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts| 334|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:getBackward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts| 335|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts| 336|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:getEditorAttribute(): Promise<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts| 337|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:moveCursor(direction: number, callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodengine.d.ts| 338|删除|模块名: ohos.inputmethodengine<br>类名: InputClient<br>方法 or 属性:moveCursor(direction: number): Promise<void>;|NA|@ohos.inputmethodengine.d.ts| 339|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts| 340|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| 341|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| 342|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| 343|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| 344|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| 345|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| 346|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| 347|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| 348|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| 349|删除|模块名: ohos.inputmethodengine<br>类名: KeyboardDelegate<br>方法 or 属性:off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| 350|删除|模块名: ohos.inputmethodengine<br>类名: EditorAttribute|NA|@ohos.inputmethodengine.d.ts| 351|删除|模块名: ohos.inputmethodengine<br>类名: EditorAttribute<br>方法 or 属性:readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts| 352|删除|模块名: ohos.inputmethodengine<br>类名: EditorAttribute<br>方法 or 属性:readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts| 353|删除|模块名: ohos.inputmethodengine<br>类名: KeyEvent|NA|@ohos.inputmethodengine.d.ts| 354|删除|模块名: ohos.inputmethodengine<br>类名: KeyEvent<br>方法 or 属性:readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts| 355|删除|模块名: ohos.inputmethodengine<br>类名: KeyEvent<br>方法 or 属性:readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts| 356|删除|模块名: ohos.inputmethodextensionability<br>类名: InputMethodExtensionAbility|NA|@ohos.inputmethodextensionability.d.ts| 357|删除|模块名: ohos.inputmethodextensionability<br>类名: InputMethodExtensionAbility<br>方法 or 属性:context: InputMethodExtensionContext;|NA|@ohos.inputmethodextensionability.d.ts| 358|删除|模块名: ohos.inputmethodextensionability<br>类名: InputMethodExtensionAbility<br>方法 or 属性:onCreate(want: Want): void;|NA|@ohos.inputmethodextensionability.d.ts| 359|删除|模块名: ohos.inputmethodextensionability<br>类名: InputMethodExtensionAbility<br>方法 or 属性:onDestroy(): void;|NA|@ohos.inputmethodextensionability.d.ts| 360|删除|模块名: ohos.inputmethodextensioncontext<br>类名: InputMethodExtensionContext|NA|@ohos.inputmethodextensioncontext.d.ts| 361|删除|模块名: ohos.inputmethodextensioncontext<br>类名: InputMethodExtensionContext<br>方法 or 属性:destroy(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodextensioncontext.d.ts| 362|删除|模块名: ohos.inputmethodextensioncontext<br>类名: InputMethodExtensionContext<br>方法 or 属性:destroy(): Promise<void>;|NA|@ohos.inputmethodextensioncontext.d.ts| 363|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype|NA|@ohos.inputMethodSubtype.d.ts| 364|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly label?: string;|NA|@ohos.inputMethodSubtype.d.ts| 365|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly name: string;|NA|@ohos.inputMethodSubtype.d.ts| 366|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly id: string;|NA|@ohos.inputMethodSubtype.d.ts| 367|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly mode?: 'upper'\|'lower';|NA|@ohos.inputMethodSubtype.d.ts| 368|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly locale: string;|NA|@ohos.inputMethodSubtype.d.ts| 369|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly language: string;|NA|@ohos.inputMethodSubtype.d.ts| 370|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly icon?: string;|NA|@ohos.inputMethodSubtype.d.ts| 371|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:readonly iconId?: number;|NA|@ohos.inputMethodSubtype.d.ts| 372|删除|模块名: ohos.inputMethodSubtype<br>类名: InputMethodSubtype<br>方法 or 属性:extra: object;|NA|@ohos.inputMethodSubtype.d.ts| 373|访问级别有变化|类名:SystemEvent<br>访问级别:公开API|类名:SystemEvent<br>访问级别:系统API|@ohos.screenLock.d.ts| 374|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 375|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 376|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 377|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 378|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 379|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 380|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 381|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 382|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 383|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 384|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 385|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 386|访问级别有变化|类名:TimerOptions<br>访问级别:公开API|类名:TimerOptions<br>访问级别:系统API|@ohos.systemTimer.d.ts| 387|访问级别有变化|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 388|访问级别有变化|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 389|访问级别有变化|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 390|访问级别有变化|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 391|访问级别有变化|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 392|废弃版本有变化|类名:systemTime<br>废弃版本:N/A|类名:systemTime<br>废弃版本:9<br>代替接口:ohos.systemDateTime |@ohos.systemTime.d.ts| 393|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTime(time : number, callback : AsyncCallback<void>) : void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTime(time : number, callback : AsyncCallback<void>) : void;<br>废弃版本:9<br>代替接口:N/A|@ohos.systemTime.d.ts| 394|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTime(time : number) : Promise<void>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTime(time : number) : Promise<void>;<br>废弃版本:9|@ohos.systemTime.d.ts| 395|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getCurrentTime |@ohos.systemTime.d.ts| 396|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getCurrentTime(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getCurrentTime(callback: AsyncCallback<number>): void;<br>废弃版本:9|@ohos.systemTime.d.ts| 397|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano?: boolean): Promise<number>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getCurrentTime(isNano?: boolean): Promise<number>;<br>废弃版本:9|@ohos.systemTime.d.ts| 398|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getRealActiveTime |@ohos.systemTime.d.ts| 399|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealActiveTime(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealActiveTime(callback: AsyncCallback<number>): void;<br>废弃版本:9|@ohos.systemTime.d.ts| 400|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise<number>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise<number>;<br>废弃版本:9|@ohos.systemTime.d.ts| 401|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getRealTime |@ohos.systemTime.d.ts| 402|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealTime(callback: AsyncCallback<number>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealTime(callback: AsyncCallback<number>): void;<br>废弃版本:9|@ohos.systemTime.d.ts| 403|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getRealTime(isNano?: boolean): Promise<number>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getRealTime(isNano?: boolean): Promise<number>;<br>废弃版本:9|@ohos.systemTime.d.ts| 404|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setDate(date: Date, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setDate(date: Date, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.systemTime.d.ts| 405|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setDate(date: Date): Promise<void>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setDate(date: Date): Promise<void>;<br>废弃版本:9|@ohos.systemTime.d.ts| 406|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getDate(callback: AsyncCallback<Date>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getDate(callback: AsyncCallback<Date>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts| 407|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getDate(): Promise<Date>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getDate(): Promise<Date>;<br>废弃版本:9|@ohos.systemTime.d.ts| 408|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback<void>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback<void>): void;<br>废弃版本:9<br>代替接口:N/A|@ohos.systemTime.d.ts| 409|废弃版本有变化|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string): Promise<void>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function setTimezone(timezone: string): Promise<void>;<br>废弃版本:9|@ohos.systemTime.d.ts| 410|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getTimezone(callback: AsyncCallback<string>): void;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getTimezone(callback: AsyncCallback<string>): void;<br>废弃版本:9<br>代替接口:ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts| 411|废弃版本有变化|类名:systemTime<br>方法 or 属性:function getTimezone(): Promise<string>;<br>废弃版本:N/A|类名:systemTime<br>方法 or 属性:function getTimezone(): Promise<string>;<br>废弃版本:9|@ohos.systemTime.d.ts| 412|起始版本有变化|类名:DownloadTask<br>起始版本:N/A|类名:DownloadTask<br>起始版本:6|@ohos.request.d.ts| 413|起始版本有变化|类名:UploadTask<br>起始版本:N/A|类名:UploadTask<br>起始版本:6|@ohos.request.d.ts| 414|起始版本有变化|类名:SystemEvent<br>起始版本:N/A|类名:SystemEvent<br>起始版本:9|@ohos.screenLock.d.ts| 415|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>起始版本:7|@ohos.systemTimer.d.ts| 416|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>起始版本:7|@ohos.systemTimer.d.ts| 417|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>起始版本:7|@ohos.systemTimer.d.ts| 418|起始版本有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>起始版本:7|@ohos.systemTimer.d.ts| 419|起始版本有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>起始版本:7|@ohos.systemTimer.d.ts| 420|起始版本有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>起始版本:7|@ohos.systemTimer.d.ts| 421|起始版本有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>起始版本:7|@ohos.systemTimer.d.ts| 422|起始版本有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>起始版本:7|@ohos.systemTimer.d.ts| 423|起始版本有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:7|@ohos.systemTimer.d.ts| 424|起始版本有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>起始版本:7|@ohos.systemTimer.d.ts| 425|起始版本有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>起始版本:7|@ohos.systemTimer.d.ts| 426|起始版本有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>起始版本:N/A|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>起始版本:7|@ohos.systemTimer.d.ts| 427|起始版本有变化|类名:TimerOptions<br>起始版本:N/A|类名:TimerOptions<br>起始版本:7|@ohos.systemTimer.d.ts| 428|起始版本有变化|类名:TimerOptions<br>方法 or 属性:type: number;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:type: number;<br>起始版本:7|@ohos.systemTimer.d.ts| 429|起始版本有变化|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>起始版本:7|@ohos.systemTimer.d.ts| 430|起始版本有变化|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>起始版本:7|@ohos.systemTimer.d.ts| 431|起始版本有变化|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>起始版本:7|@ohos.systemTimer.d.ts| 432|起始版本有变化|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>起始版本:N/A|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>起始版本:7|@ohos.systemTimer.d.ts| 433|新增(错误码)|NA|类名:DownloadTask<br>方法 or 属性:delete(): Promise<boolean>;<br>错误码内容:N/A|@ohos.request.d.ts| 434|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts| 435|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts| 436|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts| 437|新增(错误码)|NA|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>错误码内容:202,401|@ohos.systemTimer.d.ts| 438|新增(权限)|类名:DownloadTask<br>权限:N/A|类名:DownloadTask<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts| 439|新增(权限)|类名:UploadTask<br>权限:N/A|类名:UploadTask<br>权限:ohos.permission.INTERNET|@ohos.request.d.ts| 440|访问级别有变化|类名:SystemEvent<br>访问级别:公开API|类名:SystemEvent<br>访问级别:系统API|@ohos.screenLock.d.ts| 441|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_REALTIME: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 442|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_WAKEUP: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 443|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_EXACT: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 444|访问级别有变化|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:const TIMER_TYPE_IDLE: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 445|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 446|访问级别有变化|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 447|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 448|访问级别有变化|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 449|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 450|访问级别有变化|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function stopTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 451|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 452|访问级别有变化|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:公开API|类名:systemTimer<br>方法 or 属性:function destroyTimer(timer: number): Promise<void>;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 453|访问级别有变化|类名:TimerOptions<br>访问级别:公开API|类名:TimerOptions<br>访问级别:系统API|@ohos.systemTimer.d.ts| 454|访问级别有变化|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:type: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 455|访问级别有变化|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:repeat: boolean;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 456|访问级别有变化|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:interval?: number;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 457|访问级别有变化|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:wantAgent?: WantAgent;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 458|访问级别有变化|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:公开API|类名:TimerOptions<br>方法 or 属性:callback?: () => void;<br>访问级别:系统API|@ohos.systemTimer.d.ts| 459