| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Class name: InputMethodSetting
Method or attribute name: on(type: 'imeShow' \| 'imeHide', callback: (info: Array\) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodSetting
Method or attribute name: off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: showTextInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: showTextInput(): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: hideTextInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: hideTextInput(): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: detach(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: detach(): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: setCallingWindow(windowId: number, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: setCallingWindow(windowId: number): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: updateCursor(cursorInfo: CursorInfo): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: changeSelection(text: string, start: number, end: number, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: changeSelection(text: string, start: number, end: number): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: updateAttribute(attribute: InputAttribute, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: updateAttribute(attribute: InputAttribute): Promise\;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'selectByRange', callback: Callback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'selectByMovement', callback: Callback\): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'insertText'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'sendKeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'handleExtendAction'): void;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodProperty
Method or attribute name: readonly labelId?: number;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodProperty
Method or attribute name: extra?: object;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Direction|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_UP = 1|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_DOWN|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_LEFT|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_RIGHT|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Range|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Range
Method or attribute name: start: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Range
Method or attribute name: end: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Movement|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: Movement
Method or attribute name: direction: Direction;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: NONE = -1|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: TEXT = 0|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: MULTILINE|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: NUMBER|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: PHONE|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: DATETIME|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: EMAIL_ADDRESS|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: URL|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: VISIBLE_PASSWORD|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: UNSPECIFIED = 0|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: NONE|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: GO|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: SEARCH|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: SEND|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: NEXT|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: DONE|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: PREVIOUS|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus
Method or attribute name: NONE = 0|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus
Method or attribute name: HIDE = 1|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus
Method or attribute name: SHOW = 2|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputAttribute|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputAttribute
Method or attribute name: textInputType: TextInputType;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputAttribute
Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: FunctionKey|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: FunctionKey
Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: left: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: top: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: width: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: height: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextConfig|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: TextConfig
Method or attribute name: inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: name: string;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: left: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: top: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: width: number;|@ohos.inputMethod.d.ts| |Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: height: number;|@ohos.inputMethod.d.ts| |Added|NA|Class name: InputMethodAbility
Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Class name: InputMethodAbility
Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Class name: InputMethodAbility
Method or attribute name: destroyPanel(panel: Panel, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Class name: InputMethodAbility
Method or attribute name: destroyPanel(panel: Panel): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByRange(range: Range, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByRange(range: Range): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByMovement(movement: Movement, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByMovement(movement: Movement): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getTextIndexAtCursor(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getTextIndexAtCursor(): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendExtendAction(action: ExtendAction, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendExtendAction(action: ExtendAction): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string, storage: LocalStorage): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: resize(width: number, height: number): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: moveTo(x: number, y: number): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: show(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: show(): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: hide(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: hide(): Promise\;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelFlag|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelFlag
Method or attribute name: FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelFlag
Method or attribute name: FLG_FLOATING|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelType|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelType
Method or attribute name: SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelType
Method or attribute name: STATUS_BAR|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelInfo|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelInfo
Method or attribute name: type: PanelType;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelInfo
Method or attribute name: flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_DOWN|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_LEFT|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Range|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Range
Method or attribute name: start: number;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Range
Method or attribute name: end: number;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Movement|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: Movement
Method or attribute name: direction: Direction;|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d.ts| |Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: PASTE = 5|@ohos.inputMethodEngine.d.ts| |Added|NA|Class name: InputMethodSubtype
Method or attribute name: readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts| |Added|NA|Class name: InputMethodSubtype
Method or attribute name: extra?: object;|@ohos.InputMethodSubtype.d.ts| |Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType|@ohos.wallpaper.d.ts| |Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: DEFAULT|@ohos.wallpaper.d.ts| |Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: PICTURE|@ohos.wallpaper.d.ts| |Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: VIDEO|@ohos.wallpaper.d.ts| |Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: PACKAGE|@ohos.wallpaper.d.ts| |Added|NA|Class name: wallpaper
Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\): void;|@ohos.wallpaper.d.ts| |Added|NA|Class name: wallpaper
Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts| |Added|NA|Class name: wallpaper
Method or attribute name: function on(

type: 'wallpaperChange',

callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void

): void;|@ohos.wallpaper.d.ts| |Added|NA|Class name: wallpaper
Method or attribute name: function off(

type: 'wallpaperChange',

callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void

): void;|@ohos.wallpaper.d.ts| |Initial version changed|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
Initial version: 9|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
Initial version: 10|@ohos.inputMethod.d.ts| |Initial version changed|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
Initial version: 9|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
Initial version: 10|@ohos.inputMethod.d.ts| |Initial version changed|Class name: request
Initial version: N/A|Class name: request
Initial version: 6|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const NETWORK_MOBILE: number;
Initial version: 6|Class name: request
Method or attribute name: const NETWORK_MOBILE: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const NETWORK_WIFI: number;
Initial version: 6|Class name: request
Method or attribute name: const NETWORK_WIFI: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_CANNOT_RESUME: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_CANNOT_RESUME: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_FILE_ERROR: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_FILE_ERROR: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_UNKNOWN: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_UNKNOWN: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_OFFLINE: number;
Initial version: 9|Class name: request
Method or attribute name: const ERROR_OFFLINE: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
Initial version: 9|Class name: request
Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const PAUSED_BY_USER: number;
Initial version: 9|Class name: request
Method or attribute name: const PAUSED_BY_USER: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const PAUSED_UNKNOWN: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_UNKNOWN: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const SESSION_SUCCESSFUL: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_SUCCESSFUL: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const SESSION_RUNNING: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_RUNNING: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const SESSION_PENDING: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_PENDING: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const SESSION_PAUSED: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_PAUSED: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: const SESSION_FAILED: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_FAILED: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
Initial version: 9|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
Initial version: 9|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
Initial version: 9|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
Initial version: 9|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Initial version: 6|Class name: DownloadConfig
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: url: string;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: url: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: header?: Object;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: header?: Object;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: enableMetered?: boolean;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: enableMetered?: boolean;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: enableRoaming?: boolean;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: enableRoaming?: boolean;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: description?: string;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: description?: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: networkType?: number;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: networkType?: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: filePath?: string;
Initial version: 7|Class name: DownloadConfig
Method or attribute name: filePath?: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: title?: string;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: title?: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Initial version: 9|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Initial version: 7|Class name: DownloadInfo
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: description: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: description: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadedBytes: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadedBytes: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadId: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadId: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: failedReason: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: failedReason: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: fileName: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: fileName: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: filePath: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: filePath: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: pausedReason: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: pausedReason: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: status: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: status: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: targetURI: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: targetURI: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadTitle: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadTitle: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadTotalBytes: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadTotalBytes: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Initial version: 6|Class name: DownloadTask
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: DownloadTask
Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: DownloadTask
Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: delete(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: delete(): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: suspend(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: suspend(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: suspend(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: suspend(): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: restore(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: restore(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: restore(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: restore(): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskInfo(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskInfo(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskInfo(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskInfo(): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskMimeType(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskMimeType(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskMimeType(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskMimeType(): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: File
Initial version: 6|Class name: File
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: File
Method or attribute name: filename: string;
Initial version: 6|Class name: File
Method or attribute name: filename: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: File
Method or attribute name: name: string;
Initial version: 6|Class name: File
Method or attribute name: name: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: File
Method or attribute name: uri: string;
Initial version: 6|Class name: File
Method or attribute name: uri: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: File
Method or attribute name: type: string;
Initial version: 6|Class name: File
Method or attribute name: type: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: RequestData
Initial version: 6|Class name: RequestData
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: RequestData
Method or attribute name: name: string;
Initial version: 6|Class name: RequestData
Method or attribute name: name: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: RequestData
Method or attribute name: value: string;
Initial version: 6|Class name: RequestData
Method or attribute name: value: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadConfig
Initial version: 6|Class name: UploadConfig
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadConfig
Method or attribute name: url: string;
Initial version: 6|Class name: UploadConfig
Method or attribute name: url: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadConfig
Method or attribute name: header: Object;
Initial version: 6|Class name: UploadConfig
Method or attribute name: header: Object;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadConfig
Method or attribute name: method: string;
Initial version: 6|Class name: UploadConfig
Method or attribute name: method: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadConfig
Method or attribute name: files: Array\;
Initial version: 6|Class name: UploadConfig
Method or attribute name: files: Array\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadConfig
Method or attribute name: data: Array\;
Initial version: 6|Class name: UploadConfig
Method or attribute name: data: Array\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: TaskState
Initial version: 9|Class name: TaskState
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: TaskState
Method or attribute name: path: string;
Initial version: 9|Class name: TaskState
Method or attribute name: path: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: TaskState
Method or attribute name: responseCode: number;
Initial version: 9|Class name: TaskState
Method or attribute name: responseCode: number;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: TaskState
Method or attribute name: message: string;
Initial version: 9|Class name: TaskState
Method or attribute name: message: string;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Initial version: 6|Class name: UploadTask
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: UploadTask
Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: UploadTask
Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;
Initial version: 7|Class name: UploadTask
Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;
Initial version: 7|Class name: UploadTask
Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 9|Class name: UploadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadTask
Method or attribute name: delete(): Promise\;
Initial version: 9|Class name: UploadTask
Method or attribute name: delete(): Promise\;
Initial version: 10|@ohos.request.d.ts| |Initial version changed|Class name: UploadResponse
Initial version: N/A|Class name: UploadResponse
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: DownloadResponse
Initial version: N/A|Class name: DownloadResponse
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: OnDownloadCompleteResponse
Initial version: N/A|Class name: OnDownloadCompleteResponse
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: RequestFile
Initial version: N/A|Class name: RequestFile
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: RequestData
Initial version: N/A|Class name: RequestData
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: UploadRequestOptions
Initial version: N/A|Class name: UploadRequestOptions
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: DownloadRequestOptions
Initial version: N/A|Class name: DownloadRequestOptions
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: OnDownloadCompleteOptions
Initial version: N/A|Class name: OnDownloadCompleteOptions
Initial version: 3|@system.request.d.ts| |Initial version changed|Class name: Request
Initial version: N/A|Class name: Request
Initial version: 3|@system.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Permission: N/A|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| |Permission added|Class name: screenLock
Method or attribute name: function lock(callback: AsyncCallback\): void;
Permission: N/A|Class name: screenLock
Method or attribute name: function lock(callback: AsyncCallback\): void;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| |Permission added|Class name: screenLock
Method or attribute name: function onSystemEvent(callback: Callback\): boolean;
Permission: N/A|Class name: screenLock
Method or attribute name: function onSystemEvent(callback: Callback\): boolean;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| |Permission added|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| |Permission added|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\;
Permission: N/A|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|