| 操作 | 旧版本 | 新版本 | d.ts文件 | | ---- | ------ | ------ | -------- | |新增|NA|模块名: ohos.inputMethod
类名: inputMethod|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getController(): InputMethodController;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchInputMethod(target: InputMethodProperty): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise>;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listCurrentInputMethodSubtype(callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listCurrentInputMethodSubtype(): Promise>;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: getInputMethods(enable: boolean, callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: getInputMethods(enable: boolean): Promise>;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethod(callback: AsyncCallback>): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethod(): Promise>;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: showOptionalInputMethods(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: showOptionalInputMethods(): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: displayOptionalInputMethod(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: displayOptionalInputMethod(): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInputSession(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInputSession(): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInput(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInput(): Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: showSoftKeyboard(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: showSoftKeyboard():Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: hideSoftKeyboard(callback: AsyncCallback): void;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: hideSoftKeyboard():Promise;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly packageName: string;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly methodId: string;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly name: string;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly id: string;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly label?: string;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly icon?: string;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: readonly iconId?: number;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethod
类名: InputMethodProperty
方法 or 属性: extra: object;|@ohos.inputMethod.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: inputMethodEngine
方法 or 属性: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hide(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hide(): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hideKeyboard(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hideKeyboard(): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodEngine
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputMethodAbility
方法 or 属性: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: sendKeyFunction(action: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: insertText(text: string, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: insertText(text: string): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getEditorAttribute(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getEditorAttribute(): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: sendKeyFunction(action: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: insertText(text: string, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: insertText(text: string): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getForward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getForward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getBackward(length: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getBackward(length: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getEditorAttribute(callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getEditorAttribute(): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: moveCursor(direction: number, callback: AsyncCallback): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: moveCursor(direction: number): Promise;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyboardDelegate
方法 or 属性: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: EditorAttribute|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: EditorAttribute
方法 or 属性: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: EditorAttribute
方法 or 属性: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyEvent|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyEvent
方法 or 属性: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.inputMethodEngine
类名: KeyEvent
方法 or 属性: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility
方法 or 属性: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility
方法 or 属性: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionAbility
类名: InputMethodExtensionAbility
方法 or 属性: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext
方法 or 属性: destroy(callback: AsyncCallback): void;|@ohos.InputMethodExtensionContext.d.ts| |新增|NA|模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext
方法 or 属性: destroy(): Promise;|@ohos.InputMethodExtensionContext.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly label?: string;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly name: string;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly id: string;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly locale: string;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly language: string;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.InputMethodSubtype
类名: InputMethodSubtype
方法 or 属性: extra: object;|@ohos.InputMethodSubtype.d.ts| |新增|NA|模块名: ohos.request
类名: request
方法 or 属性:const PAUSED_BY_USER: number;|@ohos.request.d.ts| |新增|NA|类名:request
方法or属性:const PAUSED_BY_USER: number;|@ohos.request.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTime(time : number, callback : AsyncCallback) : void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTime(time : number) : Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(isNano: boolean, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(isNano?: boolean): Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(isNano: boolean, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(isNano?: boolean): Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(isNano: boolean, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(isNano?: boolean): Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setDate(date: Date, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setDate(date: Date): Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getDate(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getDate(): Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTimezone(timezone: string, callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTimezone(timezone: string): Promise;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getTimezone(callback: AsyncCallback): void;|@ohos.systemDateTime.d.ts| |新增|NA|模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getTimezone(): Promise;|@ohos.systemDateTime.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getController(): InputMethodController;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchInputMethod(target: InputMethodProperty): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getCurrentInputMethod(): InputMethodProperty;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function getCurrentInputMethodSubtype(): InputMethodSubtype;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: inputMethod
方法 or 属性:function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise>;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listCurrentInputMethodSubtype(callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listCurrentInputMethodSubtype(): Promise>;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:getInputMethods(enable: boolean, callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:getInputMethods(enable: boolean): Promise>;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethod(callback: AsyncCallback>): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethod(): Promise>;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:showOptionalInputMethods(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:showOptionalInputMethods(): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:displayOptionalInputMethod(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:displayOptionalInputMethod(): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInputSession(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInputSession(): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInput(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInput(): Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:showSoftKeyboard(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:showSoftKeyboard():Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:hideSoftKeyboard(callback: AsyncCallback): void;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:hideSoftKeyboard():Promise;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly packageName: string;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly methodId: string;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly name: string;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly id: string;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly label?: string;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly icon?: string;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:readonly iconId?: number;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethod
类名: InputMethodProperty
方法 or 属性:extra: object;|NA|@ohos.inputmethod.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_UP: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_DOWN: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_LEFT: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const CURSOR_RIGHT: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function getInputMethodAbility(): InputMethodAbility;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function getKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: inputMethodEngine
方法 or 属性:function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardController|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hide(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hide(): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hideKeyboard(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hideKeyboard(): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodEngine
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputMethodAbility
方法 or 属性:off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:sendKeyFunction(action: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:insertText(text: string, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:insertText(text: string): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getEditorAttribute(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getEditorAttribute(): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:sendKeyFunction(action: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:deleteBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:insertText(text: string, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:insertText(text: string): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getForward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getForward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getBackward(length: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getBackward(length: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getEditorAttribute(callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:getEditorAttribute(): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:moveCursor(direction: number, callback: AsyncCallback): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: InputClient
方法 or 属性:moveCursor(direction: number): Promise;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyboardDelegate
方法 or 属性:off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: EditorAttribute|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: EditorAttribute
方法 or 属性:readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: EditorAttribute
方法 or 属性:readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyEvent|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyEvent
方法 or 属性:readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodengine
类名: KeyEvent
方法 or 属性:readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts| |删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility|NA|@ohos.inputmethodextensionability.d.ts| |删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility
方法 or 属性:context: InputMethodExtensionContext;|NA|@ohos.inputmethodextensionability.d.ts| |删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility
方法 or 属性:onCreate(want: Want): void;|NA|@ohos.inputmethodextensionability.d.ts| |删除|模块名: ohos.inputmethodextensionability
类名: InputMethodExtensionAbility
方法 or 属性:onDestroy(): void;|NA|@ohos.inputmethodextensionability.d.ts| |删除|模块名: ohos.inputmethodextensioncontext
类名: InputMethodExtensionContext|NA|@ohos.inputmethodextensioncontext.d.ts| |删除|模块名: ohos.inputmethodextensioncontext
类名: InputMethodExtensionContext
方法 or 属性:destroy(callback: AsyncCallback): void;|NA|@ohos.inputmethodextensioncontext.d.ts| |删除|模块名: ohos.inputmethodextensioncontext
类名: InputMethodExtensionContext
方法 or 属性:destroy(): Promise;|NA|@ohos.inputmethodextensioncontext.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly label?: string;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly name: string;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly id: string;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly mode?: 'upper'\|'lower';|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly locale: string;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly language: string;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly icon?: string;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:readonly iconId?: number;|NA|@ohos.inputMethodSubtype.d.ts| |删除|模块名: ohos.inputMethodSubtype
类名: InputMethodSubtype
方法 or 属性:extra: object;|NA|@ohos.inputMethodSubtype.d.ts| |访问级别有变化|类名:SystemEvent
访问级别:公开API|类名:SystemEvent
访问级别:系统API|@ohos.screenLock.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
访问级别:公开API|类名:TimerOptions
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:type: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:type: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:公开API|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:公开API|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:公开API|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:系统API|@ohos.systemTimer.d.ts| |废弃版本有变化|类名:systemTime
废弃版本:N/A|类名:systemTime
废弃版本:9
代替接口:ohos.systemDateTime |@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function setTime(time : number, callback : AsyncCallback) : void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTime(time : number, callback : AsyncCallback) : void;
废弃版本:9
代替接口:N/A|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function setTime(time : number) : Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTime(time : number) : Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getCurrentTime |@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getCurrentTime(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getCurrentTime(callback: AsyncCallback): void;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getRealActiveTime |@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getRealActiveTime(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealActiveTime(callback: AsyncCallback): void;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getRealTime |@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getRealTime(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealTime(callback: AsyncCallback): void;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function setDate(date: Date, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setDate(date: Date, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function setDate(date: Date): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setDate(date: Date): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getDate(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getDate(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getDate |@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getDate(): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getDate(): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback): void;
废弃版本:9
代替接口:N/A|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function setTimezone(timezone: string): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function setTimezone(timezone: string): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getTimezone(callback: AsyncCallback): void;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getTimezone(callback: AsyncCallback): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getTimezone |@ohos.systemTime.d.ts| |废弃版本有变化|类名:systemTime
方法 or 属性:function getTimezone(): Promise;
废弃版本:N/A|类名:systemTime
方法 or 属性:function getTimezone(): Promise;
废弃版本:9|@ohos.systemTime.d.ts| |起始版本有变化|类名:DownloadTask
起始版本:N/A|类名:DownloadTask
起始版本:6|@ohos.request.d.ts| |起始版本有变化|类名:UploadTask
起始版本:N/A|类名:UploadTask
起始版本:6|@ohos.request.d.ts| |起始版本有变化|类名:SystemEvent
起始版本:N/A|类名:SystemEvent
起始版本:9|@ohos.screenLock.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
起始版本:N/A|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
起始版本:N/A|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
起始版本:N/A|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:TimerOptions
起始版本:N/A|类名:TimerOptions
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:TimerOptions
方法 or 属性:type: number;
起始版本:N/A|类名:TimerOptions
方法 or 属性:type: number;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:TimerOptions
方法 or 属性:repeat: boolean;
起始版本:N/A|类名:TimerOptions
方法 or 属性:repeat: boolean;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:TimerOptions
方法 or 属性:interval?: number;
起始版本:N/A|类名:TimerOptions
方法 or 属性:interval?: number;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
起始版本:N/A|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
起始版本:7|@ohos.systemTimer.d.ts| |起始版本有变化|类名:TimerOptions
方法 or 属性:callback?: () => void;
起始版本:N/A|类名:TimerOptions
方法 or 属性:callback?: () => void;
起始版本:7|@ohos.systemTimer.d.ts| |新增(错误码)|NA|类名:DownloadTask
方法 or 属性:delete(): Promise;
错误码内容:N/A|@ohos.request.d.ts| |新增(错误码)|NA|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| |新增(错误码)|NA|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| |新增(错误码)|NA|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| |新增(错误码)|NA|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
错误码内容:202,401|@ohos.systemTimer.d.ts| |新增(权限)|类名:DownloadTask
权限:N/A|类名:DownloadTask
权限:ohos.permission.INTERNET|@ohos.request.d.ts| |新增(权限)|类名:UploadTask
权限:N/A|类名:UploadTask
权限:ohos.permission.INTERNET|@ohos.request.d.ts| |访问级别有变化|类名:SystemEvent
访问级别:公开API|类名:SystemEvent
访问级别:系统API|@ohos.screenLock.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_REALTIME: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_WAKEUP: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_EXACT: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:公开API|类名:systemTimer
方法 or 属性:const TIMER_TYPE_IDLE: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback): void;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:公开API|类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
访问级别:公开API|类名:TimerOptions
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:type: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:type: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:公开API|类名:TimerOptions
方法 or 属性:repeat: boolean;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:公开API|类名:TimerOptions
方法 or 属性:interval?: number;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:公开API|类名:TimerOptions
方法 or 属性:wantAgent?: WantAgent;
访问级别:系统API|@ohos.systemTimer.d.ts| |访问级别有变化|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:公开API|类名:TimerOptions
方法 or 属性:callback?: () => void;
访问级别:系统API|@ohos.systemTimer.d.ts|