Change Type Old Version New Version d.ts File
Added NA Module name: ohos.inputMethod
Class name: inputMethod
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: const MAX_TYPE_NUM: number
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getInputMethodSetting(): InputMethodSetting;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getInputMethodController(): InputMethodController;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getSetting(): InputMethodSetting;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getController(): InputMethodController;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise<boolean>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback<Array<InputMethodSubtype>>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise<Array<InputMethodSubtype>>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback<Array<InputMethodSubtype>>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listCurrentInputMethodSubtype(): Promise<Array<InputMethodSubtype>>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(): Promise<Array<InputMethodProperty>>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: showOptionalInputMethods(): Promise<boolean>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback<void>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(): Promise<void>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInputSession(callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInputSession(): Promise<boolean>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInput(callback: AsyncCallback<boolean>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: stopInput(): Promise<boolean>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: showSoftKeyboard(callback: AsyncCallback<void>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: showSoftKeyboard():Promise<void>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: hideSoftKeyboard(callback: AsyncCallback<void>): void;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodController
Method or attribute name: hideSoftKeyboard():Promise<void>;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly packageName: string;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly methodId: string;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly name: string;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly id: string;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly label?: string;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly icon?: string;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: readonly iconId?: number;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethod
Class name: InputMethodProperty
Method or attribute name: extra: object;
@ohos.inputMethod.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_GO: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEND: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_DONE: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NULL: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_TEXT: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NUMBER: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PHONE: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_DATETIME: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_EMAIL: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_URI: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PASSWORD: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SELECTING: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SINGLE_LINE: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_PART: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_FULL: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_ASCII: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NONE: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_WORDS: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_MULTI_LINE: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NO_FULLSCREEN: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_UP: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_DOWN: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_LEFT: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const CURSOR_RIGHT: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function getInputMethodAbility(): InputMethodAbility;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function getInputMethodEngine(): InputMethodEngine;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: inputMethodEngine
Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardController
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hide(callback: AsyncCallback<void>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hide(): Promise<void>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hideKeyboard(callback: AsyncCallback<void>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardController
Method or attribute name: hideKeyboard(): Promise<void>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'|'keyboardHide', callback: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'|'keyboardHide', callback: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'inputStop', callback: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'inputStop', callback: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'keyboardShow'|'keyboardHide', callback: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'keyboardShow'|'keyboardHide', callback: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputMethodAbility
Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: insertText(text: string): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getForward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getBackward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteForward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: deleteBackward(length: number): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: insertText(text: string): Promise<boolean>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getForward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getBackward(length: number): Promise<string>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: moveCursor(direction: number, callback: AsyncCallback<void>): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: moveCursor(direction: number): Promise<void>;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'|'keyUp', callback: (event: KeyEvent) => boolean): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'|'keyUp', callback: (event: KeyEvent) => boolean): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: EditorAttribute
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: EditorAttribute
Method or attribute name: readonly inputPattern: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: EditorAttribute
Method or attribute name: readonly enterKeyType: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyEvent
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyEvent
Method or attribute name: readonly keyCode: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.inputMethodEngine
Class name: KeyEvent
Method or attribute name: readonly keyAction: number;
@ohos.inputMethodEngine.d.ts
Added NA Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
@ohos.InputMethodExtensionAbility.d.ts
Added NA Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
Method or attribute name: context: InputMethodExtensionContext;
@ohos.InputMethodExtensionAbility.d.ts
Added NA Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
Method or attribute name: onCreate(want: Want): void;
@ohos.InputMethodExtensionAbility.d.ts
Added NA Module name: ohos.InputMethodExtensionAbility
Class name: InputMethodExtensionAbility
Method or attribute name: onDestroy(): void;
@ohos.InputMethodExtensionAbility.d.ts
Added NA Module name: ohos.InputMethodExtensionContext
Class name: InputMethodExtensionContext
@ohos.InputMethodExtensionContext.d.ts
Added NA Module name: ohos.InputMethodExtensionContext
Class name: InputMethodExtensionContext
Method or attribute name: destroy(callback: AsyncCallback<void>): void;
@ohos.InputMethodExtensionContext.d.ts
Added NA Module name: ohos.InputMethodExtensionContext
Class name: InputMethodExtensionContext
Method or attribute name: destroy(): Promise<void>;
@ohos.InputMethodExtensionContext.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly label?: string;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly name: string;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly id: string;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly mode?: 'upper'|'lower';
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly locale: string;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly language: string;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly icon?: string;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: readonly iconId?: number;
@ohos.InputMethodSubtype.d.ts
Added NA Module name: ohos.InputMethodSubtype
Class name: InputMethodSubtype
Method or attribute name: extra: object;
@ohos.InputMethodSubtype.d.ts
Added NA Class name: pasteboard
Method or attribute name: const MIMETYPE_PIXELMAP: string;
@ohos.pasteboard.d.ts
Added NA Class name: pasteboard
Method or attribute name: function createData(mimeType: string, value: ValueType): PasteData;
@ohos.pasteboard.d.ts
Added NA Class name: pasteboard
Method or attribute name: function createRecord(mimeType: string, value: ValueType): PasteDataRecord;
@ohos.pasteboard.d.ts
Added NA Module name: ohos.pasteboard
Class name: ShareOption
@ohos.pasteboard.d.ts
Added NA Class name: ShareOption
Method or attribute name:
@ohos.pasteboard.d.ts
Added NA Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: INAPP
@ohos.pasteboard.d.ts
Added NA Class name: ShareOption
Method or attribute name: INAPP
@ohos.pasteboard.d.ts
Added NA Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: LOCALDEVICE
@ohos.pasteboard.d.ts
Added NA Class name: ShareOption
Method or attribute name: LOCALDEVICE
@ohos.pasteboard.d.ts
Added NA Module name: ohos.pasteboard
Class name: ShareOption
Method or attribute name: CROSSDEVICE
@ohos.pasteboard.d.ts
Added NA Class name: ShareOption
Method or attribute name: CROSSDEVICE
@ohos.pasteboard.d.ts
Added NA Module name: ohos.pasteboard
Class name: PasteDataProperty
Method or attribute name: shareOption: ShareOption;
@ohos.pasteboard.d.ts
Added NA Class name: PasteDataProperty
Method or attribute name: shareOption: ShareOption;
@ohos.pasteboard.d.ts
Added NA Class name: PasteDataRecord
Method or attribute name: pixelMap: image.PixelMap;
@ohos.pasteboard.d.ts
Added NA Class name: PasteDataRecord
Method or attribute name: data: {

[mimeType: string]: ArrayBuffer

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

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: EventType
Method or attribute name: type EventType =

'beginWakeUp'

| 'endWakeUp'

| 'beginScreenOn'

| 'endScreenOn'

| 'beginScreenOff'

| 'endScreenOff'

| 'unlockScreen'

| 'lockScreen'

| 'beginExitAnimation'

| 'beginSleep'

| 'endSleep'

| 'changeUser'

| 'screenlockEnabled'

| 'serviceRestart'
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function isLocked(): boolean;
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function unlock(callback: AsyncCallback<boolean>): void;
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function unlock():Promise<boolean>;
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function lock(callback: AsyncCallback<boolean>): void;
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function lock():Promise<boolean>;
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: SystemEvent
@ohos.screenLock.d.ts
Added NA Class name: SystemEvent
Method or attribute name:
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: SystemEvent
Method or attribute name: eventType: EventType,
@ohos.screenLock.d.ts
Added NA Class name: SystemEvent
Method or attribute name: eventType: EventType,
@ohos.screenLock.d.ts
Added NA Module name: ohos.screenLock
Class name: SystemEvent
Method or attribute name: params: string
@ohos.screenLock.d.ts
Added NA Class name: SystemEvent
Method or attribute name: params: string
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function onSystemEvent(callback: Callback<SystemEvent>): boolean;
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback<boolean>): void;
@ohos.screenLock.d.ts
Added NA Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise<boolean>;
@ohos.screenLock.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTime(time : number, callback : AsyncCallback<void>) : void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTime(time : number) : Promise<void>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getCurrentTime(callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getCurrentTime(isNano?: boolean): Promise<number>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealActiveTime(callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise<number>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealTime(callback: AsyncCallback<number>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getRealTime(isNano?: boolean): Promise<number>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setDate(date: Date, callback: AsyncCallback<void>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setDate(date: Date): Promise<void>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getDate(callback: AsyncCallback<Date>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getDate(): Promise<Date>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function setTimezone(timezone: string): Promise<void>;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getTimezone(callback: AsyncCallback<string>): void;
@ohos.systemDateTime.d.ts
Added NA Module name: ohos.systemDateTime
Class name: systemDateTime
Method or attribute name: function getTimezone(): Promise<string>;
@ohos.systemDateTime.d.ts
Added NA Class name: wallpaper
Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array<RgbaColor>;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function getMinHeightSync(): number;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function getMinWidthSync(): number;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function restore(wallpaperType: WallpaperType): Promise<void>;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
@ohos.wallpaper.d.ts
Added NA Class name: wallpaper
Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise<image.PixelMap>;
@ohos.wallpaper.d.ts
Deleted Module name: ohos.inputmethod
Class name: inputMethod
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: inputMethod
Method or attribute name: const MAX_TYPE_NUM: number
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: inputMethod
Method or attribute name: function getInputMethodSetting(): InputMethodSetting;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: inputMethod
Method or attribute name: function getInputMethodController(): InputMethodController;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodSetting
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: listInputMethod(): Promise<Array<InputMethodProperty>>;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback<void>): void;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodSetting
Method or attribute name: displayOptionalInputMethod(): Promise<void>;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodController
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodController
Method or attribute name: stopInput(callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodController
Method or attribute name: stopInput(): Promise<boolean>;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodProperty
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodProperty
Method or attribute name: readonly packageName: string;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethod
Class name: InputMethodProperty
Method or attribute name: readonly methodId: string;
NA @ohos.inputmethod.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_GO: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_SEND: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_DONE: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NULL: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_TEXT: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_NUMBER: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PHONE: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_DATETIME: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_EMAIL: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_URI: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const PATTERN_PASSWORD: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SELECTING: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const FLAG_SINGLE_LINE: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_PART: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const DISPLAY_MODE_FULL: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_ASCII: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NONE: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_AUTO_WORDS: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_MULTI_LINE: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: const OPTION_NO_FULLSCREEN: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: function getInputMethodEngine(): InputMethodEngine;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: inputMethodEngine
Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardController
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardController
Method or attribute name: hideKeyboard(callback: AsyncCallback<void>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardController
Method or attribute name: hideKeyboard(): Promise<void>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'|'keyboardHide', callback: () => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: on(type: 'keyboardShow'|'keyboardHide', callback: () => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: InputMethodEngine
Method or attribute name: off(type: 'keyboardShow'|'keyboardHide', callback?: () => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteForward(length: number): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: deleteBackward(length: number): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: insertText(text: string): Promise<boolean>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getForward(length: number): Promise<string>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getBackward(length: number): Promise<string>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: TextInputClient
Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'|'keyUp', callback: (event: KeyEvent) => boolean): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'keyDown'|'keyUp', callback: (event: KeyEvent) => boolean): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'keyDown'|'keyUp', callback?: (event: KeyEvent) => boolean): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyboardDelegate
Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: EditorAttribute
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: EditorAttribute
Method or attribute name: readonly inputPattern: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: EditorAttribute
Method or attribute name: readonly enterKeyType: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyEvent
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyEvent
Method or attribute name: readonly keyCode: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.inputmethodengine
Class name: KeyEvent
Method or attribute name: readonly keyAction: number;
NA @ohos.inputmethodengine.d.ts
Deleted Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat, callback: AsyncCallback<image.PixelMap>): void;
NA @ohos.wallpaper.d.ts
Deleted Module name: ohos.wallpaper
Class name: wallpaper
Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat): Promise<image.PixelMap>;
NA @ohos.wallpaper.d.ts
Model changed Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
Model: N/A
Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
Model: @FAModelOnly
@ohos.request.d.ts
Model changed Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise<DownloadTask>;
Model: N/A
Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise<DownloadTask>;
Model: @FAModelOnly
@ohos.request.d.ts
Model changed Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
Model: N/A
Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
Model: @FAModelOnly
@ohos.request.d.ts
Model changed Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise<UploadTask>;
Model: N/A
Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise<UploadTask>;
Model: @FAModelOnly
@ohos.request.d.ts
Access level changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Access level: public API
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Access level: public API
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Access level: public API
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Access level: public API
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
Access level: public API
Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;
Access level: public API
Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
Access level: public API
Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;
Access level: public API
Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;
Access level: public API
Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise<void>;
Access level: public API
Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise<void>;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
Access level: public API
Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise<void>;
Access level: public API
Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise<void>;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: TimerOptions
Access level: public API
Class name: TimerOptions
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: TimerOptions
Method or attribute name: type: number;
Access level: public API
Class name: TimerOptions
Method or attribute name: type: number;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: TimerOptions
Method or attribute name: repeat: boolean;
Access level: public API
Class name: TimerOptions
Method or attribute name: repeat: boolean;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: TimerOptions
Method or attribute name: interval?: number;
Access level: public API
Class name: TimerOptions
Method or attribute name: interval?: number;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Access level: public API
Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Access level: system API
@ohos.systemTimer.d.ts
Access level changed Class name: TimerOptions
Method or attribute name: callback?: () => void;
Access level: public API
Class name: TimerOptions
Method or attribute name: callback?: () => void;
Access level: system API
@ohos.systemTimer.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createHtmlData(htmlText: string): PasteData;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createHtmlData(htmlText: string): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createWantData(want: Want): PasteData;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createWantData(want: Want): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createPlainTextData(text: string): PasteData;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createPlainTextData(text: string): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createUriData(uri: string): PasteData;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createUriData(uri: string): PasteData;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: pasteboard
Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;
Deprecated version: N/A
Class name: pasteboard
Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteDataRecord
Method or attribute name: convertToText(callback: AsyncCallback<string>): void;
Deprecated version: N/A
Class name: PasteDataRecord
Method or attribute name: convertToText(callback: AsyncCallback<string>): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteDataRecord
Method or attribute name: convertToText(): Promise<string>;
Deprecated version: N/A
Class name: PasteDataRecord
Method or attribute name: convertToText(): Promise<string>;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: addHtmlRecord(htmlText: string): void;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: addHtmlRecord(htmlText: string): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: addWantRecord(want: Want): void;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: addWantRecord(want: Want): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: addTextRecord(text: string): void;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: addTextRecord(text: string): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: addUriRecord(uri: string): void;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: addUriRecord(uri: string): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: getRecordAt(index: number): PasteDataRecord;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: getRecordAt(index: number): PasteDataRecord;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: hasMimeType(mimeType: string): boolean;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: hasMimeType(mimeType: string): boolean;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: removeRecordAt(index: number): boolean;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: removeRecordAt(index: number): boolean;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: PasteData
Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;
Deprecated version: N/A
Class name: PasteData
Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: clear(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: clear(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: clear(): Promise<void>;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: clear(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: getPasteData(callback: AsyncCallback<PasteData>): void;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: getPasteData(callback: AsyncCallback<PasteData>): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: getPasteData(): Promise<PasteData>;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: getPasteData(): Promise<PasteData>;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: hasPasteData(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: hasPasteData(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: hasPasteData(): Promise<boolean>;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: hasPasteData(): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData): Promise<void>;
Deprecated version: N/A
Class name: SystemPasteboard
Method or attribute name: setPasteData(data: PasteData): Promise<void>;
Deprecated version: 9
Substitute API: ohos.pasteboard.pasteboard
@ohos.pasteboard.d.ts
Deprecated version changed Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
Deprecated version: N/A
Class name: request
Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback<DownloadTask>): void;
Deprecated version: 9
Substitute API: ohos.request.downloadFile
@ohos.request.d.ts
Deprecated version changed Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise<DownloadTask>;
Deprecated version: N/A
Class name: request
Method or attribute name: function download(config: DownloadConfig): Promise<DownloadTask>;
Deprecated version: 9
Substitute API: ohos.request.downloadFile
@ohos.request.d.ts
Deprecated version changed Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
Deprecated version: N/A
Class name: request
Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback<UploadTask>): void;
Deprecated version: 9
Substitute API: ohos.request.uploadFile
@ohos.request.d.ts
Deprecated version changed Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise<UploadTask>;
Deprecated version: N/A
Class name: request
Method or attribute name: function upload(config: UploadConfig): Promise<UploadTask>;
Deprecated version: 9
Substitute API: ohos.request.uploadFile
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: remove(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: remove(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.request.delete
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: remove(): Promise<boolean>;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: remove(): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.request.delete
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: pause(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: pause(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.request.suspend
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: pause(): Promise<void>;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: pause(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.request.suspend
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: resume(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: resume(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: ohos.request.restore
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: resume(): Promise<void>;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: resume(): Promise<void>;
Deprecated version: 9
Substitute API: ohos.request.restore
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: query(callback: AsyncCallback<DownloadInfo>): void;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: query(callback: AsyncCallback<DownloadInfo>): void;
Deprecated version: 9
Substitute API: ohos.request.getTaskInfo
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: query(): Promise<DownloadInfo>;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: query(): Promise<DownloadInfo>;
Deprecated version: 9
Substitute API: ohos.request.getTaskInfo
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: queryMimeType(callback: AsyncCallback<string>): void;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: queryMimeType(callback: AsyncCallback<string>): void;
Deprecated version: 9
Substitute API: ohos.request.getTaskMimeType
@ohos.request.d.ts
Deprecated version changed Class name: DownloadTask
Method or attribute name: queryMimeType(): Promise<string>;
Deprecated version: N/A
Class name: DownloadTask
Method or attribute name: queryMimeType(): Promise<string>;
Deprecated version: 9
Substitute API: ohos.request.getTaskMimeType
@ohos.request.d.ts
Deprecated version changed Class name: UploadTask
Method or attribute name: remove(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: UploadTask
Method or attribute name: remove(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: ohos.request.delete
@ohos.request.d.ts
Deprecated version changed Class name: UploadTask
Method or attribute name: remove(): Promise<boolean>;
Deprecated version: N/A
Class name: UploadTask
Method or attribute name: remove(): Promise<boolean>;
Deprecated version: 9
Substitute API: ohos.request.delete
@ohos.request.d.ts
Deprecated version changed Class name: screenLock
Method or attribute name: function isScreenLocked(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: screenLock
Method or attribute name: function isScreenLocked(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.screenLock.d.ts
Deprecated version changed Class name: screenLock
Method or attribute name: function isScreenLocked(): Promise<boolean>;
Deprecated version: N/A
Class name: screenLock
Method or attribute name: function isScreenLocked(): Promise<boolean>;
Deprecated version: 9
Substitute API: N/A
@ohos.screenLock.d.ts
Deprecated version changed Class name: screenLock
Method or attribute name: function isSecureMode(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: screenLock
Method or attribute name: function isSecureMode(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.screenLock.d.ts
Deprecated version changed Class name: screenLock
Method or attribute name: function isSecureMode(): Promise<boolean>;
Deprecated version: N/A
Class name: screenLock
Method or attribute name: function isSecureMode(): Promise<boolean>;
Deprecated version: 9
Substitute API: N/A
@ohos.screenLock.d.ts
Deprecated version changed Class name: screenLock
Method or attribute name: function unlockScreen(callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: screenLock
Method or attribute name: function unlockScreen(callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.screenLock.d.ts
Deprecated version changed Class name: screenLock
Method or attribute name: function unlockScreen():Promise<void>;
Deprecated version: N/A
Class name: screenLock
Method or attribute name: function unlockScreen():Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.screenLock.d.ts
Deprecated version changed Class name: systemTime
Deprecated version: N/A
Class name: systemTime
Deprecated version: 9
Substitute API: ohos.systemDateTime
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function setTime(time : number, callback : AsyncCallback<void>) : void;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function setTime(time : number, callback : AsyncCallback<void>) : void;
Deprecated version: 9
Substitute API: N/A
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function setTime(time : number) : Promise<void>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function setTime(time : number) : Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean): Promise<number>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean): Promise<number>;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getCurrentTime
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise<number>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise<number>;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getRealActiveTime
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean): Promise<number>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean): Promise<number>;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getRealTime
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function setDate(date: Date, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function setDate(date: Date, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function setDate(date: Date): Promise<void>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function setDate(date: Date): Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getDate(callback: AsyncCallback<Date>): void;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getDate(callback: AsyncCallback<Date>): void;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getDate
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getDate(): Promise<Date>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getDate(): Promise<Date>;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getDate
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function setTimezone(timezone: string): Promise<void>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function setTimezone(timezone: string): Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getTimezone(callback: AsyncCallback<string>): void;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getTimezone(callback: AsyncCallback<string>): void;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getTimezone
@ohos.systemTime.d.ts
Deprecated version changed Class name: systemTime
Method or attribute name: function getTimezone(): Promise<string>;
Deprecated version: N/A
Class name: systemTime
Method or attribute name: function getTimezone(): Promise<string>;
Deprecated version: 9
Substitute API: ohos.systemDateTime/systemDateTime.getTimezone
@ohos.systemTime.d.ts
Deprecated version changed Class name: RgbaColor
Deprecated version: N/A
Class name: RgbaColor
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise<number>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise<number>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise<number>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise<number>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise<number>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise<number>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback<number>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback<number>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise<number>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise<number>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise<boolean>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise<boolean>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback<boolean>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback<boolean>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise<boolean>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise<boolean>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise<void>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Deprecated version: N/A
Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Deprecated version: 9
Substitute API: N/A
@ohos.wallpaper.d.ts
Deprecated version changed Class name: UploadResponse
Deprecated version: N/A
Class name: UploadResponse
Deprecated version: 9
Substitute API: ohos.request
@system.request.d.ts
Deprecated version changed Class name: UploadResponse
Method or attribute name: code: number;
Deprecated version: N/A
Class name: UploadResponse
Method or attribute name: code: number;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadResponse
Method or attribute name: data: string;
Deprecated version: N/A
Class name: UploadResponse
Method or attribute name: data: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadResponse
Method or attribute name: headers: Object;
Deprecated version: N/A
Class name: UploadResponse
Method or attribute name: headers: Object;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadResponse
Deprecated version: N/A
Class name: DownloadResponse
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadResponse
Method or attribute name: token: string;
Deprecated version: N/A
Class name: DownloadResponse
Method or attribute name: token: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteResponse
Deprecated version: N/A
Class name: OnDownloadCompleteResponse
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteResponse
Method or attribute name: uri: string;
Deprecated version: N/A
Class name: OnDownloadCompleteResponse
Method or attribute name: uri: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestFile
Deprecated version: N/A
Class name: RequestFile
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestFile
Method or attribute name: filename?: string;
Deprecated version: N/A
Class name: RequestFile
Method or attribute name: filename?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestFile
Method or attribute name: name?: string;
Deprecated version: N/A
Class name: RequestFile
Method or attribute name: name?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestFile
Method or attribute name: uri: string;
Deprecated version: N/A
Class name: RequestFile
Method or attribute name: uri: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestFile
Method or attribute name: type?: string;
Deprecated version: N/A
Class name: RequestFile
Method or attribute name: type?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestData
Deprecated version: N/A
Class name: RequestData
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestData
Method or attribute name: name: string;
Deprecated version: N/A
Class name: RequestData
Method or attribute name: name: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: RequestData
Method or attribute name: value: string;
Deprecated version: N/A
Class name: RequestData
Method or attribute name: value: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Deprecated version: N/A
Class name: UploadRequestOptions
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: url: string;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: url: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: data?: Array<RequestData>;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: data?: Array<RequestData>;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: files: Array<RequestFile>;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: files: Array<RequestFile>;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: header?: Object;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: header?: Object;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: method?: string;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: method?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: success?: (data: UploadResponse) => void;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: success?: (data: UploadResponse) => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: UploadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A
Class name: UploadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Deprecated version: N/A
Class name: DownloadRequestOptions
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: url: string;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: url: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: filename?: string;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: filename?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: header?: string;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: header?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: description?: string;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: description?: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: success?: (data: DownloadResponse) => void;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: success?: (data: DownloadResponse) => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: DownloadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A
Class name: DownloadRequestOptions
Method or attribute name: complete?: () => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteOptions
Deprecated version: N/A
Class name: OnDownloadCompleteOptions
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteOptions
Method or attribute name: token: string;
Deprecated version: N/A
Class name: OnDownloadCompleteOptions
Method or attribute name: token: string;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteOptions
Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;
Deprecated version: N/A
Class name: OnDownloadCompleteOptions
Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: N/A
Class name: OnDownloadCompleteOptions
Method or attribute name: fail?: (data: any, code: number) => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: OnDownloadCompleteOptions
Method or attribute name: complete?: () => void;
Deprecated version: N/A
Class name: OnDownloadCompleteOptions
Method or attribute name: complete?: () => void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: Request
Deprecated version: N/A
Class name: Request
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Deprecated version: N/A
Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Deprecated version: N/A
Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Deprecated version changed Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Deprecated version: N/A
Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Deprecated version: 9
Substitute API: N/A
@system.request.d.ts
Initial version changed Class name: DownloadTask
Initial version: N/A
Class name: DownloadTask
Initial version: 6
@ohos.request.d.ts
Initial version changed Class name: UploadTask
Initial version: N/A
Class name: UploadTask
Initial version: 6
@ohos.request.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Initial version: N/A
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_REALTIME: number;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Initial version: N/A
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_WAKEUP: number;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Initial version: N/A
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_EXACT: number;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Initial version: N/A
Class name: systemTimer
Method or attribute name: const TIMER_TYPE_IDLE: number;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise<void>;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise<void>;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise<void>;
Initial version: N/A
Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise<void>;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: TimerOptions
Initial version: N/A
Class name: TimerOptions
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: TimerOptions
Method or attribute name: type: number;
Initial version: N/A
Class name: TimerOptions
Method or attribute name: type: number;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: TimerOptions
Method or attribute name: repeat: boolean;
Initial version: N/A
Class name: TimerOptions
Method or attribute name: repeat: boolean;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: TimerOptions
Method or attribute name: interval?: number;
Initial version: N/A
Class name: TimerOptions
Method or attribute name: interval?: number;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Initial version: N/A
Class name: TimerOptions
Method or attribute name: wantAgent?: WantAgent;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: TimerOptions
Method or attribute name: callback?: () => void;
Initial version: N/A
Class name: TimerOptions
Method or attribute name: callback?: () => void;
Initial version: 7
@ohos.systemTimer.d.ts
Initial version changed Class name: RgbaColor
Initial version: N/A
Class name: RgbaColor
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: WallpaperType
Initial version: N/A
Class name: WallpaperType
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback<Array<RgbaColor>>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise<Array<RgbaColor>>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback<number>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise<number>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getId(wallpaperType: WallpaperType): Promise<number>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback<number>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getMinHeight(callback: AsyncCallback<number>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise<number>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getMinHeight(): Promise<number>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback<number>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getMinWidth(callback: AsyncCallback<number>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise<number>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getMinWidth(): Promise<number>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback<boolean>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function isChangePermitted(callback: AsyncCallback<boolean>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise<boolean>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function isChangePermitted(): Promise<boolean>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback<boolean>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function isOperationAllowed(callback: AsyncCallback<boolean>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise<boolean>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function isOperationAllowed(): Promise<boolean>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise<void>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function reset(wallpaperType: WallpaperType): Promise<void>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback<void>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function on(type: 'colorChange', callback: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Initial version: N/A
Class name: wallpaper
Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array<RgbaColor>, wallpaperType: WallpaperType) => void): void;
Initial version: 7
@ohos.wallpaper.d.ts
Initial version changed Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Initial version: N/A
Class name: Request
Method or attribute name: static upload(options: UploadRequestOptions): void;
Initial version: 3
@system.request.d.ts
Initial version changed Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Initial version: N/A
Class name: Request
Method or attribute name: static download(options: DownloadRequestOptions): void;
Initial version: 3
@system.request.d.ts
Initial version changed Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Initial version: N/A
Class name: Request
Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;
Initial version: 3
@system.request.d.ts
Permission changed Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
Permission: ohos.permission.READ_USER_STORAGE
Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void;
Permission: ohos.permission.GET_WALLPAPER
@ohos.wallpaper.d.ts
Permission changed Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
Permission: ohos.permission.READ_USER_STORAGE
Class name: wallpaper
Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>;
Permission: ohos.permission.GET_WALLPAPER
@ohos.wallpaper.d.ts
Error code added NA Class name: SystemPasteboard
Method or attribute name: on(type: 'update', callback: () => void): void;
Error code: 401
@ohos.pasteboard.d.ts
Error code added NA Class name: SystemPasteboard
Method or attribute name: off(type: 'update', callback?: () => void): void;
Error code: 401
@ohos.pasteboard.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function stopTimer(timer: number): Promise<void>;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;
Error code: 202, 401
@ohos.systemTimer.d.ts
Error code added NA Class name: systemTimer
Method or attribute name: function destroyTimer(timer: number): Promise<void>;
Error code: 202, 401
@ohos.systemTimer.d.ts
Permission added Class name: DownloadTask
Permission: N/A
Class name: DownloadTask
Permission: ohos.permission.INTERNET
@ohos.request.d.ts
Permission added Class name: UploadTask
Permission: N/A
Class name: UploadTask
Permission: ohos.permission.INTERNET
@ohos.request.d.ts
SysCap changed Class name: DownloadTask
SysCap: N/A
Class name: DownloadTask
SysCap:SystemCapability.MiscServices.Download
@ohos.request.d.ts
SysCap changed Class name: UploadTask
SysCap: N/A
Class name: UploadTask
SysCap:SystemCapability.MiscServices.Download
@ohos.request.d.ts
Function changed Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback<number>): void;
Class name: systemTime
Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
Function changed Class name: systemTime
Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback<number>): void;
Class name: systemTime
Method or attribute name: function getCurrentTime(callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
Function changed Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback<number>): void;
Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
Function changed Class name: systemTime
Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback<number>): void;
Class name: systemTime
Method or attribute name: function getRealActiveTime(callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
Function changed Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback<number>): void;
Class name: systemTime
Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts
Function changed Class name: systemTime
Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback<number>): void;
Class name: systemTime
Method or attribute name: function getRealTime(callback: AsyncCallback<number>): void;
@ohos.systemTime.d.ts