• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: inputMethod;<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts|
4|Deleted|Class name: inputMethod;<br>Method or attribute name: function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts|
5|Deleted|Class name: InputMethodSetting;<br>Method or attribute name: listInputMethod(callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts|
6|Deleted|Class name: InputMethodSetting;<br>Method or attribute name: listInputMethod(): Promise\<Array\<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts|
7|Deleted|Class name: InputMethodSetting;<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\<void>): void;|NA|@ohos.inputmethod.d.ts|
8|Deleted|Class name: InputMethodSetting;<br>Method or attribute name: displayOptionalInputMethod(): Promise\<void>;|NA|@ohos.inputmethod.d.ts|
9|Deleted|Class name: InputMethodController;<br>Method or attribute name: stopInput(callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethod.d.ts|
10|Deleted|Class name: InputMethodController;<br>Method or attribute name: stopInput(): Promise\<boolean>;|NA|@ohos.inputmethod.d.ts|
11|Deleted|Class name: InputMethodProperty;<br>Method or attribute name: readonly packageName: string;|NA|@ohos.inputmethod.d.ts|
12|Deleted|Class name: InputMethodProperty;<br>Method or attribute name: readonly methodId: string;|NA|@ohos.inputmethod.d.ts|
13|Deleted|Class name: inputMethodEngine;<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts|
14|Deleted|Class name: inputMethodEngine;<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts|
15|Deleted|Class name: KeyboardController;<br>Method or attribute name: hideKeyboard(callback: AsyncCallback\<void>): void;|NA|@ohos.inputmethodengine.d.ts|
16|Deleted|Class name: KeyboardController;<br>Method or attribute name: hideKeyboard(): Promise\<void>;|NA|@ohos.inputmethodengine.d.ts|
17|Deleted|Class name: InputMethodEngine;<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
18|Deleted|Class name: InputMethodEngine;<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
19|Deleted|Class name: InputMethodEngine;<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
20|Deleted|Class name: InputMethodEngine;<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
21|Deleted|Class name: TextInputClient;<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
22|Deleted|Class name: TextInputClient;<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
23|Deleted|Class name: TextInputClient;<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
24|Deleted|Class name: TextInputClient;<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
25|Deleted|Class name: TextInputClient;<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
26|Deleted|Class name: TextInputClient;<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
27|Deleted|Class name: TextInputClient;<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
28|Deleted|Class name: TextInputClient;<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
29|Deleted|Class name: TextInputClient;<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|NA|@ohos.inputmethodengine.d.ts|
30|Deleted|Class name: TextInputClient;<br>Method or attribute name: getForward(length: number): Promise\<string>;|NA|@ohos.inputmethodengine.d.ts|
31|Deleted|Class name: TextInputClient;<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|NA|@ohos.inputmethodengine.d.ts|
32|Deleted|Class name: TextInputClient;<br>Method or attribute name: getBackward(length: number): Promise\<string>;|NA|@ohos.inputmethodengine.d.ts|
33|Deleted|Class name: TextInputClient;<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts|
34|Deleted|Class name: TextInputClient;<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts|
35|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
36|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
37|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
38|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
39|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
40|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
41|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
42|Deleted|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
43|Deleted|Class name: EditorAttribute;<br>Method or attribute name: readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts|
44|Deleted|Class name: EditorAttribute;<br>Method or attribute name: readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts|
45|Deleted|Class name: KeyEvent;<br>Method or attribute name: readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts|
46|Deleted|Class name: KeyEvent;<br>Method or attribute name: readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts|
47|Deleted|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\<number>): void;|NA|@ohos.systemTime.d.ts|
48|Deleted|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\<number>): void;|NA|@ohos.systemTime.d.ts|
49|Deleted|Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\<number>): void;|NA|@ohos.systemTime.d.ts|
50|Deleted|Class name: wallpaper;<br>Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat, callback: AsyncCallback\<image.PixelMap>): void;|NA|@ohos.wallpaper.d.ts|
51|Deleted|Class name: wallpaper;<br>Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat): Promise\<image.PixelMap>;|NA|@ohos.wallpaper.d.ts|
52|Added|NA|Class name: inputMethod;<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
53|Added|NA|Class name: inputMethod;<br>Method or attribute name: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts|
54|Added|NA|Class name: inputMethod;<br>Method or attribute name: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
55|Added|NA|Class name: inputMethod;<br>Method or attribute name: function getController(): InputMethodController;|@ohos.inputMethod.d.ts|
56|Added|NA|Class name: inputMethod;<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
57|Added|NA|Class name: inputMethod;<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise\<boolean>;|@ohos.inputMethod.d.ts|
58|Added|NA|Class name: inputMethod;<br>Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts|
59|Added|NA|Class name: inputMethod;<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
60|Added|NA|Class name: inputMethod;<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;|@ohos.inputMethod.d.ts|
61|Added|NA|Class name: inputMethod;<br>Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts|
62|Added|NA|Class name: inputMethod;<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
63|Added|NA|Class name: inputMethod;<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise\<boolean>;|@ohos.inputMethod.d.ts|
64|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
65|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
66|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback\<Array\<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
67|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise\<Array\<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
68|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback\<Array\<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
69|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: listCurrentInputMethodSubtype(): Promise\<Array\<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
70|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
71|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: getInputMethods(enable: boolean): Promise\<Array\<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
72|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: listInputMethod(callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
73|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: listInputMethod(): Promise\<Array\<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
74|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
75|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
76|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
77|Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: displayOptionalInputMethod(): Promise\<void>;|@ohos.inputMethod.d.ts|
78|Added|NA|Class name: InputMethodController;<br>Method or attribute name: stopInputSession(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
79|Added|NA|Class name: InputMethodController;<br>Method or attribute name: stopInputSession(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
80|Added|NA|Class name: InputMethodController;<br>Method or attribute name: stopInput(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
81|Added|NA|Class name: InputMethodController;<br>Method or attribute name: stopInput(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
82|Added|NA|Class name: InputMethodController;<br>Method or attribute name: showSoftKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
83|Added|NA|Class name: InputMethodController;<br>Method or attribute name: showSoftKeyboard():Promise\<void>;|@ohos.inputMethod.d.ts|
84|Added|NA|Class name: InputMethodController;<br>Method or attribute name: hideSoftKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
85|Added|NA|Class name: InputMethodController;<br>Method or attribute name: hideSoftKeyboard():Promise\<void>;|@ohos.inputMethod.d.ts|
86|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly packageName: string;|@ohos.inputMethod.d.ts|
87|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly methodId: string;|@ohos.inputMethod.d.ts|
88|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly name: string;|@ohos.inputMethod.d.ts|
89|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly id: string;|@ohos.inputMethod.d.ts|
90|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly label?: string;|@ohos.inputMethod.d.ts|
91|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly icon?: string;|@ohos.inputMethod.d.ts|
92|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly iconId?: number;|@ohos.inputMethod.d.ts|
93|Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: extra: object;|@ohos.inputMethod.d.ts|
94|Added|NA|Class name: inputMethodEngine;<br>Method or attribute name: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts|
95|Added|NA|Class name: inputMethodEngine;<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts|
96|Added|NA|Class name: inputMethodEngine;<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
97|Added|NA|Class name: inputMethodEngine;<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
98|Added|NA|Class name: KeyboardController;<br>Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
99|Added|NA|Class name: KeyboardController;<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
100|Added|NA|Class name: KeyboardController;<br>Method or attribute name: hideKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
101|Added|NA|Class name: KeyboardController;<br>Method or attribute name: hideKeyboard(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
102|Added|NA|Class name: InputMethodEngine;<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
103|Added|NA|Class name: InputMethodEngine;<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
104|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
105|Added|NA|Class name: InputMethodEngine;<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
106|Added|NA|Class name: InputMethodEngine;<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
107|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
108|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
109|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
110|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
111|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
112|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
113|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
114|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
115|Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
116|Added|NA|Class name: TextInputClient;<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
117|Added|NA|Class name: InputClient;<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
118|Added|NA|Class name: TextInputClient;<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
119|Added|NA|Class name: InputClient;<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
120|Added|NA|Class name: TextInputClient;<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
121|Added|NA|Class name: InputClient;<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
122|Added|NA|Class name: TextInputClient;<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
123|Added|NA|Class name: InputClient;<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
124|Added|NA|Class name: TextInputClient;<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
125|Added|NA|Class name: InputClient;<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
126|Added|NA|Class name: TextInputClient;<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
127|Added|NA|Class name: InputClient;<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
128|Added|NA|Class name: TextInputClient;<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
129|Added|NA|Class name: InputClient;<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
130|Added|NA|Class name: TextInputClient;<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
131|Added|NA|Class name: InputClient;<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
132|Added|NA|Class name: TextInputClient;<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
133|Added|NA|Class name: InputClient;<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
134|Added|NA|Class name: TextInputClient;<br>Method or attribute name: getForward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
135|Added|NA|Class name: InputClient;<br>Method or attribute name: getForward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
136|Added|NA|Class name: TextInputClient;<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
137|Added|NA|Class name: InputClient;<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
138|Added|NA|Class name: TextInputClient;<br>Method or attribute name: getBackward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
139|Added|NA|Class name: InputClient;<br>Method or attribute name: getBackward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
140|Added|NA|Class name: TextInputClient;<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
141|Added|NA|Class name: InputClient;<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
142|Added|NA|Class name: TextInputClient;<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
143|Added|NA|Class name: InputClient;<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
144|Added|NA|Class name: InputClient;<br>Method or attribute name: moveCursor(direction: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
145|Added|NA|Class name: InputClient;<br>Method or attribute name: moveCursor(direction: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
146|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
147|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
148|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts|
149|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
150|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
151|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
152|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts|
153|Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
154|Added|NA|Class name: EditorAttribute;<br>Method or attribute name: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts|
155|Added|NA|Class name: EditorAttribute;<br>Method or attribute name: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts|
156|Added|NA|Class name: KeyEvent;<br>Method or attribute name: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts|
157|Added|NA|Class name: KeyEvent;<br>Method or attribute name: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts|
158|Added|NA|Class name: InputMethodExtensionAbility;<br>Method or attribute name: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts|
159|Added|NA|Class name: InputMethodExtensionAbility;<br>Method or attribute name: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts|
160|Added|NA|Class name: InputMethodExtensionAbility;<br>Method or attribute name: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts|
161|Added|NA|Class name: InputMethodExtensionContext;<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.InputMethodExtensionContext.d.ts|
162|Added|NA|Class name: InputMethodExtensionContext;<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.InputMethodExtensionContext.d.ts|
163|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly label?: string;|@ohos.InputMethodSubtype.d.ts|
164|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly name: string;|@ohos.InputMethodSubtype.d.ts|
165|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly id: string;|@ohos.InputMethodSubtype.d.ts|
166|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts|
167|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly locale: string;|@ohos.InputMethodSubtype.d.ts|
168|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly language: string;|@ohos.InputMethodSubtype.d.ts|
169|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts|
170|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts|
171|Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: extra: object;|@ohos.InputMethodSubtype.d.ts|
172|Added|NA|Class name: pasteboard;<br>Method or attribute name: type ValueType = string \| image.PixelMap \| Want \| ArrayBuffer;|@ohos.pasteboard.d.ts|
173|Added|NA|Class name: pasteboard;<br>Method or attribute name: function createData(mimeType: string, value: ValueType): PasteData;|@ohos.pasteboard.d.ts|
174|Added|NA|Class name: pasteboard;<br>Method or attribute name: function createRecord(mimeType: string, value: ValueType): PasteDataRecord;|@ohos.pasteboard.d.ts|
175|Added|NA|Class name: ShareOption;<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
176|Added|NA|Class name: ShareOption;<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
177|Added|NA|Class name: ShareOption;<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
178|Added|NA|Class name: PasteDataProperty;<br>Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts|
179|Added|NA|Class name: PasteDataRecord;<br>Method or attribute name: pixelMap: image.PixelMap;|@ohos.pasteboard.d.ts|
180|Added|NA|Class name: PasteDataRecord;<br>Method or attribute name: data: {<br><br>      [mimeType: string]: ArrayBuffer<br><br>    }|@ohos.pasteboard.d.ts|
181|Added|NA|Class name: PasteDataRecord;<br>Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts|
182|Added|NA|Class name: PasteData;<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;|@ohos.pasteboard.d.ts|
183|Added|NA|Class name: PasteData;<br>Method or attribute name: getPrimaryPixelMap(): image.PixelMap;|@ohos.pasteboard.d.ts|
184|Added|NA|Class name: PasteData;<br>Method or attribute name: setProperty(property: PasteDataProperty): void;|@ohos.pasteboard.d.ts|
185|Added|NA|Class name: PasteData;<br>Method or attribute name: getRecord(index: number): PasteDataRecord;|@ohos.pasteboard.d.ts|
186|Added|NA|Class name: PasteData;<br>Method or attribute name: hasType(mimeType: string): boolean;|@ohos.pasteboard.d.ts|
187|Added|NA|Class name: PasteData;<br>Method or attribute name: removeRecord(index: number): void;|@ohos.pasteboard.d.ts|
188|Added|NA|Class name: PasteData;<br>Method or attribute name: replaceRecord(index: number, record: PasteDataRecord): void;|@ohos.pasteboard.d.ts|
189|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: clearData(callback: AsyncCallback\<void>): void;|@ohos.pasteboard.d.ts|
190|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: clearData(): Promise\<void>;|@ohos.pasteboard.d.ts|
191|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: getData(callback: AsyncCallback\<PasteData>): void;|@ohos.pasteboard.d.ts|
192|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: getData(): Promise\<PasteData>;|@ohos.pasteboard.d.ts|
193|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: hasData(callback: AsyncCallback\<boolean>): void;|@ohos.pasteboard.d.ts|
194|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: hasData(): Promise\<boolean>;|@ohos.pasteboard.d.ts|
195|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: setData(data: PasteData, callback: AsyncCallback\<void>): void;|@ohos.pasteboard.d.ts|
196|Added|NA|Class name: SystemPasteboard;<br>Method or attribute name: setData(data: PasteData): Promise\<void>;|@ohos.pasteboard.d.ts|
197|Added|NA|Class name: request;<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;|@ohos.request.d.ts|
198|Added|NA|Class name: request;<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;|@ohos.request.d.ts|
199|Added|NA|Class name: request;<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;|@ohos.request.d.ts|
200|Added|NA|Class name: request;<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;|@ohos.request.d.ts|
201|Added|NA|Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;|@ohos.request.d.ts|
202|Added|NA|Class name: DownloadTask;<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
203|Added|NA|Class name: UploadTask;<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
204|Added|NA|Class name: DownloadTask;<br>Method or attribute name: delete(): Promise\<boolean>;|@ohos.request.d.ts|
205|Added|NA|Class name: UploadTask;<br>Method or attribute name: delete(): Promise\<boolean>;|@ohos.request.d.ts|
206|Added|NA|Class name: DownloadTask;<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
207|Added|NA|Class name: DownloadTask;<br>Method or attribute name: suspend(): Promise\<boolean>;|@ohos.request.d.ts|
208|Added|NA|Class name: DownloadTask;<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
209|Added|NA|Class name: DownloadTask;<br>Method or attribute name: restore(): Promise\<boolean>;|@ohos.request.d.ts|
210|Added|NA|Class name: DownloadTask;<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;|@ohos.request.d.ts|
211|Added|NA|Class name: DownloadTask;<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;|@ohos.request.d.ts|
212|Added|NA|Class name: DownloadTask;<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;|@ohos.request.d.ts|
213|Added|NA|Class name: DownloadTask;<br>Method or attribute name: getTaskMimeType(): Promise\<string>;|@ohos.request.d.ts|
214|Added|NA|Class name: TaskState;<br>Method or attribute name: path: string;|@ohos.request.d.ts|
215|Added|NA|Class name: TaskState;<br>Method or attribute name: responseCode: number;|@ohos.request.d.ts|
216|Added|NA|Class name: TaskState;<br>Method or attribute name: message: string;|@ohos.request.d.ts|
217|Added|NA|Class name: UploadTask;<br>Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
218|Added|NA|Class name: UploadTask;<br>Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
219|Added|NA|Class name: screenLock;<br>Method or attribute name: function isLocked(): boolean;|@ohos.screenLock.d.ts|
220|Added|NA|Class name: screenLock;<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
221|Added|NA|Class name: screenLock;<br>Method or attribute name: function unlock():Promise\<boolean>;|@ohos.screenLock.d.ts|
222|Added|NA|Class name: screenLock;<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
223|Added|NA|Class name: screenLock;<br>Method or attribute name: function lock():Promise\<boolean>;|@ohos.screenLock.d.ts|
224|Added|NA|Class name: screenLock;<br>Method or attribute name: type EventType =<br><br>      'beginWakeUp'<br><br>      \| 'endWakeUp'<br><br>      \| 'beginScreenOn'<br><br>      \| 'endScreenOn'<br><br>      \| 'beginScreenOff'<br><br>      \| 'endScreenOff'<br><br>      \| 'unlockScreen'<br><br>      \| 'lockScreen'<br><br>      \| 'beginExitAnimation'<br><br>      \| 'beginSleep'<br><br>      \| 'endSleep'<br><br>      \| 'changeUser'<br><br>      \| 'screenlockEnabled'<br><br>      \| 'serviceRestart'|@ohos.screenLock.d.ts|
225|Added|NA|Class name: screenLock;<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;|@ohos.screenLock.d.ts|
226|Added|NA|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
227|Added|NA|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;|@ohos.screenLock.d.ts|
228|Added|NA|Class name: SystemEvent;<br>Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts|
229|Added|NA|Class name: SystemEvent;<br>Method or attribute name: params: string|@ohos.screenLock.d.ts|
230|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;|@ohos.systemDateTime.d.ts|
231|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function setTime(time : number) : Promise\<void>;|@ohos.systemDateTime.d.ts|
232|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
233|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
234|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
235|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
236|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
237|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
238|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
239|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
240|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
241|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;|@ohos.systemDateTime.d.ts|
242|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;|@ohos.systemDateTime.d.ts|
243|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;|@ohos.systemDateTime.d.ts|
244|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getDate(): Promise\<Date>;|@ohos.systemDateTime.d.ts|
245|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;|@ohos.systemDateTime.d.ts|
246|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;|@ohos.systemDateTime.d.ts|
247|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;|@ohos.systemDateTime.d.ts|
248|Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;|@ohos.systemDateTime.d.ts|
249|Added|NA|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemTime.d.ts|
250|Added|NA|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;|@ohos.systemTime.d.ts|
251|Added|NA|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemTime.d.ts|
252|Added|NA|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;|@ohos.systemTime.d.ts|
253|Added|NA|Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemTime.d.ts|
254|Added|NA|Class name: systemTime;<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;|@ohos.systemTime.d.ts|
255|Added|NA|Class name: wallpaper;<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;|@ohos.wallpaper.d.ts|
256|Added|NA|Class name: wallpaper;<br>Method or attribute name: function getMinHeightSync(): number;|@ohos.wallpaper.d.ts|
257|Added|NA|Class name: wallpaper;<br>Method or attribute name: function getMinWidthSync(): number;|@ohos.wallpaper.d.ts|
258|Added|NA|Class name: wallpaper;<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
259|Added|NA|Class name: wallpaper;<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
260|Added|NA|Class name: wallpaper;<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
261|Added|NA|Class name: wallpaper;<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
262|Added|NA|Class name: wallpaper;<br>Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.wallpaper.d.ts|
263|Added|NA|Class name: wallpaper;<br>Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise\<image.PixelMap>;|@ohos.wallpaper.d.ts|
264|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createHtmlData(htmlText: string): PasteData;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createHtmlData(htmlText: string): PasteData;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createData|@ohos.pasteboard.d.ts|
265|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createWantData(want: Want): PasteData;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createWantData(want: Want): PasteData;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createData|@ohos.pasteboard.d.ts|
266|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createPlainTextData(text: string): PasteData;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createPlainTextData(text: string): PasteData;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createData|@ohos.pasteboard.d.ts|
267|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createUriData(uri: string): PasteData;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createUriData(uri: string): PasteData;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createData|@ohos.pasteboard.d.ts|
268|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createRecord|@ohos.pasteboard.d.ts|
269|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createRecord|@ohos.pasteboard.d.ts|
270|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createRecord|@ohos.pasteboard.d.ts|
271|Deprecated version changed|Class name: pasteboard;<br>Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;<br>Old version: |Class name: pasteboard;<br>Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#createRecord|@ohos.pasteboard.d.ts|
272|Deprecated version changed|Class name: PasteDataRecord;<br>Method or attribute name: convertToText(callback: AsyncCallback\<string>): void;<br>Old version: |Class name: PasteDataRecord;<br>Method or attribute name: convertToText(callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#convertToTextV9|@ohos.pasteboard.d.ts|
273|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: addHtmlRecord(htmlText: string): void;<br>Old version: |Class name: PasteData;<br>Method or attribute name: addHtmlRecord(htmlText: string): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#addRecord|@ohos.pasteboard.d.ts|
274|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: addWantRecord(want: Want): void;<br>Old version: |Class name: PasteData;<br>Method or attribute name: addWantRecord(want: Want): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#addRecord|@ohos.pasteboard.d.ts|
275|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: addTextRecord(text: string): void;<br>Old version: |Class name: PasteData;<br>Method or attribute name: addTextRecord(text: string): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#addRecord|@ohos.pasteboard.d.ts|
276|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: addUriRecord(uri: string): void;<br>Old version: |Class name: PasteData;<br>Method or attribute name: addUriRecord(uri: string): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#addRecord|@ohos.pasteboard.d.ts|
277|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: getRecordAt(index: number): PasteDataRecord;<br>Old version: |Class name: PasteData;<br>Method or attribute name: getRecordAt(index: number): PasteDataRecord;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#getRecord|@ohos.pasteboard.d.ts|
278|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: hasMimeType(mimeType: string): boolean;<br>Old version: |Class name: PasteData;<br>Method or attribute name: hasMimeType(mimeType: string): boolean;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#hasType|@ohos.pasteboard.d.ts|
279|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: removeRecordAt(index: number): boolean;<br>Old version: |Class name: PasteData;<br>Method or attribute name: removeRecordAt(index: number): boolean;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#removeRecord|@ohos.pasteboard.d.ts|
280|Deprecated version changed|Class name: PasteData;<br>Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;<br>Old version: |Class name: PasteData;<br>Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#replaceRecord|@ohos.pasteboard.d.ts|
281|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: SystemPasteboard;<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#clearData|@ohos.pasteboard.d.ts|
282|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: getPasteData(callback: AsyncCallback\<PasteData>): void;<br>Old version: |Class name: SystemPasteboard;<br>Method or attribute name: getPasteData(callback: AsyncCallback\<PasteData>): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#getData|@ohos.pasteboard.d.ts|
283|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: hasPasteData(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: SystemPasteboard;<br>Method or attribute name: hasPasteData(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#hasData|@ohos.pasteboard.d.ts|
284|Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: SystemPasteboard;<br>Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.pasteboard.pasteboard#setData|@ohos.pasteboard.d.ts|
285|Deprecated version changed|Class name: request;<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Old version: |Class name: request;<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>New version: 9<br>Substitute API: ohos.request.downloadFile|@ohos.request.d.ts|
286|Deprecated version changed|Class name: request;<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Old version: |Class name: request;<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>New version: 9,<br>Substitute API: ohos.request.downloadFile|@ohos.request.d.ts|
287|Deprecated version changed|Class name: request;<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Old version: |Class name: request;<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>New version: 9<br>Substitute API: ohos.request.uploadFile|@ohos.request.d.ts|
288|Deprecated version changed|Class name: request;<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Old version: |Class name: request;<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>New version: 9<br>Substitute API: ohos.request.uploadFile|@ohos.request.d.ts|
289|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.request.delete|@ohos.request.d.ts|
290|Deprecated version changed|Class name: UploadTask;<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: UploadTask;<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: ohos.request.delete|@ohos.request.d.ts|
291|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: remove(): Promise\<boolean>;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: remove(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.request.delete|@ohos.request.d.ts|
292|Deprecated version changed|Class name: UploadTask;<br>Method or attribute name: remove(): Promise\<boolean>;<br>Old version: |Class name: UploadTask;<br>Method or attribute name: remove(): Promise\<boolean>;<br>New version: 9<br>Substitute API: ohos.request.delete|@ohos.request.d.ts|
293|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.request.suspend|@ohos.request.d.ts|
294|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: pause(): Promise\<void>;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: pause(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.request.suspend|@ohos.request.d.ts|
295|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.request.restore|@ohos.request.d.ts|
296|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: resume(): Promise\<void>;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: resume(): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.request.restore|@ohos.request.d.ts|
297|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: query(callback: AsyncCallback\<DownloadInfo>): void;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: query(callback: AsyncCallback\<DownloadInfo>): void;<br>New version: 9<br>Substitute API: ohos.request.getTaskInfo|@ohos.request.d.ts|
298|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: query(): Promise\<DownloadInfo>;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: query(): Promise\<DownloadInfo>;<br>New version: 9<br>Substitute API: ohos.request.getTaskInfo|@ohos.request.d.ts|
299|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: queryMimeType(callback: AsyncCallback\<string>): void;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: queryMimeType(callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.request.getTaskMimeType|@ohos.request.d.ts|
300|Deprecated version changed|Class name: DownloadTask;<br>Method or attribute name: queryMimeType(): Promise\<string>;<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: queryMimeType(): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.request.getTaskMimeType|@ohos.request.d.ts|
301|Deprecated version changed|Class name: screenLock;<br>Method or attribute name: function isScreenLocked(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: screenLock;<br>Method or attribute name: function isScreenLocked(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: |@ohos.screenLock.d.ts|
302|Deprecated version changed|Class name: screenLock;<br>Method or attribute name: function isScreenLocked(): Promise\<boolean>;<br>Old version: |Class name: screenLock;<br>Method or attribute name: function isScreenLocked(): Promise\<boolean>;<br>New version: 9<br>Substitute API: |@ohos.screenLock.d.ts|
303|Deprecated version changed|Class name: screenLock;<br>Method or attribute name: function isSecureMode(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: screenLock;<br>Method or attribute name: function isSecureMode(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: |@ohos.screenLock.d.ts|
304|Deprecated version changed|Class name: screenLock;<br>Method or attribute name: function isSecureMode(): Promise\<boolean>;<br>Old version: |Class name: screenLock;<br>Method or attribute name: function isSecureMode(): Promise\<boolean>;<br>New version: 9<br>Substitute API: |@ohos.screenLock.d.ts|
305|Deprecated version changed|Class name: screenLock;<br>Method or attribute name: function unlockScreen(callback: AsyncCallback\<void>): void;<br>Old version: |Class name: screenLock;<br>Method or attribute name: function unlockScreen(callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: |@ohos.screenLock.d.ts|
306|Deprecated version changed|Class name: screenLock;<br>Method or attribute name: function unlockScreen():Promise\<void>;<br>Old version: |Class name: screenLock;<br>Method or attribute name: function unlockScreen():Promise\<void>;<br>New version: 9<br>Substitute API: |@ohos.screenLock.d.ts|
307|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: declare systemTime<br>Old version: |Class name: systemTime;<br>Method or attribute name: declare systemTime<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
308|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
309|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
310|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getCurrentTime|@ohos.systemTime.d.ts|
311|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealActiveTime|@ohos.systemTime.d.ts|
312|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealTime|@ohos.systemTime.d.ts|
313|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
314|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
315|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate|@ohos.systemTime.d.ts|
316|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate|@ohos.systemTime.d.ts|
317|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
318|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>New version: 9<br>Substitute API: ohos.systemDateTime|@ohos.systemTime.d.ts|
319|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone|@ohos.systemTime.d.ts|
320|Deprecated version changed|Class name: systemTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>New version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone|@ohos.systemTime.d.ts|
321|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
322|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
323|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
324|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
325|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
326|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
327|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
328|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
329|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
330|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
331|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
332|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
333|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
334|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
335|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
336|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
337|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
338|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
339|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
340|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
341|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
342|Deprecated version changed|Class name: wallpaper;<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Old version: |Class name: wallpaper;<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
343|Deprecated version changed|Class name: RgbaColor;<br>Method or attribute name: interface RgbaColor<br>Old version: |Class name: RgbaColor;<br>Method or attribute name: interface RgbaColor<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
344|Deprecated version changed|Class name: RgbaColor;<br>Method or attribute name: red: number;<br>Old version: |Class name: RgbaColor;<br>Method or attribute name: red: number;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
345|Deprecated version changed|Class name: RgbaColor;<br>Method or attribute name: green: number;<br>Old version: |Class name: RgbaColor;<br>Method or attribute name: green: number;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
346|Deprecated version changed|Class name: RgbaColor;<br>Method or attribute name: blue: number;<br>Old version: |Class name: RgbaColor;<br>Method or attribute name: blue: number;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
347|Deprecated version changed|Class name: RgbaColor;<br>Method or attribute name: alpha: number;<br>Old version: |Class name: RgbaColor;<br>Method or attribute name: alpha: number;<br>New version: 9<br>Substitute API: |@ohos.wallpaper.d.ts|
348|Deprecated version changed|Class name: UploadResponse;<br>Method or attribute name: export interface UploadResponse<br>Old version: |Class name: UploadResponse;<br>Method or attribute name: export interface UploadResponse<br>New version: 9,<br>Substitute API: ohos.request|@system.request.d.ts|
349|Deprecated version changed|Class name: UploadResponse;<br>Method or attribute name: code: number;<br>Old version: |Class name: UploadResponse;<br>Method or attribute name: code: number;<br>New version: 9<br>Substitute API: ohos.request|@system.request.d.ts|
350|Deprecated version changed|Class name: UploadResponse;<br>Method or attribute name: data: string;<br>Old version: |Class name: UploadResponse;<br>Method or attribute name: data: string;<br>New version: 9<br>Substitute API: ohos.request|@system.request.d.ts|
351|Deprecated version changed|Class name: UploadResponse;<br>Method or attribute name: headers: Object;<br>Old version: |Class name: UploadResponse;<br>Method or attribute name: headers: Object;<br>New version: 9<br>Substitute API: ohos.request|@system.request.d.ts|
352|Deprecated version changed|Class name: DownloadResponse;<br>Method or attribute name: export interface DownloadResponse<br>Old version: |Class name: DownloadResponse;<br>Method or attribute name: export interface DownloadResponse<br>New version: 9<br>Substitute API: |@system.request.d.ts|
353|Deprecated version changed|Class name: DownloadResponse;<br>Method or attribute name: token: string;<br>Old version: |Class name: DownloadResponse;<br>Method or attribute name: token: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
354|Deprecated version changed|Class name: OnDownloadCompleteOptions;<br>Method or attribute name: token: string;<br>Old version: |Class name: OnDownloadCompleteOptions;<br>Method or attribute name: token: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
355|Deprecated version changed|Class name: OnDownloadCompleteResponse;<br>Method or attribute name: export interface OnDownloadCompleteResponse<br>Old version: |Class name: OnDownloadCompleteResponse;<br>Method or attribute name: export interface OnDownloadCompleteResponse<br>New version: 9<br>Substitute API: |@system.request.d.ts|
356|Deprecated version changed|Class name: OnDownloadCompleteResponse;<br>Method or attribute name: uri: string;<br>Old version: |Class name: OnDownloadCompleteResponse;<br>Method or attribute name: uri: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
357|Deprecated version changed|Class name: RequestFile;<br>Method or attribute name: uri: string;<br>Old version: |Class name: RequestFile;<br>Method or attribute name: uri: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
358|Deprecated version changed|Class name: RequestFile;<br>Method or attribute name: export interface RequestFile<br>Old version: |Class name: RequestFile;<br>Method or attribute name: export interface RequestFile<br>New version: 9<br>Substitute API: |@system.request.d.ts|
359|Deprecated version changed|Class name: RequestFile;<br>Method or attribute name: filename?: string;<br>Old version: |Class name: RequestFile;<br>Method or attribute name: filename?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
360|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: filename?: string;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: filename?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
361|Deprecated version changed|Class name: RequestFile;<br>Method or attribute name: name?: string;<br>Old version: |Class name: RequestFile;<br>Method or attribute name: name?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
362|Deprecated version changed|Class name: RequestFile;<br>Method or attribute name: type?: string;<br>Old version: |Class name: RequestFile;<br>Method or attribute name: type?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
363|Deprecated version changed|Class name: RequestData;<br>Method or attribute name: export interface RequestData<br>Old version: |Class name: RequestData;<br>Method or attribute name: export interface RequestData<br>New version: 9<br>Substitute API: |@system.request.d.ts|
364|Deprecated version changed|Class name: RequestData;<br>Method or attribute name: name: string;<br>Old version: |Class name: RequestData;<br>Method or attribute name: name: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
365|Deprecated version changed|Class name: RequestData;<br>Method or attribute name: value: string;<br>Old version: |Class name: RequestData;<br>Method or attribute name: value: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
366|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: export interface UploadRequestOptions<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: export interface UploadRequestOptions<br>New version: 9<br>Substitute API: |@system.request.d.ts|
367|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: url: string;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: url: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
368|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: url: string;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: url: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
369|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: data?: Array\<RequestData>;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: data?: Array\<RequestData>;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
370|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: files: Array\<RequestFile>;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: files: Array\<RequestFile>;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
371|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: header?: Object;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: header?: Object;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
372|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: method?: string;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: method?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
373|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: success?: (data: UploadResponse) => void;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: success?: (data: UploadResponse) => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
374|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
375|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
376|Deprecated version changed|Class name: OnDownloadCompleteOptions;<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Old version: |Class name: OnDownloadCompleteOptions;<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
377|Deprecated version changed|Class name: UploadRequestOptions;<br>Method or attribute name: complete?: () => void;<br>Old version: |Class name: UploadRequestOptions;<br>Method or attribute name: complete?: () => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
378|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: complete?: () => void;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: complete?: () => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
379|Deprecated version changed|Class name: OnDownloadCompleteOptions;<br>Method or attribute name: complete?: () => void;<br>Old version: |Class name: OnDownloadCompleteOptions;<br>Method or attribute name: complete?: () => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
380|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: export interface DownloadRequestOptions<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: export interface DownloadRequestOptions<br>New version: 9<br>Substitute API: |@system.request.d.ts|
381|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: header?: string;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: header?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
382|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: description?: string;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: description?: string;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
383|Deprecated version changed|Class name: DownloadRequestOptions;<br>Method or attribute name: success?: (data: DownloadResponse) => void;<br>Old version: |Class name: DownloadRequestOptions;<br>Method or attribute name: success?: (data: DownloadResponse) => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
384|Deprecated version changed|Class name: OnDownloadCompleteOptions;<br>Method or attribute name: export interface OnDownloadCompleteOptions<br>Old version: |Class name: OnDownloadCompleteOptions;<br>Method or attribute name: export interface OnDownloadCompleteOptions<br>New version: 9<br>Substitute API: |@system.request.d.ts|
385|Deprecated version changed|Class name: OnDownloadCompleteOptions;<br>Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;<br>Old version: |Class name: OnDownloadCompleteOptions;<br>Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
386|Deprecated version changed|Class name: Request;<br>Method or attribute name: export default class Request<br>Old version: |Class name: Request;<br>Method or attribute name: export default class Request<br>New version: 9<br>Substitute API: |@system.request.d.ts|
387|Deprecated version changed|Class name: Request;<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Old version: |Class name: Request;<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
388|Deprecated version changed|Class name: Request;<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Old version: |Class name: Request;<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
389|Deprecated version changed|Class name: Request;<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Old version: |Class name: Request;<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>New version: 9<br>Substitute API: |@system.request.d.ts|
390|Error code added|Class name: SystemPasteboard;<br>Method or attribute name: on(type: 'update', callback: () => void): void;<br>Old version: |Class name: SystemPasteboard;<br>Method or attribute name: on(type: 'update', callback: () => void): void;<br>New version: 401|@ohos.pasteboard.d.ts|
391|Error code added|Class name: SystemPasteboard;<br>Method or attribute name: off(type: 'update', callback?: () => void): void;<br>Old version: |Class name: SystemPasteboard;<br>Method or attribute name: off(type: 'update', callback?: () => void): void;<br>New version: 401|@ohos.pasteboard.d.ts|
392|Error code added|Class name: systemTime;<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>New version: -1|@ohos.systemTime.d.ts|
393|Error code added|Class name: systemTime;<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>New version: -1|@ohos.systemTime.d.ts|
394|Error code added|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>New version: -1|@ohos.systemTime.d.ts|
395|Error code added|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>New version: -1|@ohos.systemTime.d.ts|
396|Error code added|Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>New version: -1|@ohos.systemTime.d.ts|
397|Error code added|Class name: systemTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>New version: -1|@ohos.systemTime.d.ts|
398|Error code added|Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version: -1|@ohos.systemTime.d.ts|
399|Error code added|Class name: systemTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>New version: -1|@ohos.systemTime.d.ts|
400|Error code added|Class name: systemTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>New version: -1|@ohos.systemTime.d.ts|
401|Error code added|Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>New version: -1|@ohos.systemTime.d.ts|
402|Error code added|Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>New version: -1|@ohos.systemTime.d.ts|
403|Error code added|Class name: systemTime;<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>New version: -1|@ohos.systemTime.d.ts|
404|Error code added|Class name: systemTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Old version: |Class name: systemTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>New version: -1|@ohos.systemTime.d.ts|
405|Error code added|Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>New version: 202,401|@ohos.systemTimer.d.ts|
406|Error code added|Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>New version: 202,401|@ohos.systemTimer.d.ts|
407|Error code added|Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>New version: 202,401|@ohos.systemTimer.d.ts|
408|Error code added|Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>New version: 202,401|@ohos.systemTimer.d.ts|
409|Error code added|Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>New version: 202,401|@ohos.systemTimer.d.ts|
410|Error code added|Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>New version: 202,401|@ohos.systemTimer.d.ts|
411|Error code added|Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>New version: 202,401|@ohos.systemTimer.d.ts|
412|Error code added|Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>New version: 202,401|@ohos.systemTimer.d.ts|
413|Access level changed|Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>New version: systemapi|@ohos.systemTimer.d.ts|
414|Access level changed|Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>New version: systemapi|@ohos.systemTimer.d.ts|
415|Access level changed|Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>New version: systemapi|@ohos.systemTimer.d.ts|
416|Access level changed|Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>New version: systemapi|@ohos.systemTimer.d.ts|
417|Access level changed|Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>New version: systemapi|@ohos.systemTimer.d.ts|
418|Access level changed|Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>New version: systemapi|@ohos.systemTimer.d.ts|
419|Access level changed|Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>New version: systemapi|@ohos.systemTimer.d.ts|
420|Access level changed|Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Old version: |Class name: systemTimer;<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>New version: systemapi|@ohos.systemTimer.d.ts|
421|Access level changed|Class name: TimerOptions;<br>Method or attribute name: interface TimerOptions<br>Old version: |Class name: TimerOptions;<br>Method or attribute name: interface TimerOptions<br>New version: systemapi|@ohos.systemTimer.d.ts|
422|Access level changed|Class name: TimerOptions;<br>Method or attribute name: type: number;<br>Old version: |Class name: TimerOptions;<br>Method or attribute name: type: number;<br>New version: systemapi|@ohos.systemTimer.d.ts|
423|Access level changed|Class name: TimerOptions;<br>Method or attribute name: repeat: boolean;<br>Old version: |Class name: TimerOptions;<br>Method or attribute name: repeat: boolean;<br>New version: systemapi|@ohos.systemTimer.d.ts|
424|Access level changed|Class name: TimerOptions;<br>Method or attribute name: interval?: number;<br>Old version: |Class name: TimerOptions;<br>Method or attribute name: interval?: number;<br>New version: systemapi|@ohos.systemTimer.d.ts|
425|Access level changed|Class name: TimerOptions;<br>Method or attribute name: wantAgent?: WantAgent;<br>Old version: |Class name: TimerOptions;<br>Method or attribute name: wantAgent?: WantAgent;<br>New version: systemapi|@ohos.systemTimer.d.ts|
426|Access level changed|Class name: TimerOptions;<br>Method or attribute name: callback?: () => void;<br>Old version: |Class name: TimerOptions;<br>Method or attribute name: callback?: () => void;<br>New version: systemapi|@ohos.systemTimer.d.ts|
427|Permission changed|Class name: DownloadTask;<br>Method or attribute name: interface DownloadTask<br>Old version: |Class name: DownloadTask;<br>Method or attribute name: interface DownloadTask<br>New version: ohos.permission.INTERNET|@ohos.request.d.ts|
428|Permission changed|Class name: UploadTask;<br>Method or attribute name: interface UploadTask<br>Old version: |Class name: UploadTask;<br>Method or attribute name: interface UploadTask<br>New version: ohos.permission.INTERNET|@ohos.request.d.ts|
429|Permission changed|Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Old version: ohos.permission.GET_WALLPAPER,ohos.permission.READ_USER_STORAGE|Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>New version: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
430|Permission changed|Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>Old version: ohos.permission.GET_WALLPAPER,ohos.permission.READ_USER_STORAGE|Class name: wallpaper;<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>New version: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
431|Permission changed|Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Old version: ohos.permission.GET_WALLPAPER,ohos.permission.READ_USER_STORAGE|Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>New version: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
432|Permission changed|Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Old version: ohos.permission.GET_WALLPAPER,ohos.permission.READ_USER_STORAGE|Class name: wallpaper;<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>New version: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
433|Model changed|Class name: request;<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Old version: |Class name: request;<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>New version: FAModelOnly|@ohos.request.d.ts|
434|Model changed|Class name: request;<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Old version: |Class name: request;<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>New version: FAModelOnly|@ohos.request.d.ts|
435|Model changed|Class name: request;<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Old version: |Class name: request;<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>New version: FAModelOnly|@ohos.request.d.ts|
436|Model changed|Class name: request;<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Old version: |Class name: request;<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>New version: FAModelOnly|@ohos.request.d.ts|
437