| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|类名:InputMethodSetting
方法or属性:on(type: 'imeShow' \| 'imeHide', callback: (info: Array\) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodSetting
方法or属性:off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:attach(showKeyboard: boolean, textConfig: TextConfig): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:showTextInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:showTextInput(): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:hideTextInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:hideTextInput(): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:detach(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:detach(): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:setCallingWindow(windowId: number, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:setCallingWindow(windowId: number): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:updateCursor(cursorInfo: CursorInfo): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:changeSelection(text: string, start: number, end: number, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:changeSelection(text: string, start: number, end: number): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:updateAttribute(attribute: InputAttribute, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:updateAttribute(attribute: InputAttribute): Promise\;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'selectByRange', callback: Callback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'selectByMovement', callback: Callback\): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'insertText'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'sendKeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodController
方法or属性:off(type: 'handleExtendAction'): void;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodProperty
方法or属性:readonly labelId?: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodProperty
方法or属性:extra?: object;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Direction|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Direction
方法 or 属性:CURSOR_UP = 1|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Direction
方法 or 属性:CURSOR_DOWN|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Direction
方法 or 属性:CURSOR_LEFT|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Direction
方法 or 属性:CURSOR_RIGHT|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Range|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Range
方法 or 属性:start: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Range
方法 or 属性:end: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Movement|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: Movement
方法 or 属性:direction: Direction;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:NONE = -1|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:TEXT = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:MULTILINE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:NUMBER|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:PHONE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:DATETIME|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:EMAIL_ADDRESS|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:URL|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextInputType
方法 or 属性:VISIBLE_PASSWORD|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:UNSPECIFIED = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:NONE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:GO|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:SEARCH|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:SEND|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:NEXT|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:DONE|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: EnterKeyType
方法 or 属性:PREVIOUS|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: KeyboardStatus|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: KeyboardStatus
方法 or 属性:NONE = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: KeyboardStatus
方法 or 属性:HIDE = 1|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: KeyboardStatus
方法 or 属性:SHOW = 2|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputAttribute|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputAttribute
方法 or 属性:textInputType: TextInputType;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputAttribute
方法 or 属性:enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: FunctionKey|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: FunctionKey
方法 or 属性:enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: CursorInfo|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: CursorInfo
方法 or 属性:left: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: CursorInfo
方法 or 属性:top: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: CursorInfo
方法 or 属性:width: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: CursorInfo
方法 or 属性:height: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextConfig|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: TextConfig
方法 or 属性:inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: ExtendAction|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: ExtendAction
方法 or 属性:SELECT_ALL = 0|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: ExtendAction
方法 or 属性:CUT = 3|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: ExtendAction
方法 or 属性:COPY = 4|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: ExtendAction
方法 or 属性:PASTE = 5|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputWindowInfo|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputWindowInfo
方法 or 属性:name: string;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputWindowInfo
方法 or 属性:left: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputWindowInfo
方法 or 属性:top: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputWindowInfo
方法 or 属性:width: number;|@ohos.inputMethod.d.ts|
|新增|NA|模块名: ohos.inputMethod
类名: InputWindowInfo
方法 or 属性:height: number;|@ohos.inputMethod.d.ts|
|新增|NA|类名:InputMethodAbility
方法or属性:createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodAbility
方法or属性:createPanel(ctx: BaseContext, info: PanelInfo): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodAbility
方法or属性:destroyPanel(panel: Panel, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodAbility
方法or属性:destroyPanel(panel: Panel): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:selectByRange(range: Range, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:selectByRange(range: Range): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:selectByMovement(movement: Movement, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:selectByMovement(movement: Movement): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:getTextIndexAtCursor(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:getTextIndexAtCursor(): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:sendExtendAction(action: ExtendAction, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: InputClient
方法 or 属性:sendExtendAction(action: ExtendAction): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:setUiContent(path: string, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:setUiContent(path: string): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:setUiContent(path: string, storage: LocalStorage): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:resize(width: number, height: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:resize(width: number, height: number): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:moveTo(x: number, y: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:moveTo(x: number, y: number): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:show(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:show(): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:hide(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:hide(): Promise\;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Panel
方法 or 属性:changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelFlag|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelFlag
方法 or 属性:FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelFlag
方法 or 属性:FLG_FLOATING|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelType|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelType
方法 or 属性:SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelType
方法 or 属性:STATUS_BAR|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelInfo|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelInfo
方法 or 属性:type: PanelType;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: PanelInfo
方法 or 属性:flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Direction|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Direction
方法 or 属性:CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Direction
方法 or 属性:CURSOR_DOWN|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Direction
方法 or 属性:CURSOR_LEFT|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Direction
方法 or 属性:CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Range|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Range
方法 or 属性:start: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Range
方法 or 属性:end: number;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Movement|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: Movement
方法 or 属性:direction: Direction;|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: ExtendAction|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: ExtendAction
方法 or 属性:SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: ExtendAction
方法 or 属性:CUT = 3|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: ExtendAction
方法 or 属性:COPY = 4|@ohos.inputMethodEngine.d.ts|
|新增|NA|模块名: ohos.inputMethodEngine
类名: ExtendAction
方法 or 属性:PASTE = 5|@ohos.inputMethodEngine.d.ts|
|新增|NA|类名:InputMethodSubtype
方法or属性:readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts|
|新增|NA|类名:InputMethodSubtype
方法or属性:extra?: object;|@ohos.InputMethodSubtype.d.ts|
|新增|NA|模块名: ohos.wallpaper
类名: WallpaperResourceType|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper
类名: WallpaperResourceType
方法 or 属性:DEFAULT|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper
类名: WallpaperResourceType
方法 or 属性:PICTURE|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper
类名: WallpaperResourceType
方法 or 属性:VIDEO|@ohos.wallpaper.d.ts|
|新增|NA|模块名: ohos.wallpaper
类名: WallpaperResourceType
方法 or 属性:PACKAGE|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper
方法or属性:function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\): void;|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper
方法or属性:function setVideo(source: string, wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper
方法or属性:function on(
type: 'wallpaperChange',
callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void
): void;|@ohos.wallpaper.d.ts|
|新增|NA|类名:wallpaper
方法or属性:function off(
type: 'wallpaperChange',
callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void
): void;|@ohos.wallpaper.d.ts|
|起始版本有变化|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
起始版本:9|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
起始版本:10|@ohos.inputMethod.d.ts|
|起始版本有变化|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
起始版本:9|类名:inputMethod
方法 or 属性:function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
起始版本:10|@ohos.inputMethod.d.ts|
|起始版本有变化|类名:request
起始版本:N/A|类名:request
起始版本:6|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
起始版本:9|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const NETWORK_MOBILE: number;
起始版本:6|类名:request
方法 or 属性:const NETWORK_MOBILE: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const NETWORK_WIFI: number;
起始版本:6|类名:request
方法 or 属性:const NETWORK_WIFI: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_CANNOT_RESUME: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_CANNOT_RESUME: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_DEVICE_NOT_FOUND: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_DEVICE_NOT_FOUND: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_FILE_ALREADY_EXISTS: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_FILE_ALREADY_EXISTS: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_FILE_ERROR: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_FILE_ERROR: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_HTTP_DATA_ERROR: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_HTTP_DATA_ERROR: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_INSUFFICIENT_SPACE: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_INSUFFICIENT_SPACE: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_TOO_MANY_REDIRECTS: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_TOO_MANY_REDIRECTS: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_UNHANDLED_HTTP_CODE: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_UNHANDLED_HTTP_CODE: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_UNKNOWN: number;
起始版本:7|类名:request
方法 or 属性:const ERROR_UNKNOWN: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_OFFLINE: number;
起始版本:9|类名:request
方法 or 属性:const ERROR_OFFLINE: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
起始版本:9|类名:request
方法 or 属性:const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const PAUSED_QUEUED_FOR_WIFI: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_QUEUED_FOR_WIFI: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const PAUSED_WAITING_FOR_NETWORK: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_WAITING_FOR_NETWORK: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const PAUSED_WAITING_TO_RETRY: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_WAITING_TO_RETRY: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const PAUSED_BY_USER: number;
起始版本:9|类名:request
方法 or 属性:const PAUSED_BY_USER: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const PAUSED_UNKNOWN: number;
起始版本:7|类名:request
方法 or 属性:const PAUSED_UNKNOWN: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const SESSION_SUCCESSFUL: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_SUCCESSFUL: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const SESSION_RUNNING: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_RUNNING: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const SESSION_PENDING: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_PENDING: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const SESSION_PAUSED: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_PAUSED: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:const SESSION_FAILED: number;
起始版本:7|类名:request
方法 or 属性:const SESSION_FAILED: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
起始版本:9|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
起始版本:9|类名:request
方法 or 属性:function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
起始版本:9|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
起始版本:9|类名:request
方法 or 属性:function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
起始版本:6|类名:DownloadConfig
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:url: string;
起始版本:6|类名:DownloadConfig
方法 or 属性:url: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:header?: Object;
起始版本:6|类名:DownloadConfig
方法 or 属性:header?: Object;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:enableMetered?: boolean;
起始版本:6|类名:DownloadConfig
方法 or 属性:enableMetered?: boolean;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:enableRoaming?: boolean;
起始版本:6|类名:DownloadConfig
方法 or 属性:enableRoaming?: boolean;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:description?: string;
起始版本:6|类名:DownloadConfig
方法 or 属性:description?: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:networkType?: number;
起始版本:6|类名:DownloadConfig
方法 or 属性:networkType?: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:filePath?: string;
起始版本:7|类名:DownloadConfig
方法 or 属性:filePath?: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:title?: string;
起始版本:6|类名:DownloadConfig
方法 or 属性:title?: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadConfig
方法 or 属性:background?: boolean;
起始版本:9|类名:DownloadConfig
方法 or 属性:background?: boolean;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
起始版本:7|类名:DownloadInfo
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:description: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:description: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadedBytes: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadedBytes: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadId: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadId: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:failedReason: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:failedReason: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:fileName: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:fileName: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:filePath: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:filePath: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:pausedReason: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:pausedReason: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:status: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:status: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:targetURI: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:targetURI: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadTitle: string;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadTitle: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadInfo
方法 or 属性:downloadTotalBytes: number;
起始版本:7|类名:DownloadInfo
方法 or 属性:downloadTotalBytes: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
起始版本:6|类名:DownloadTask
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
起始版本:6|类名:DownloadTask
方法 or 属性:on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
起始版本:6|类名:DownloadTask
方法 or 属性:off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:on(type: 'fail', callback: (err: number) => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:on(type: 'fail', callback: (err: number) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:off(type: 'fail', callback?: (err: number) => void): void;
起始版本:7|类名:DownloadTask
方法 or 属性:off(type: 'fail', callback?: (err: number) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:delete(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:delete(): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:suspend(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:suspend(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:suspend(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:suspend(): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:restore(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:restore(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:restore(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:restore(): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskInfo(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskInfo(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskInfo(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskInfo(): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskMimeType(callback: AsyncCallback\): void;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskMimeType(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:DownloadTask
方法 or 属性:getTaskMimeType(): Promise\;
起始版本:9|类名:DownloadTask
方法 or 属性:getTaskMimeType(): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File
起始版本:6|类名:File
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File
方法 or 属性:filename: string;
起始版本:6|类名:File
方法 or 属性:filename: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File
方法 or 属性:name: string;
起始版本:6|类名:File
方法 or 属性:name: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File
方法 or 属性:uri: string;
起始版本:6|类名:File
方法 or 属性:uri: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:File
方法 or 属性:type: string;
起始版本:6|类名:File
方法 or 属性:type: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:RequestData
起始版本:6|类名:RequestData
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:RequestData
方法 or 属性:name: string;
起始版本:6|类名:RequestData
方法 or 属性:name: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:RequestData
方法 or 属性:value: string;
起始版本:6|类名:RequestData
方法 or 属性:value: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig
起始版本:6|类名:UploadConfig
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig
方法 or 属性:url: string;
起始版本:6|类名:UploadConfig
方法 or 属性:url: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig
方法 or 属性:header: Object;
起始版本:6|类名:UploadConfig
方法 or 属性:header: Object;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig
方法 or 属性:method: string;
起始版本:6|类名:UploadConfig
方法 or 属性:method: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig
方法 or 属性:files: Array\;
起始版本:6|类名:UploadConfig
方法 or 属性:files: Array\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadConfig
方法 or 属性:data: Array\;
起始版本:6|类名:UploadConfig
方法 or 属性:data: Array\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState
起始版本:9|类名:TaskState
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState
方法 or 属性:path: string;
起始版本:9|类名:TaskState
方法 or 属性:path: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState
方法 or 属性:responseCode: number;
起始版本:9|类名:TaskState
方法 or 属性:responseCode: number;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:TaskState
方法 or 属性:message: string;
起始版本:9|类名:TaskState
方法 or 属性:message: string;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
起始版本:6|类名:UploadTask
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
方法 or 属性:on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
起始版本:6|类名:UploadTask
方法 or 属性:on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
方法 or 属性:off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
起始版本:6|类名:UploadTask
方法 or 属性:off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
方法 or 属性:on(type: 'headerReceive', callback: (header: object) => void): void;
起始版本:7|类名:UploadTask
方法 or 属性:on(type: 'headerReceive', callback: (header: object) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
方法 or 属性:off(type: 'headerReceive', callback?: (header: object) => void): void;
起始版本:7|类名:UploadTask
方法 or 属性:off(type: 'headerReceive', callback?: (header: object) => void): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:9|类名:UploadTask
方法 or 属性:delete(callback: AsyncCallback\): void;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadTask
方法 or 属性:delete(): Promise\;
起始版本:9|类名:UploadTask
方法 or 属性:delete(): Promise\;
起始版本:10|@ohos.request.d.ts|
|起始版本有变化|类名:UploadResponse
起始版本:N/A|类名:UploadResponse
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:DownloadResponse
起始版本:N/A|类名:DownloadResponse
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:OnDownloadCompleteResponse
起始版本:N/A|类名:OnDownloadCompleteResponse
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:RequestFile
起始版本:N/A|类名:RequestFile
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:RequestData
起始版本:N/A|类名:RequestData
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:UploadRequestOptions
起始版本:N/A|类名:UploadRequestOptions
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:DownloadRequestOptions
起始版本:N/A|类名:DownloadRequestOptions
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:OnDownloadCompleteOptions
起始版本:N/A|类名:OnDownloadCompleteOptions
起始版本:3|@system.request.d.ts|
|起始版本有变化|类名:Request
起始版本:N/A|类名:Request
起始版本:3|@system.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_PERMISSION: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_PARAMCHECK: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_UNSUPPORTED: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_FILEIO: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_FILEPATH: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_SERVICE: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
权限:N/A|类名:request
方法 or 属性:const EXCEPTION_OTHERS: number;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:DownloadConfig
方法 or 属性:background?: boolean;
权限:N/A|类名:DownloadConfig
方法 or 属性:background?: boolean;
权限:ohos.permission.INTERNET|@ohos.request.d.ts|
|新增(权限)|类名:screenLock
方法 or 属性:function lock(callback: AsyncCallback\): void;
权限:N/A|类名:screenLock
方法 or 属性:function lock(callback: AsyncCallback\): void;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|新增(权限)|类名:screenLock
方法 or 属性:function onSystemEvent(callback: Callback\): boolean;
权限:N/A|类名:screenLock
方法 or 属性:function onSystemEvent(callback: Callback\): boolean;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|新增(权限)|类名:screenLock
方法 or 属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
权限:N/A|类名:screenLock
方法 or 属性:function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
|新增(权限)|类名:screenLock
方法 or 属性:function sendScreenLockEvent(event: String, parameter: number): Promise\;
权限:N/A|类名:screenLock
方法 or 属性:function sendScreenLockEvent(event: String, parameter: number): Promise\;
权限:ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|