• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod|@ohos.inputMethod.d.ts|
4|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts|
5|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
6|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts|
7|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
8|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getController(): InputMethodController;|@ohos.inputMethod.d.ts|
9|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
10|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise\<boolean>;|@ohos.inputMethod.d.ts|
11|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts|
12|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
13|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\<boolean>;|@ohos.inputMethod.d.ts|
14|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts|
15|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
16|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise\<boolean>;|@ohos.inputMethod.d.ts|
17|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting|@ohos.inputMethod.d.ts|
18|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
19|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
20|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback\<Array\<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
21|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise\<Array\<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
22|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback\<Array\<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
23|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(): Promise\<Array\<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
24|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
25|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean): Promise\<Array\<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
26|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
27|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(): Promise\<Array\<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
28|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
29|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
30|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
31|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(): Promise\<void>;|@ohos.inputMethod.d.ts|
32|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController|@ohos.inputMethod.d.ts|
33|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
34|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
35|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(callback: AsyncCallback\<boolean>): void;|@ohos.inputMethod.d.ts|
36|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(): Promise\<boolean>;|@ohos.inputMethod.d.ts|
37|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
38|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard():Promise\<void>;|@ohos.inputMethod.d.ts|
39|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
40|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard():Promise\<void>;|@ohos.inputMethod.d.ts|
41|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty|@ohos.inputMethod.d.ts|
42|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly packageName: string;|@ohos.inputMethod.d.ts|
43|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly methodId: string;|@ohos.inputMethod.d.ts|
44|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly name: string;|@ohos.inputMethod.d.ts|
45|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly id: string;|@ohos.inputMethod.d.ts|
46|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly label?: string;|@ohos.inputMethod.d.ts|
47|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly icon?: string;|@ohos.inputMethod.d.ts|
48|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly iconId?: number;|@ohos.inputMethod.d.ts|
49|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: extra: object;|@ohos.inputMethod.d.ts|
50|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine|@ohos.inputMethodEngine.d.ts|
51|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts|
52|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts|
53|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts|
54|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts|
55|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts|
56|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts|
57|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts|
58|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts|
59|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts|
60|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts|
61|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts|
62|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts|
63|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts|
64|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts|
65|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts|
66|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts|
67|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts|
68|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts|
69|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts|
70|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts|
71|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts|
72|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts|
73|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts|
74|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts|
75|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts|
76|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts|
77|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts|
78|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts|
79|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts|
80|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts|
81|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts|
82|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts|
83|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts|
84|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
85|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
86|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController|@ohos.inputMethodEngine.d.ts|
87|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
88|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
89|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
90|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
91|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine|@ohos.inputMethodEngine.d.ts|
92|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
93|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
94|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
95|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
96|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
97|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
98|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility|@ohos.inputMethodEngine.d.ts|
99|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
100|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
101|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
102|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
103|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
104|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
105|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
106|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
107|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
108|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
109|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
110|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
111|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient|@ohos.inputMethodEngine.d.ts|
112|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
113|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
114|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
115|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
116|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
117|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
118|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
119|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
120|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
121|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
122|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
123|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
124|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
125|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
126|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient|@ohos.inputMethodEngine.d.ts|
127|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
128|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
129|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
130|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
131|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
132|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
133|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|@ohos.inputMethodEngine.d.ts|
134|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|@ohos.inputMethodEngine.d.ts|
135|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
136|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
137|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|@ohos.inputMethodEngine.d.ts|
138|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number): Promise\<string>;|@ohos.inputMethodEngine.d.ts|
139|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
140|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
141|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
142|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
143|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate|@ohos.inputMethodEngine.d.ts|
144|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
145|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
146|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
147|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
148|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
149|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
150|Added|NA|Module name: ohos.inputMethodEngine<br>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|
151|Added|NA|Module name: ohos.inputMethodEngine<br>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|
152|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
153|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
154|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute|@ohos.inputMethodEngine.d.ts|
155|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute<br>Method or attribute name: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts|
156|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute<br>Method or attribute name: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts|
157|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent|@ohos.inputMethodEngine.d.ts|
158|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts|
159|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts|
160|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts|
161|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts|
162|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts|
163|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts|
164|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts|
165|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback\<void>): void;|@ohos.InputMethodExtensionContext.d.ts|
166|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise\<void>;|@ohos.InputMethodExtensionContext.d.ts|
167|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts|
168|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly label?: string;|@ohos.InputMethodSubtype.d.ts|
169|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly name: string;|@ohos.InputMethodSubtype.d.ts|
170|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly id: string;|@ohos.InputMethodSubtype.d.ts|
171|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts|
172|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly locale: string;|@ohos.InputMethodSubtype.d.ts|
173|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly language: string;|@ohos.InputMethodSubtype.d.ts|
174|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts|
175|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts|
176|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: extra: object;|@ohos.InputMethodSubtype.d.ts|
177|Added|NA|Class name: pasteboard<br>Method or attribute name: const MIMETYPE_PIXELMAP: string;|@ohos.pasteboard.d.ts|
178|Added|NA|Class name: pasteboard<br>Method or attribute name: function createData(mimeType: string, value: ValueType): PasteData;|@ohos.pasteboard.d.ts|
179|Added|NA|Class name: pasteboard<br>Method or attribute name: function createRecord(mimeType: string, value: ValueType): PasteDataRecord;|@ohos.pasteboard.d.ts|
180|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption|@ohos.pasteboard.d.ts|
181|Added|NA|Class name: ShareOption<br>Method or attribute name: |@ohos.pasteboard.d.ts|
182|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
183|Added|NA|Class name: ShareOption<br>Method or attribute name: INAPP|@ohos.pasteboard.d.ts|
184|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
185|Added|NA|Class name: ShareOption<br>Method or attribute name: LOCALDEVICE|@ohos.pasteboard.d.ts|
186|Added|NA|Module name: ohos.pasteboard<br>Class name: ShareOption<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
187|Added|NA|Class name: ShareOption<br>Method or attribute name: CROSSDEVICE|@ohos.pasteboard.d.ts|
188|Added|NA|Module name: ohos.pasteboard<br>Class name: PasteDataProperty<br>Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts|
189|Added|NA|Class name: PasteDataProperty<br>Method or attribute name: shareOption: ShareOption;|@ohos.pasteboard.d.ts|
190|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: pixelMap: image.PixelMap;|@ohos.pasteboard.d.ts|
191|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: data: {<br><br>      [mimeType: string]: ArrayBuffer<br><br>    }|@ohos.pasteboard.d.ts|
192|Added|NA|Class name: PasteDataRecord<br>Method or attribute name: toPlainText(): string;|@ohos.pasteboard.d.ts|
193|Added|NA|Class name: PasteData<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;|@ohos.pasteboard.d.ts|
194|Added|NA|Class name: PasteData<br>Method or attribute name: getPrimaryPixelMap(): image.PixelMap;|@ohos.pasteboard.d.ts|
195|Added|NA|Class name: PasteData<br>Method or attribute name: setProperty(property: PasteDataProperty): void;|@ohos.pasteboard.d.ts|
196|Added|NA|Class name: PasteData<br>Method or attribute name: getRecord(index: number): PasteDataRecord;|@ohos.pasteboard.d.ts|
197|Added|NA|Class name: PasteData<br>Method or attribute name: hasType(mimeType: string): boolean;|@ohos.pasteboard.d.ts|
198|Added|NA|Class name: PasteData<br>Method or attribute name: removeRecord(index: number): void;|@ohos.pasteboard.d.ts|
199|Added|NA|Class name: PasteData<br>Method or attribute name: replaceRecord(index: number, record: PasteDataRecord): void;|@ohos.pasteboard.d.ts|
200|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: clearData(callback: AsyncCallback\<void>): void;|@ohos.pasteboard.d.ts|
201|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: clearData(): Promise\<void>;|@ohos.pasteboard.d.ts|
202|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: getData(callback: AsyncCallback\<PasteData>): void;|@ohos.pasteboard.d.ts|
203|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: getData(): Promise\<PasteData>;|@ohos.pasteboard.d.ts|
204|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: hasData(callback: AsyncCallback\<boolean>): void;|@ohos.pasteboard.d.ts|
205|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: hasData(): Promise\<boolean>;|@ohos.pasteboard.d.ts|
206|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: setData(data: PasteData, callback: AsyncCallback\<void>): void;|@ohos.pasteboard.d.ts|
207|Added|NA|Class name: SystemPasteboard<br>Method or attribute name: setData(data: PasteData): Promise\<void>;|@ohos.pasteboard.d.ts|
208|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_PERMISSION: number;|@ohos.request.d.ts|
209|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_PARAMCHECK: number;|@ohos.request.d.ts|
210|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_UNSUPPORTED: number;|@ohos.request.d.ts|
211|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_FILEIO: number;|@ohos.request.d.ts|
212|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_FILEPATH: number;|@ohos.request.d.ts|
213|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_SERVICE: number;|@ohos.request.d.ts|
214|Added|NA|Class name: request<br>Method or attribute name: const EXCEPTION_OTHERS: number;|@ohos.request.d.ts|
215|Added|NA|Class name: request<br>Method or attribute name: const ERROR_OFFLINE: number;|@ohos.request.d.ts|
216|Added|NA|Class name: request<br>Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;|@ohos.request.d.ts|
217|Added|NA|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;|@ohos.request.d.ts|
218|Added|NA|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;|@ohos.request.d.ts|
219|Added|NA|Class name: request<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;|@ohos.request.d.ts|
220|Added|NA|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;|@ohos.request.d.ts|
221|Added|NA|Class name: request<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;|@ohos.request.d.ts|
222|Added|NA|Module name: ohos.request<br>Class name: DownloadConfig<br>Method or attribute name: background?: boolean;|@ohos.request.d.ts|
223|Added|NA|Class name: DownloadConfig<br>Method or attribute name: background?: boolean;|@ohos.request.d.ts|
224|Added|NA|Class name: DownloadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
225|Added|NA|Class name: DownloadTask<br>Method or attribute name: delete(): Promise\<boolean>;|@ohos.request.d.ts|
226|Added|NA|Class name: DownloadTask<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
227|Added|NA|Class name: DownloadTask<br>Method or attribute name: suspend(): Promise\<boolean>;|@ohos.request.d.ts|
228|Added|NA|Class name: DownloadTask<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
229|Added|NA|Class name: DownloadTask<br>Method or attribute name: restore(): Promise\<boolean>;|@ohos.request.d.ts|
230|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;|@ohos.request.d.ts|
231|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;|@ohos.request.d.ts|
232|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;|@ohos.request.d.ts|
233|Added|NA|Class name: DownloadTask<br>Method or attribute name: getTaskMimeType(): Promise\<string>;|@ohos.request.d.ts|
234|Added|NA|Module name: ohos.request<br>Class name: TaskState|@ohos.request.d.ts|
235|Added|NA|Class name: TaskState<br>Method or attribute name: |@ohos.request.d.ts|
236|Added|NA|Module name: ohos.request<br>Class name: TaskState<br>Method or attribute name: path: string;|@ohos.request.d.ts|
237|Added|NA|Class name: TaskState<br>Method or attribute name: path: string;|@ohos.request.d.ts|
238|Added|NA|Module name: ohos.request<br>Class name: TaskState<br>Method or attribute name: responseCode: number;|@ohos.request.d.ts|
239|Added|NA|Class name: TaskState<br>Method or attribute name: responseCode: number;|@ohos.request.d.ts|
240|Added|NA|Module name: ohos.request<br>Class name: TaskState<br>Method or attribute name: message: string;|@ohos.request.d.ts|
241|Added|NA|Class name: TaskState<br>Method or attribute name: message: string;|@ohos.request.d.ts|
242|Added|NA|Class name: UploadTask<br>Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
243|Added|NA|Class name: UploadTask<br>Method or attribute name: on(type:'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
244|Added|NA|Class name: UploadTask<br>Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
245|Added|NA|Class name: UploadTask<br>Method or attribute name: off(type:'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;|@ohos.request.d.ts|
246|Added|NA|Class name: UploadTask<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;|@ohos.request.d.ts|
247|Added|NA|Class name: UploadTask<br>Method or attribute name: delete(): Promise\<boolean>;|@ohos.request.d.ts|
248|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
249|Added|NA|Class name: EventType<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|
250|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
251|Added|NA|Class name: EventType<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|
252|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
253|Added|NA|Class name: EventType<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|
254|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
255|Added|NA|Class name: EventType<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|
256|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
257|Added|NA|Class name: EventType<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|
258|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
259|Added|NA|Class name: EventType<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|
260|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
261|Added|NA|Class name: EventType<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|
262|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
263|Added|NA|Class name: EventType<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|
264|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
265|Added|NA|Class name: EventType<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|
266|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
267|Added|NA|Class name: EventType<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|
268|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
269|Added|NA|Class name: EventType<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|
270|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
271|Added|NA|Class name: EventType<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|
272|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
273|Added|NA|Class name: EventType<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|
274|Added|NA|Module name: ohos.screenLock<br>Class name: EventType<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|
275|Added|NA|Class name: EventType<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|
276|Added|NA|Class name: screenLock<br>Method or attribute name: function isLocked(): boolean;|@ohos.screenLock.d.ts|
277|Added|NA|Class name: screenLock<br>Method or attribute name: function unlock(callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
278|Added|NA|Class name: screenLock<br>Method or attribute name: function unlock():Promise\<boolean>;|@ohos.screenLock.d.ts|
279|Added|NA|Class name: screenLock<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
280|Added|NA|Class name: screenLock<br>Method or attribute name: function lock():Promise\<boolean>;|@ohos.screenLock.d.ts|
281|Added|NA|Module name: ohos.screenLock<br>Class name: SystemEvent|@ohos.screenLock.d.ts|
282|Added|NA|Class name: SystemEvent<br>Method or attribute name: |@ohos.screenLock.d.ts|
283|Added|NA|Module name: ohos.screenLock<br>Class name: SystemEvent<br>Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts|
284|Added|NA|Class name: SystemEvent<br>Method or attribute name: eventType: EventType,|@ohos.screenLock.d.ts|
285|Added|NA|Module name: ohos.screenLock<br>Class name: SystemEvent<br>Method or attribute name: params: string|@ohos.screenLock.d.ts|
286|Added|NA|Class name: SystemEvent<br>Method or attribute name: params: string|@ohos.screenLock.d.ts|
287|Added|NA|Class name: screenLock<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;|@ohos.screenLock.d.ts|
288|Added|NA|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;|@ohos.screenLock.d.ts|
289|Added|NA|Class name: screenLock<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;|@ohos.screenLock.d.ts|
290|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime|@ohos.systemDateTime.d.ts|
291|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;|@ohos.systemDateTime.d.ts|
292|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTime(time : number) : Promise\<void>;|@ohos.systemDateTime.d.ts|
293|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
294|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
295|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
296|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
297|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
298|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
299|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
300|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;|@ohos.systemDateTime.d.ts|
301|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;|@ohos.systemDateTime.d.ts|
302|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;|@ohos.systemDateTime.d.ts|
303|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setDate(date: Date): Promise\<void>;|@ohos.systemDateTime.d.ts|
304|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;|@ohos.systemDateTime.d.ts|
305|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getDate(): Promise\<Date>;|@ohos.systemDateTime.d.ts|
306|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;|@ohos.systemDateTime.d.ts|
307|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;|@ohos.systemDateTime.d.ts|
308|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;|@ohos.systemDateTime.d.ts|
309|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getTimezone(): Promise\<string>;|@ohos.systemDateTime.d.ts|
310|Added|NA|Class name: wallpaper<br>Method or attribute name: function getColorsSync(wallpaperType: WallpaperType): Array\<RgbaColor>;|@ohos.wallpaper.d.ts|
311|Added|NA|Class name: wallpaper<br>Method or attribute name: function getMinHeightSync(): number;|@ohos.wallpaper.d.ts|
312|Added|NA|Class name: wallpaper<br>Method or attribute name: function getMinWidthSync(): number;|@ohos.wallpaper.d.ts|
313|Added|NA|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
314|Added|NA|Class name: wallpaper<br>Method or attribute name: function restore(wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
315|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|
316|Added|NA|Class name: wallpaper<br>Method or attribute name: function setImage(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
317|Added|NA|Class name: wallpaper<br>Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.wallpaper.d.ts|
318|Added|NA|Class name: wallpaper<br>Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise\<image.PixelMap>;|@ohos.wallpaper.d.ts|
319|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod|NA|@ohos.inputmethod.d.ts|
320|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts|
321|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts|
322|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts|
323|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting|NA|@ohos.inputmethod.d.ts|
324|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(callback: AsyncCallback\<Array\<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts|
325|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(): Promise\<Array\<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts|
326|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback\<void>): void;|NA|@ohos.inputmethod.d.ts|
327|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(): Promise\<void>;|NA|@ohos.inputmethod.d.ts|
328|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController|NA|@ohos.inputmethod.d.ts|
329|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethod.d.ts|
330|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(): Promise\<boolean>;|NA|@ohos.inputmethod.d.ts|
331|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty|NA|@ohos.inputmethod.d.ts|
332|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly packageName: string;|NA|@ohos.inputmethod.d.ts|
333|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly methodId: string;|NA|@ohos.inputmethod.d.ts|
334|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts|
335|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts|
336|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts|
337|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts|
338|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts|
339|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts|
340|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts|
341|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts|
342|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts|
343|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts|
344|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts|
345|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts|
346|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts|
347|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts|
348|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts|
349|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts|
350|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts|
351|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts|
352|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts|
353|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts|
354|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts|
355|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts|
356|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts|
357|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts|
358|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts|
359|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts|
360|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts|
361|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts|
362|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts|
363|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController|NA|@ohos.inputmethodengine.d.ts|
364|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(callback: AsyncCallback\<void>): void;|NA|@ohos.inputmethodengine.d.ts|
365|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(): Promise\<void>;|NA|@ohos.inputmethodengine.d.ts|
366|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts|
367|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
368|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
369|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
370|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
371|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
372|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
373|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient|NA|@ohos.inputmethodengine.d.ts|
374|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
375|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
376|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
377|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
378|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
379|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
380|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback\<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
381|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string): Promise\<boolean>;|NA|@ohos.inputmethodengine.d.ts|
382|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback\<string>): void;|NA|@ohos.inputmethodengine.d.ts|
383|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number): Promise\<string>;|NA|@ohos.inputmethodengine.d.ts|
384|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback\<string>): void;|NA|@ohos.inputmethodengine.d.ts|
385|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number): Promise\<string>;|NA|@ohos.inputmethodengine.d.ts|
386|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback\<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts|
387|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(): Promise\<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts|
388|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts|
389|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
390|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
391|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
392|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
393|Deleted|Module name: ohos.inputmethodengine<br>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|
394|Deleted|Module name: ohos.inputmethodengine<br>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|
395|Deleted|Module name: ohos.inputmethodengine<br>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|
396|Deleted|Module name: ohos.inputmethodengine<br>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|
397|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
398|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
399|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute|NA|@ohos.inputmethodengine.d.ts|
400|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute<br>Method or attribute name: readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts|
401|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute<br>Method or attribute name: readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts|
402|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent|NA|@ohos.inputmethodengine.d.ts|
403|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts|
404|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts|
405|Deleted|Module name: ohos.wallpaper<br>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|
406|Deleted|Module name: ohos.wallpaper<br>Class name: wallpaper<br>Method or attribute name: function screenshotLiveWallpaper(scale: number, pixelFormat: image.PixelMapFormat): Promise\<image.PixelMap>;|NA|@ohos.wallpaper.d.ts|
407|Model changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Model: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Model: @FAModelOnly|@ohos.request.d.ts|
408|Model changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Model: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Model: @FAModelOnly|@ohos.request.d.ts|
409|Model changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Model: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Model: @FAModelOnly|@ohos.request.d.ts|
410|Model changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Model: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Model: @FAModelOnly|@ohos.request.d.ts|
411|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
412|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
413|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
414|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
415|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
416|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Access level: system API|@ohos.systemTimer.d.ts|
417|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
418|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
419|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
420|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
421|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
422|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
423|Access level changed|Class name: TimerOptions<br>Access level: public API|Class name: TimerOptions<br>Access level: system API|@ohos.systemTimer.d.ts|
424|Access level changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
425|Access level changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: system API|@ohos.systemTimer.d.ts|
426|Access level changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
427|Access level changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: system API|@ohos.systemTimer.d.ts|
428|Access level changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: system API|@ohos.systemTimer.d.ts|
429|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createHtmlData(htmlText: string): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createHtmlData(htmlText: string): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
430|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createWantData(want: Want): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createWantData(want: Want): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
431|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createPlainTextData(text: string): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createPlainTextData(text: string): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
432|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createUriData(uri: string): PasteData;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createUriData(uri: string): PasteData;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
433|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createHtmlTextRecord(htmlText: string): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
434|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createWantRecord(want: Want): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
435|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createPlainTextRecord(text: string): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
436|Deprecated version changed|Class name: pasteboard<br>Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;<br>Deprecated version: N/A|Class name: pasteboard<br>Method or attribute name: function createUriRecord(uri: string): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
437|Deprecated version changed|Class name: PasteDataRecord<br>Method or attribute name: convertToText(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: PasteDataRecord<br>Method or attribute name: convertToText(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
438|Deprecated version changed|Class name: PasteDataRecord<br>Method or attribute name: convertToText(): Promise\<string>;<br>Deprecated version: N/A|Class name: PasteDataRecord<br>Method or attribute name: convertToText(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
439|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addHtmlRecord(htmlText: string): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addHtmlRecord(htmlText: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
440|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addWantRecord(want: Want): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addWantRecord(want: Want): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
441|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addTextRecord(text: string): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addTextRecord(text: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
442|Deprecated version changed|Class name: PasteData<br>Method or attribute name: addUriRecord(uri: string): void;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: addUriRecord(uri: string): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
443|Deprecated version changed|Class name: PasteData<br>Method or attribute name: getRecordAt(index: number): PasteDataRecord;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: getRecordAt(index: number): PasteDataRecord;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
444|Deprecated version changed|Class name: PasteData<br>Method or attribute name: hasMimeType(mimeType: string): boolean;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: hasMimeType(mimeType: string): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
445|Deprecated version changed|Class name: PasteData<br>Method or attribute name: removeRecordAt(index: number): boolean;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: removeRecordAt(index: number): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
446|Deprecated version changed|Class name: PasteData<br>Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;<br>Deprecated version: N/A|Class name: PasteData<br>Method or attribute name: replaceRecordAt(index: number, record: PasteDataRecord): boolean;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
447|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: clear(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
448|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: clear(): Promise\<void>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: clear(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
449|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(callback: AsyncCallback\<PasteData>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(callback: AsyncCallback\<PasteData>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
450|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
451|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
452|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
453|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
454|Deprecated version changed|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>Deprecated version: N/A|Class name: SystemPasteboard<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.pasteboard.pasteboard|@ohos.pasteboard.d.ts|
455|Deprecated version changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.downloadFile   |@ohos.request.d.ts|
456|Deprecated version changed|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Deprecated version: 9<br>Substitute API: ohos.request.downloadFile   |@ohos.request.d.ts|
457|Deprecated version changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.uploadFile   |@ohos.request.d.ts|
458|Deprecated version changed|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Deprecated version: N/A|Class name: request<br>Method or attribute name: function upload(config: UploadConfig): Promise\<UploadTask>;<br>Deprecated version: 9<br>Substitute API: ohos.request.uploadFile   |@ohos.request.d.ts|
459|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete     |@ohos.request.d.ts|
460|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete     |@ohos.request.d.ts|
461|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: pause(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.suspend     |@ohos.request.d.ts|
462|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: pause(): Promise\<void>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: pause(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.request.suspend     |@ohos.request.d.ts|
463|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: resume(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.restore     |@ohos.request.d.ts|
464|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: resume(): Promise\<void>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: resume(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.request.restore     |@ohos.request.d.ts|
465|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: query(callback: AsyncCallback\<DownloadInfo>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: query(callback: AsyncCallback\<DownloadInfo>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskInfo     |@ohos.request.d.ts|
466|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: query(): Promise\<DownloadInfo>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: query(): Promise\<DownloadInfo>;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskInfo     |@ohos.request.d.ts|
467|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: queryMimeType(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: queryMimeType(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskMimeType     |@ohos.request.d.ts|
468|Deprecated version changed|Class name: DownloadTask<br>Method or attribute name: queryMimeType(): Promise\<string>;<br>Deprecated version: N/A|Class name: DownloadTask<br>Method or attribute name: queryMimeType(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.request.getTaskMimeType     |@ohos.request.d.ts|
469|Deprecated version changed|Class name: UploadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: UploadTask<br>Method or attribute name: remove(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete     |@ohos.request.d.ts|
470|Deprecated version changed|Class name: UploadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: UploadTask<br>Method or attribute name: remove(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.request.delete     |@ohos.request.d.ts|
471|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isScreenLocked(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isScreenLocked(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
472|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isScreenLocked(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isScreenLocked(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
473|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isSecureMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isSecureMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
474|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function isSecureMode(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function isSecureMode(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
475|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function unlockScreen(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function unlockScreen(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
476|Deprecated version changed|Class name: screenLock<br>Method or attribute name: function unlockScreen():Promise\<void>;<br>Deprecated version: N/A|Class name: screenLock<br>Method or attribute name: function unlockScreen():Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.screenLock.d.ts|
477|Deprecated version changed|Class name: systemTime<br>Deprecated version: N/A|Class name: systemTime<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime |@ohos.systemTime.d.ts|
478|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback\<void>) : void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
479|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTime(time : number) : Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
480|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getCurrentTime     |@ohos.systemTime.d.ts|
481|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealActiveTime     |@ohos.systemTime.d.ts|
482|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealTime     |@ohos.systemTime.d.ts|
483|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
484|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
485|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate     |@ohos.systemTime.d.ts|
486|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate     |@ohos.systemTime.d.ts|
487|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
488|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
489|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone     |@ohos.systemTime.d.ts|
490|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone     |@ohos.systemTime.d.ts|
491|Deprecated version changed|Class name: RgbaColor<br>Deprecated version: N/A|Class name: RgbaColor<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
492|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
493|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
494|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
495|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
496|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
497|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getFile(wallpaperType: WallpaperType): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
498|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
499|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
500|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
501|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
502|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
503|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
504|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
505|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
506|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
507|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
508|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
509|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
510|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
511|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
512|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
513|Deprecated version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.wallpaper.d.ts|
514|Deprecated version changed|Class name: UploadResponse<br>Deprecated version: N/A|Class name: UploadResponse<br>Deprecated version: 9<br>Substitute API: ohos.request |@system.request.d.ts|
515|Deprecated version changed|Class name: UploadResponse<br>Method or attribute name: code: number;<br>Deprecated version: N/A|Class name: UploadResponse<br>Method or attribute name: code: number;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
516|Deprecated version changed|Class name: UploadResponse<br>Method or attribute name: data: string;<br>Deprecated version: N/A|Class name: UploadResponse<br>Method or attribute name: data: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
517|Deprecated version changed|Class name: UploadResponse<br>Method or attribute name: headers: Object;<br>Deprecated version: N/A|Class name: UploadResponse<br>Method or attribute name: headers: Object;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
518|Deprecated version changed|Class name: DownloadResponse<br>Deprecated version: N/A|Class name: DownloadResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
519|Deprecated version changed|Class name: DownloadResponse<br>Method or attribute name: token: string;<br>Deprecated version: N/A|Class name: DownloadResponse<br>Method or attribute name: token: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
520|Deprecated version changed|Class name: OnDownloadCompleteResponse<br>Deprecated version: N/A|Class name: OnDownloadCompleteResponse<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
521|Deprecated version changed|Class name: OnDownloadCompleteResponse<br>Method or attribute name: uri: string;<br>Deprecated version: N/A|Class name: OnDownloadCompleteResponse<br>Method or attribute name: uri: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
522|Deprecated version changed|Class name: RequestFile<br>Deprecated version: N/A|Class name: RequestFile<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
523|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: filename?: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: filename?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
524|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: name?: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: name?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
525|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: uri: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: uri: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
526|Deprecated version changed|Class name: RequestFile<br>Method or attribute name: type?: string;<br>Deprecated version: N/A|Class name: RequestFile<br>Method or attribute name: type?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
527|Deprecated version changed|Class name: RequestData<br>Deprecated version: N/A|Class name: RequestData<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
528|Deprecated version changed|Class name: RequestData<br>Method or attribute name: name: string;<br>Deprecated version: N/A|Class name: RequestData<br>Method or attribute name: name: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
529|Deprecated version changed|Class name: RequestData<br>Method or attribute name: value: string;<br>Deprecated version: N/A|Class name: RequestData<br>Method or attribute name: value: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
530|Deprecated version changed|Class name: UploadRequestOptions<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
531|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
532|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: data?: Array\<RequestData>;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: data?: Array\<RequestData>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
533|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: files: Array\<RequestFile>;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: files: Array\<RequestFile>;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
534|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: header?: Object;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: header?: Object;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
535|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: method?: string;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: method?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
536|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: success?: (data: UploadResponse) => void;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: success?: (data: UploadResponse) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
537|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
538|Deprecated version changed|Class name: UploadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: UploadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
539|Deprecated version changed|Class name: DownloadRequestOptions<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
540|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: url: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
541|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: filename?: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: filename?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
542|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: header?: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: header?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
543|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: description?: string;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: description?: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
544|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: success?: (data: DownloadResponse) => void;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: success?: (data: DownloadResponse) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
545|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
546|Deprecated version changed|Class name: DownloadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: DownloadRequestOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
547|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
548|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: token: string;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: token: string;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
549|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: success?: (data: OnDownloadCompleteResponse) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
550|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: fail?: (data: any, code: number) => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
551|Deprecated version changed|Class name: OnDownloadCompleteOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: N/A|Class name: OnDownloadCompleteOptions<br>Method or attribute name: complete?: () => void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
552|Deprecated version changed|Class name: Request<br>Deprecated version: N/A|Class name: Request<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
553|Deprecated version changed|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Deprecated version: N/A|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
554|Deprecated version changed|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Deprecated version: N/A|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
555|Deprecated version changed|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Deprecated version: N/A|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.request.d.ts|
556|Initial version changed|Class name: DownloadTask<br>Initial version: N/A|Class name: DownloadTask<br>Initial version: 6|@ohos.request.d.ts|
557|Initial version changed|Class name: UploadTask<br>Initial version: N/A|Class name: UploadTask<br>Initial version: 6|@ohos.request.d.ts|
558|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
559|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
560|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
561|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
562|Initial version changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
563|Initial version changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
564|Initial version changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
565|Initial version changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
566|Initial version changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
567|Initial version changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
568|Initial version changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
569|Initial version changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
570|Initial version changed|Class name: TimerOptions<br>Initial version: N/A|Class name: TimerOptions<br>Initial version: 7|@ohos.systemTimer.d.ts|
571|Initial version changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
572|Initial version changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Initial version: 7|@ohos.systemTimer.d.ts|
573|Initial version changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
574|Initial version changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Initial version: 7|@ohos.systemTimer.d.ts|
575|Initial version changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
576|Initial version changed|Class name: RgbaColor<br>Initial version: N/A|Class name: RgbaColor<br>Initial version: 7|@ohos.wallpaper.d.ts|
577|Initial version changed|Class name: WallpaperType<br>Initial version: N/A|Class name: WallpaperType<br>Initial version: 7|@ohos.wallpaper.d.ts|
578|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType, callback: AsyncCallback\<Array\<RgbaColor>>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
579|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getColors(wallpaperType: WallpaperType): Promise\<Array\<RgbaColor>>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
580|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType, callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
581|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getId(wallpaperType: WallpaperType): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
582|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
583|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinHeight(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
584|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(callback: AsyncCallback\<number>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
585|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getMinWidth(): Promise\<number>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
586|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
587|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isChangePermitted(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
588|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(callback: AsyncCallback\<boolean>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
589|Initial version changed|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function isOperationAllowed(): Promise\<boolean>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
590|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
591|Initial version changed|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function reset(wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
592|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
593|Initial version changed|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function setWallpaper(source: string \| image.PixelMap, wallpaperType: WallpaperType): Promise\<void>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
594|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
595|Initial version changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Initial version: 7|@ohos.wallpaper.d.ts|
596|Initial version changed|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function on(type: 'colorChange', callback: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
597|Initial version changed|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: N/A|Class name: wallpaper<br>Method or attribute name: function off(type: 'colorChange', callback?: (colors: Array\<RgbaColor>, wallpaperType: WallpaperType) => void): void;<br>Initial version: 7|@ohos.wallpaper.d.ts|
598|Initial version changed|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static upload(options: UploadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
599|Initial version changed|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static download(options: DownloadRequestOptions): void;<br>Initial version: 3|@system.request.d.ts|
600|Initial version changed|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: N/A|Class name: Request<br>Method or attribute name: static onDownloadComplete(options: OnDownloadCompleteOptions): void;<br>Initial version: 3|@system.request.d.ts|
601|Permission changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Permission: ohos.permission.READ_USER_STORAGE|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Permission: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
602|Permission changed|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Permission: ohos.permission.READ_USER_STORAGE|Class name: wallpaper<br>Method or attribute name: function getPixelMap(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Permission: ohos.permission.GET_WALLPAPER|@ohos.wallpaper.d.ts|
603|Error code added|NA|Class name: SystemPasteboard<br>Method or attribute name: on(type: 'update', callback: () => void): void;<br>Error code: 401|@ohos.pasteboard.d.ts|
604|Error code added|NA|Class name: SystemPasteboard<br>Method or attribute name: off(type: 'update', callback?: () => void): void;<br>Error code: 401|@ohos.pasteboard.d.ts|
605|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback\<number>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
606|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise\<number>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
607|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback\<void>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
608|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise\<void>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
609|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
610|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise\<void>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
611|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback\<void>): void;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
612|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise\<void>;<br>Error code: 202, 401|@ohos.systemTimer.d.ts|
613|Permission added|Class name: DownloadTask<br>Permission: N/A|Class name: DownloadTask<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
614|Permission added|Class name: UploadTask<br>Permission: N/A|Class name: UploadTask<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
615|SysCap changed|Class name: DownloadTask<br>SysCap: N/A|Class name: DownloadTask<br>SysCap:SystemCapability.MiscServices.Download|@ohos.request.d.ts|
616|SysCap changed|Class name: UploadTask<br>SysCap: N/A|Class name: UploadTask<br>SysCap:SystemCapability.MiscServices.Download|@ohos.request.d.ts|
617|Function changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
618|Function changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
619|Function changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
620|Function changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
621|Function changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
622|Function changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean, callback: AsyncCallback\<number>): void;<br>|Class name: systemTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;<br>|@ohos.systemTime.d.ts|
623