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