| 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|
|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|