操作 旧版本 新版本 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<boolean>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchInputMethod(target: InputMethodProperty): Promise<boolean>;
@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<boolean>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;
@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<boolean>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: inputMethod
方法 or 属性: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;
@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<Array<InputMethodSubtype>>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise<Array<InputMethodSubtype>>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listCurrentInputMethodSubtype(callback: AsyncCallback<Array<InputMethodSubtype>>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listCurrentInputMethodSubtype(): Promise<Array<InputMethodSubtype>>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: listInputMethod(): Promise<Array<InputMethodProperty>>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: showOptionalInputMethods(callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: showOptionalInputMethods(): Promise<boolean>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: displayOptionalInputMethod(callback: AsyncCallback<void>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodSetting
方法 or 属性: displayOptionalInputMethod(): Promise<void>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInputSession(callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInputSession(): Promise<boolean>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInput(callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: stopInput(): Promise<boolean>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: showSoftKeyboard(callback: AsyncCallback<void>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: showSoftKeyboard():Promise<void>;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: hideSoftKeyboard(callback: AsyncCallback<void>): void;
@ohos.inputMethod.d.ts
新增 NA 模块名: ohos.inputMethod
类名: InputMethodController
方法 or 属性: hideSoftKeyboard():Promise<void>;
@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>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hide(): Promise<void>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hideKeyboard(callback: AsyncCallback<void>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: KeyboardController
方法 or 属性: hideKeyboard(): Promise<void>;
@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<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: sendKeyFunction(action: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteForward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteForward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: deleteBackward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: insertText(text: string, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: insertText(text: string): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getForward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getForward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getBackward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getBackward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: TextInputClient
方法 or 属性: getEditorAttribute(): Promise<EditorAttribute>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: sendKeyFunction(action: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteForward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteForward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: deleteBackward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: insertText(text: string, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: insertText(text: string): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getForward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getForward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getBackward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getBackward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: getEditorAttribute(): Promise<EditorAttribute>;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: moveCursor(direction: number, callback: AsyncCallback<void>): void;
@ohos.inputMethodEngine.d.ts
新增 NA 模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性: moveCursor(direction: number): Promise<void>;
@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>): void;
@ohos.InputMethodExtensionContext.d.ts
新增 NA 模块名: ohos.InputMethodExtensionContext
类名: InputMethodExtensionContext
方法 or 属性: destroy(): Promise<void>;
@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 类名:pasteboard
方法or属性:const MIMETYPE_PIXELMAP: string;
@ohos.pasteboard.d.ts
新增 NA 类名:pasteboard
方法or属性:function createData(mimeType: string, value: ValueType): PasteData;
@ohos.pasteboard.d.ts
新增 NA 类名:pasteboard
方法or属性:function createRecord(mimeType: string, value: ValueType): PasteDataRecord;
@ohos.pasteboard.d.ts
新增 NA 模块名: ohos.pasteboard
类名: ShareOption
@ohos.pasteboard.d.ts
新增 NA 类名:ShareOption
方法or属性:
@ohos.pasteboard.d.ts
新增 NA 模块名: ohos.pasteboard
类名: ShareOption
方法 or 属性:INAPP
@ohos.pasteboard.d.ts
新增 NA 类名:ShareOption
方法or属性:INAPP
@ohos.pasteboard.d.ts
新增 NA 模块名: ohos.pasteboard
类名: ShareOption
方法 or 属性:LOCALDEVICE
@ohos.pasteboard.d.ts
新增 NA 类名:ShareOption
方法or属性:LOCALDEVICE
@ohos.pasteboard.d.ts
新增 NA 模块名: ohos.pasteboard
类名: ShareOption
方法 or 属性:CROSSDEVICE
@ohos.pasteboard.d.ts
新增 NA 类名:ShareOption
方法or属性:CROSSDEVICE
@ohos.pasteboard.d.ts
新增 NA 模块名: ohos.pasteboard
类名: PasteDataProperty
方法 or 属性:shareOption: ShareOption;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteDataProperty
方法or属性:shareOption: ShareOption;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteDataRecord
方法or属性:pixelMap: image.PixelMap;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteDataRecord
方法or属性:data: {

[mimeType: string]: ArrayBuffer

}
@ohos.pasteboard.d.ts
新增 NA 类名:PasteDataRecord
方法or属性:toPlainText(): string;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:addRecord(mimeType: string, value: ValueType): void;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:getPrimaryPixelMap(): image.PixelMap;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:setProperty(property: PasteDataProperty): void;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:getRecord(index: number): PasteDataRecord;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:hasType(mimeType: string): boolean;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:removeRecord(index: number): void;
@ohos.pasteboard.d.ts
新增 NA 类名:PasteData
方法or属性:replaceRecord(index: number, record: PasteDataRecord): void;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:clearData(callback: AsyncCallback<void>): void;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:clearData(): Promise<void>;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:getData(callback: AsyncCallback<PasteData>): void;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:getData(): Promise<PasteData>;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:hasData(callback: AsyncCallback<boolean>): void;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:hasData(): Promise<boolean>;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:setData(data: PasteData, callback: AsyncCallback<void>): void;
@ohos.pasteboard.d.ts
新增 NA 类名:SystemPasteboard
方法or属性:setData(data: PasteData): Promise<void>;
@ohos.pasteboard.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_PERMISSION: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_PARAMCHECK: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_UNSUPPORTED: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_FILEIO: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_FILEPATH: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_SERVICE: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const EXCEPTION_OTHERS: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const ERROR_OFFLINE: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:const PAUSED_BY_USER: number;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise<DownloadTask>;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
@ohos.request.d.ts
新增 NA 类名:request
方法or属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise<UploadTask>;
@ohos.request.d.ts
新增 NA 模块名: ohos.request
类名: DownloadConfig
方法 or 属性:background?: boolean;
@ohos.request.d.ts
新增 NA 类名:DownloadConfig
方法or属性:background?: boolean;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:delete(callback: AsyncCallback<boolean>): void;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:delete(): Promise<boolean>;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:suspend(callback: AsyncCallback<boolean>): void;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:suspend(): Promise<boolean>;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:restore(callback: AsyncCallback<boolean>): void;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:restore(): Promise<boolean>;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:getTaskInfo(callback: AsyncCallback<DownloadInfo>): void;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:getTaskInfo(): Promise<DownloadInfo>;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:getTaskMimeType(callback: AsyncCallback<string>): void;
@ohos.request.d.ts
新增 NA 类名:DownloadTask
方法or属性:getTaskMimeType(): Promise<string>;
@ohos.request.d.ts
新增 NA 模块名: ohos.request
类名: TaskState
@ohos.request.d.ts
新增 NA 类名:TaskState
方法or属性:
@ohos.request.d.ts
新增 NA 模块名: ohos.request
类名: TaskState
方法 or 属性:path: string;
@ohos.request.d.ts
新增 NA 类名:TaskState
方法or属性:path: string;
@ohos.request.d.ts
新增 NA 模块名: ohos.request
类名: TaskState
方法 or 属性:responseCode: number;
@ohos.request.d.ts
新增 NA 类名:TaskState
方法or属性:responseCode: number;
@ohos.request.d.ts
新增 NA 模块名: ohos.request
类名: TaskState
方法 or 属性:message: string;
@ohos.request.d.ts
新增 NA 类名:TaskState
方法or属性:message: string;
@ohos.request.d.ts
新增 NA 类名:UploadTask
方法or属性:on(type:'complete' | 'fail', callback: Callback<Array<TaskState>>): void;
@ohos.request.d.ts
新增 NA 类名:UploadTask
方法or属性:on(type:'complete' | 'fail', callback: Callback<Array<TaskState>>): void;
@ohos.request.d.ts
新增 NA 类名:UploadTask
方法or属性:off(type:'complete' | 'fail', callback?: Callback<Array<TaskState>>): void;
@ohos.request.d.ts
新增 NA 类名:UploadTask
方法or属性:off(type:'complete' | 'fail', callback?: Callback<Array<TaskState>>): void;
@ohos.request.d.ts
新增 NA 类名:UploadTask
方法or属性:delete(callback: AsyncCallback<boolean>): void;
@ohos.request.d.ts
新增 NA 类名:UploadTask
方法or属性:delete(): Promise<boolean>;
@ohos.request.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: EventType
方法 or 属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:EventType
方法or属性:type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function isLocked(): boolean;
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function unlock(callback: AsyncCallback<boolean>): void;
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function unlock():Promise<boolean>;
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function lock(callback: AsyncCallback<boolean>): void;
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function lock():Promise<boolean>;
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: SystemEvent
@ohos.screenLock.d.ts
新增 NA 类名:SystemEvent
方法or属性:
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: SystemEvent
方法 or 属性:eventType: EventType,
@ohos.screenLock.d.ts
新增 NA 类名:SystemEvent
方法or属性:eventType: EventType,
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.screenLock
类名: SystemEvent
方法 or 属性:params: string
@ohos.screenLock.d.ts
新增 NA 类名:SystemEvent
方法or属性:params: string
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function onSystemEvent(callback: Callback<SystemEvent>): boolean;
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback<boolean>): void;
@ohos.screenLock.d.ts
新增 NA 类名:screenLock
方法or属性:function sendScreenLockEvent(event: String, parameter: number): Promise<boolean>;
@ohos.screenLock.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTime(time : number, callback : AsyncCallback<void>) : void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTime(time : number) : Promise<void>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getCurrentTime(isNano?: boolean): Promise<number>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealActiveTime(isNano?: boolean): Promise<number>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getRealTime(isNano?: boolean): Promise<number>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setDate(date: Date, callback: AsyncCallback<void>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setDate(date: Date): Promise<void>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getDate(callback: AsyncCallback<Date>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getDate(): Promise<Date>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function setTimezone(timezone: string): Promise<void>;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getTimezone(callback: AsyncCallback<string>): void;
@ohos.systemDateTime.d.ts
新增 NA 模块名: ohos.systemDateTime
类名: systemDateTime
方法 or 属性: function getTimezone(): Promise<string>;
@ohos.systemDateTime.d.ts
新增 NA 类名:wallpaper
方法or属性:function getColorsSync(wallpaperType: WallpaperType): Array<RgbaColor>;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function getMinHeightSync(): number;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function getMinWidthSync(): number;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function restore(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function restore(wallpaperType: WallpaperType): Promise<void>;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function getImage(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
@ohos.wallpaper.d.ts
新增 NA 类名:wallpaper
方法or属性:function getImage(wallpaperType: WallpaperType): Promise<image.PixelMap>;
@ohos.wallpaper.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
类名: InputMethodSetting
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:listInputMethod(): Promise<Array<InputMethodProperty>>;
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:displayOptionalInputMethod(callback: AsyncCallback<void>): void;
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodSetting
方法 or 属性:displayOptionalInputMethod(): Promise<void>;
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodController
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInput(callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethod.d.ts
删除 模块名: ohos.inputmethod
类名: InputMethodController
方法 or 属性:stopInput(): Promise<boolean>;
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.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 属性:function getInputMethodEngine(): InputMethodEngine;
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 属性:hideKeyboard(callback: AsyncCallback<void>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: KeyboardController
方法 or 属性:hideKeyboard(): Promise<void>;
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
类名: TextInputClient
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:sendKeyFunction(action: number): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteForward(length: number, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteForward(length: number): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteBackward(length: number, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:deleteBackward(length: number): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:insertText(text: string, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:insertText(text: string): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getForward(length: number, callback: AsyncCallback<string>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getForward(length: number): Promise<string>;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getBackward(length: number, callback: AsyncCallback<string>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getBackward(length: number): Promise<string>;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;
NA @ohos.inputmethodengine.d.ts
删除 模块名: ohos.inputmethodengine
类名: TextInputClient
方法 or 属性:getEditorAttribute(): Promise<EditorAttribute>;
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.wallpaper
类名:wallpaper
方法 or 属性:function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat, callback: AsyncCallback<image.PixelMap>): void;
NA @ohos.wallpaper.d.ts
删除 模块名:ohos.wallpaper
类名:wallpaper
方法 or 属性:function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat): Promise<image.PixelMap>;
NA @ohos.wallpaper.d.ts
model有变化 类名:request
方法 or 属性:function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
model:N/A
类名:request
方法 or 属性:function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
model:@FAModelOnly
@ohos.request.d.ts
model有变化 类名:request
方法 or 属性:function download(config: DownloadConfig): Promise<DownloadTask>;
model:N/A
类名:request
方法 or 属性:function download(config: DownloadConfig): Promise<DownloadTask>;
model:@FAModelOnly
@ohos.request.d.ts
model有变化 类名:request
方法 or 属性:function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
model:N/A
类名:request
方法 or 属性:function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
model:@FAModelOnly
@ohos.request.d.ts
model有变化 类名:request
方法 or 属性:function upload(config: UploadConfig): Promise<UploadTask>;
model:N/A
类名:request
方法 or 属性:function upload(config: UploadConfig): Promise<UploadTask>;
model:@FAModelOnly
@ohos.request.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<number>): void;
访问级别:公开API
类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;
访问级别:公开API
类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
访问级别:公开API
类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;
访问级别:公开API
类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;
访问级别:公开API
类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise<void>;
访问级别:公开API
类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise<void>;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
访问级别:公开API
类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
访问级别:系统API
@ohos.systemTimer.d.ts
访问级别有变化 类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise<void>;
访问级别:公开API
类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise<void>;
访问级别:系统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
废弃版本有变化 类名:pasteboard
方法 or 属性:function createHtmlData(htmlText: string): PasteData;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createHtmlData(htmlText: string): PasteData;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createWantData(want: Want): PasteData;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createWantData(want: Want): PasteData;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createPlainTextData(text: string): PasteData;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createPlainTextData(text: string): PasteData;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createUriData(uri: string): PasteData;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createUriData(uri: string): PasteData;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createHtmlTextRecord(htmlText: string): PasteDataRecord;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createHtmlTextRecord(htmlText: string): PasteDataRecord;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createWantRecord(want: Want): PasteDataRecord;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createWantRecord(want: Want): PasteDataRecord;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createPlainTextRecord(text: string): PasteDataRecord;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createPlainTextRecord(text: string): PasteDataRecord;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:pasteboard
方法 or 属性:function createUriRecord(uri: string): PasteDataRecord;
废弃版本:N/A
类名:pasteboard
方法 or 属性:function createUriRecord(uri: string): PasteDataRecord;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteDataRecord
方法 or 属性:convertToText(callback: AsyncCallback<string>): void;
废弃版本:N/A
类名:PasteDataRecord
方法 or 属性:convertToText(callback: AsyncCallback<string>): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteDataRecord
方法 or 属性:convertToText(): Promise<string>;
废弃版本:N/A
类名:PasteDataRecord
方法 or 属性:convertToText(): Promise<string>;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:addHtmlRecord(htmlText: string): void;
废弃版本:N/A
类名:PasteData
方法 or 属性:addHtmlRecord(htmlText: string): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:addWantRecord(want: Want): void;
废弃版本:N/A
类名:PasteData
方法 or 属性:addWantRecord(want: Want): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:addTextRecord(text: string): void;
废弃版本:N/A
类名:PasteData
方法 or 属性:addTextRecord(text: string): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:addUriRecord(uri: string): void;
废弃版本:N/A
类名:PasteData
方法 or 属性:addUriRecord(uri: string): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:getRecordAt(index: number): PasteDataRecord;
废弃版本:N/A
类名:PasteData
方法 or 属性:getRecordAt(index: number): PasteDataRecord;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:hasMimeType(mimeType: string): boolean;
废弃版本:N/A
类名:PasteData
方法 or 属性:hasMimeType(mimeType: string): boolean;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:removeRecordAt(index: number): boolean;
废弃版本:N/A
类名:PasteData
方法 or 属性:removeRecordAt(index: number): boolean;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:PasteData
方法 or 属性:replaceRecordAt(index: number, record: PasteDataRecord): boolean;
废弃版本:N/A
类名:PasteData
方法 or 属性:replaceRecordAt(index: number, record: PasteDataRecord): boolean;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:clear(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:clear(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:clear(): Promise<void>;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:clear(): Promise<void>;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:getPasteData(callback: AsyncCallback<PasteData>): void;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:getPasteData(callback: AsyncCallback<PasteData>): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:getPasteData(): Promise<PasteData>;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:getPasteData(): Promise<PasteData>;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:hasPasteData(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:hasPasteData(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:hasPasteData(): Promise<boolean>;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:hasPasteData(): Promise<boolean>;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:setPasteData(data: PasteData, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:setPasteData(data: PasteData, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:SystemPasteboard
方法 or 属性:setPasteData(data: PasteData): Promise<void>;
废弃版本:N/A
类名:SystemPasteboard
方法 or 属性:setPasteData(data: PasteData): Promise<void>;
废弃版本:9
代替接口:ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
废弃版本有变化 类名:request
方法 or 属性:function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
废弃版本:N/A
类名:request
方法 or 属性:function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
废弃版本:9
代替接口:ohos.request.downloadFile
@ohos.request.d.ts
废弃版本有变化 类名:request
方法 or 属性:function download(config: DownloadConfig): Promise<DownloadTask>;
废弃版本:N/A
类名:request
方法 or 属性:function download(config: DownloadConfig): Promise<DownloadTask>;
废弃版本:9
代替接口:ohos.request.downloadFile
@ohos.request.d.ts
废弃版本有变化 类名:request
方法 or 属性:function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
废弃版本:N/A
类名:request
方法 or 属性:function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
废弃版本:9
代替接口:ohos.request.uploadFile
@ohos.request.d.ts
废弃版本有变化 类名:request
方法 or 属性:function upload(config: UploadConfig): Promise<UploadTask>;
废弃版本:N/A
类名:request
方法 or 属性:function upload(config: UploadConfig): Promise<UploadTask>;
废弃版本:9
代替接口:ohos.request.uploadFile
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:remove(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:remove(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:ohos.request.delete
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:remove(): Promise<boolean>;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:remove(): Promise<boolean>;
废弃版本:9
代替接口:ohos.request.delete
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:pause(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:pause(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.request.suspend
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:pause(): Promise<void>;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:pause(): Promise<void>;
废弃版本:9
代替接口:ohos.request.suspend
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:resume(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:resume(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.request.restore
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:resume(): Promise<void>;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:resume(): Promise<void>;
废弃版本:9
代替接口:ohos.request.restore
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:query(callback: AsyncCallback<DownloadInfo>): void;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:query(callback: AsyncCallback<DownloadInfo>): void;
废弃版本:9
代替接口:ohos.request.getTaskInfo
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:query(): Promise<DownloadInfo>;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:query(): Promise<DownloadInfo>;
废弃版本:9
代替接口:ohos.request.getTaskInfo
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:queryMimeType(callback: AsyncCallback<string>): void;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:queryMimeType(callback: AsyncCallback<string>): void;
废弃版本:9
代替接口:ohos.request.getTaskMimeType
@ohos.request.d.ts
废弃版本有变化 类名:DownloadTask
方法 or 属性:queryMimeType(): Promise<string>;
废弃版本:N/A
类名:DownloadTask
方法 or 属性:queryMimeType(): Promise<string>;
废弃版本:9
代替接口:ohos.request.getTaskMimeType
@ohos.request.d.ts
废弃版本有变化 类名:UploadTask
方法 or 属性:remove(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:UploadTask
方法 or 属性:remove(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:ohos.request.delete
@ohos.request.d.ts
废弃版本有变化 类名:UploadTask
方法 or 属性:remove(): Promise<boolean>;
废弃版本:N/A
类名:UploadTask
方法 or 属性:remove(): Promise<boolean>;
废弃版本:9
代替接口:ohos.request.delete
@ohos.request.d.ts
废弃版本有变化 类名:screenLock
方法 or 属性:function isScreenLocked(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:screenLock
方法 or 属性:function isScreenLocked(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:N/A
@ohos.screenLock.d.ts
废弃版本有变化 类名:screenLock
方法 or 属性:function isScreenLocked(): Promise<boolean>;
废弃版本:N/A
类名:screenLock
方法 or 属性:function isScreenLocked(): Promise<boolean>;
废弃版本:9
代替接口:N/A
@ohos.screenLock.d.ts
废弃版本有变化 类名:screenLock
方法 or 属性:function isSecureMode(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:screenLock
方法 or 属性:function isSecureMode(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:N/A
@ohos.screenLock.d.ts
废弃版本有变化 类名:screenLock
方法 or 属性:function isSecureMode(): Promise<boolean>;
废弃版本:N/A
类名:screenLock
方法 or 属性:function isSecureMode(): Promise<boolean>;
废弃版本:9
代替接口:N/A
@ohos.screenLock.d.ts
废弃版本有变化 类名:screenLock
方法 or 属性:function unlockScreen(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:screenLock
方法 or 属性:function unlockScreen(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:N/A
@ohos.screenLock.d.ts
废弃版本有变化 类名:screenLock
方法 or 属性:function unlockScreen():Promise<void>;
废弃版本:N/A
类名:screenLock
方法 or 属性:function unlockScreen():Promise<void>;
废弃版本:9
代替接口:N/A
@ohos.screenLock.d.ts
废弃版本有变化 类名:systemTime
废弃版本:N/A
类名:systemTime
废弃版本:9
代替接口:ohos.systemDateTime
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function setTime(time : number, callback : AsyncCallback<void>) : void;
废弃版本:N/A
类名:systemTime
方法 or 属性:function setTime(time : number, callback : AsyncCallback<void>) : void;
废弃版本:9
代替接口:N/A
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function setTime(time : number) : Promise<void>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function setTime(time : number) : Promise<void>;
废弃版本:9
代替接口:N/A
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean): Promise<number>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean): Promise<number>;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getCurrentTime
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise<number>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean): Promise<number>;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getRealActiveTime
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean): Promise<number>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean): Promise<number>;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getRealTime
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function setDate(date: Date, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:systemTime
方法 or 属性:function setDate(date: Date, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:N/A
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function setDate(date: Date): Promise<void>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function setDate(date: Date): Promise<void>;
废弃版本:9
代替接口:N/A
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getDate(callback: AsyncCallback<Date>): void;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getDate(callback: AsyncCallback<Date>): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getDate
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getDate(): Promise<Date>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getDate(): Promise<Date>;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getDate
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:systemTime
方法 or 属性:function setTimezone(timezone: string, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:N/A
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function setTimezone(timezone: string): Promise<void>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function setTimezone(timezone: string): Promise<void>;
废弃版本:9
代替接口:N/A
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getTimezone(callback: AsyncCallback<string>): void;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getTimezone(callback: AsyncCallback<string>): void;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getTimezone
@ohos.systemTime.d.ts
废弃版本有变化 类名:systemTime
方法 or 属性:function getTimezone(): Promise<string>;
废弃版本:N/A
类名:systemTime
方法 or 属性:function getTimezone(): Promise<string>;
废弃版本:9
代替接口:ohos.systemDateTime/systemDateTime.getTimezone
@ohos.systemTime.d.ts
废弃版本有变化 类名:RgbaColor
废弃版本:N/A
类名:RgbaColor
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType): Promise<number>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType): Promise<number>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getFile(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getFile(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getFile(wallpaperType: WallpaperType): Promise<number>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getFile(wallpaperType: WallpaperType): Promise<number>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getMinHeight(callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getMinHeight(callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getMinHeight(): Promise<number>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getMinHeight(): Promise<number>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getMinWidth(callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getMinWidth(callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getMinWidth(): Promise<number>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getMinWidth(): Promise<number>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function isChangePermitted(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function isChangePermitted(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function isChangePermitted(): Promise<boolean>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function isChangePermitted(): Promise<boolean>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function isOperationAllowed(callback: AsyncCallback<boolean>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function isOperationAllowed(callback: AsyncCallback<boolean>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function isOperationAllowed(): Promise<boolean>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function isOperationAllowed(): Promise<boolean>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType): Promise<void>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType): Promise<void>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:wallpaper
方法 or 属性:function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
废弃版本:N/A
类名:wallpaper
方法 or 属性:function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
废弃版本:9
代替接口:N/A
@ohos.wallpaper.d.ts
废弃版本有变化 类名:UploadResponse
废弃版本:N/A
类名:UploadResponse
废弃版本:9
代替接口:ohos.request
@system.request.d.ts
废弃版本有变化 类名:UploadResponse
方法 or 属性:code: number;
废弃版本:N/A
类名:UploadResponse
方法 or 属性:code: number;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadResponse
方法 or 属性:data: string;
废弃版本:N/A
类名:UploadResponse
方法 or 属性:data: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadResponse
方法 or 属性:headers: Object;
废弃版本:N/A
类名:UploadResponse
方法 or 属性:headers: Object;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadResponse
废弃版本:N/A
类名:DownloadResponse
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadResponse
方法 or 属性:token: string;
废弃版本:N/A
类名:DownloadResponse
方法 or 属性:token: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteResponse
废弃版本:N/A
类名:OnDownloadCompleteResponse
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteResponse
方法 or 属性:uri: string;
废弃版本:N/A
类名:OnDownloadCompleteResponse
方法 or 属性:uri: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestFile
废弃版本:N/A
类名:RequestFile
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestFile
方法 or 属性:filename?: string;
废弃版本:N/A
类名:RequestFile
方法 or 属性:filename?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestFile
方法 or 属性:name?: string;
废弃版本:N/A
类名:RequestFile
方法 or 属性:name?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestFile
方法 or 属性:uri: string;
废弃版本:N/A
类名:RequestFile
方法 or 属性:uri: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestFile
方法 or 属性:type?: string;
废弃版本:N/A
类名:RequestFile
方法 or 属性:type?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestData
废弃版本:N/A
类名:RequestData
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestData
方法 or 属性:name: string;
废弃版本:N/A
类名:RequestData
方法 or 属性:name: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:RequestData
方法 or 属性:value: string;
废弃版本:N/A
类名:RequestData
方法 or 属性:value: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
废弃版本:N/A
类名:UploadRequestOptions
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:url: string;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:url: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:data?: Array<RequestData>;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:data?: Array<RequestData>;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:files: Array<RequestFile>;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:files: Array<RequestFile>;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:header?: Object;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:header?: Object;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:method?: string;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:method?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:success?: (data: UploadResponse) => void;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:success?: (data: UploadResponse) => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:fail?: (data: any, code: number) => void;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:fail?: (data: any, code: number) => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:UploadRequestOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:UploadRequestOptions
方法 or 属性:complete?: () => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
废弃版本:N/A
类名:DownloadRequestOptions
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:url: string;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:url: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:filename?: string;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:filename?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:header?: string;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:header?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:description?: string;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:description?: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:success?: (data: DownloadResponse) => void;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:success?: (data: DownloadResponse) => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:fail?: (data: any, code: number) => void;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:fail?: (data: any, code: number) => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:DownloadRequestOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:DownloadRequestOptions
方法 or 属性:complete?: () => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteOptions
废弃版本:N/A
类名:OnDownloadCompleteOptions
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteOptions
方法 or 属性:token: string;
废弃版本:N/A
类名:OnDownloadCompleteOptions
方法 or 属性:token: string;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteOptions
方法 or 属性:success?: (data: OnDownloadCompleteResponse) => void;
废弃版本:N/A
类名:OnDownloadCompleteOptions
方法 or 属性:success?: (data: OnDownloadCompleteResponse) => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteOptions
方法 or 属性:fail?: (data: any, code: number) => void;
废弃版本:N/A
类名:OnDownloadCompleteOptions
方法 or 属性:fail?: (data: any, code: number) => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:OnDownloadCompleteOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:OnDownloadCompleteOptions
方法 or 属性:complete?: () => void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:Request
废弃版本:N/A
类名:Request
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:Request
方法 or 属性:static upload(options: UploadRequestOptions): void;
废弃版本:N/A
类名:Request
方法 or 属性:static upload(options: UploadRequestOptions): void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:Request
方法 or 属性:static download(options: DownloadRequestOptions): void;
废弃版本:N/A
类名:Request
方法 or 属性:static download(options: DownloadRequestOptions): void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
废弃版本有变化 类名:Request
方法 or 属性:static onDownloadComplete(options: OnDownloadCompleteOptions): void;
废弃版本:N/A
类名:Request
方法 or 属性:static onDownloadComplete(options: OnDownloadCompleteOptions): void;
废弃版本:9
代替接口:N/A
@system.request.d.ts
起始版本有变化 类名:DownloadTask
起始版本:N/A
类名:DownloadTask
起始版本:6
@ohos.request.d.ts
起始版本有变化 类名:UploadTask
起始版本:N/A
类名:UploadTask
起始版本:6
@ohos.request.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<number>): void;
起始版本:N/A
类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;
起始版本:N/A
类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
起始版本:N/A
类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;
起始版本:N/A
类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;
起始版本:N/A
类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise<void>;
起始版本:N/A
类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise<void>;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
起始版本:N/A
类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
起始版本:7
@ohos.systemTimer.d.ts
起始版本有变化 类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise<void>;
起始版本:N/A
类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise<void>;
起始版本: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
起始版本有变化 类名:RgbaColor
起始版本:N/A
类名:RgbaColor
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:WallpaperType
起始版本:N/A
类名:WallpaperType
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType): Promise<number>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getId(wallpaperType: WallpaperType): Promise<number>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getMinHeight(callback: AsyncCallback<number>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getMinHeight(callback: AsyncCallback<number>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getMinHeight(): Promise<number>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getMinHeight(): Promise<number>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getMinWidth(callback: AsyncCallback<number>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getMinWidth(callback: AsyncCallback<number>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getMinWidth(): Promise<number>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getMinWidth(): Promise<number>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function isChangePermitted(callback: AsyncCallback<boolean>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function isChangePermitted(callback: AsyncCallback<boolean>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function isChangePermitted(): Promise<boolean>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function isChangePermitted(): Promise<boolean>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function isOperationAllowed(callback: AsyncCallback<boolean>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function isOperationAllowed(callback: AsyncCallback<boolean>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function isOperationAllowed(): Promise<boolean>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function isOperationAllowed(): Promise<boolean>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType): Promise<void>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function reset(wallpaperType: WallpaperType): Promise<void>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
起始版本:N/A
类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:wallpaper
方法 or 属性:function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
起始版本:N/A
类名:wallpaper
方法 or 属性:function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
起始版本:7
@ohos.wallpaper.d.ts
起始版本有变化 类名:Request
方法 or 属性:static upload(options: UploadRequestOptions): void;
起始版本:N/A
类名:Request
方法 or 属性:static upload(options: UploadRequestOptions): void;
起始版本:3
@system.request.d.ts
起始版本有变化 类名:Request
方法 or 属性:static download(options: DownloadRequestOptions): void;
起始版本:N/A
类名:Request
方法 or 属性:static download(options: DownloadRequestOptions): void;
起始版本:3
@system.request.d.ts
起始版本有变化 类名:Request
方法 or 属性:static onDownloadComplete(options: OnDownloadCompleteOptions): void;
起始版本:N/A
类名:Request
方法 or 属性:static onDownloadComplete(options: OnDownloadCompleteOptions): void;
起始版本:3
@system.request.d.ts
权限有变化 类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
权限:ohos.permission.READ_USER_STORAGE
类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
权限:ohos.permission.GET_WALLPAPER
@ohos.wallpaper.d.ts
权限有变化 类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
权限:ohos.permission.READ_USER_STORAGE
类名:wallpaper
方法 or 属性:function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
权限:ohos.permission.GET_WALLPAPER
@ohos.wallpaper.d.ts
新增(错误码) NA 类名:SystemPasteboard
方法 or 属性:on(type: 'update', callback: () => void): void;
错误码内容: 401
@ohos.pasteboard.d.ts
新增(错误码) NA 类名:SystemPasteboard
方法 or 属性:off(type: 'update', callback?: () => void): void;
错误码内容: 401
@ohos.pasteboard.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function createTimer(options: TimerOptions): Promise<number>;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function startTimer(timer: number, triggerTime: number): Promise<void>;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function stopTimer(timer: number, callback: AsyncCallback<void>): void;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function stopTimer(timer: number): Promise<void>;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
错误码内容: 202, 401
@ohos.systemTimer.d.ts
新增(错误码) NA 类名:systemTimer
方法 or 属性:function destroyTimer(timer: number): Promise<void>;
错误码内容: 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
SysCap有变化 类名:DownloadTask
SysCap:N/A
类名:DownloadTask
SysCap:SystemCapability.MiscServices.Download
@ohos.request.d.ts
SysCap有变化 类名:UploadTask
SysCap:N/A
类名:UploadTask
SysCap:SystemCapability.MiscServices.Download
@ohos.request.d.ts
函数有变化 类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean, callback: AsyncCallback<number>): void;
类名:systemTime
方法 or 属性:function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
函数有变化 类名:systemTime
方法 or 属性:function getCurrentTime(isNano?: boolean, callback: AsyncCallback<number>): void;
类名:systemTime
方法 or 属性:function getCurrentTime(callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
函数有变化 类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean, callback: AsyncCallback<number>): void;
类名:systemTime
方法 or 属性:function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
函数有变化 类名:systemTime
方法 or 属性:function getRealActiveTime(isNano?: boolean, callback: AsyncCallback<number>): void;
类名:systemTime
方法 or 属性:function getRealActiveTime(callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
函数有变化 类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean, callback: AsyncCallback<number>): void;
类名:systemTime
方法 or 属性:function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
函数有变化 类名:systemTime
方法 or 属性:function getRealTime(isNano?: boolean, callback: AsyncCallback<number>): void;
类名:systemTime
方法 or 属性:function getRealTime(callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts