1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod|@ohos.inputMethod.d.ts|
4|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: const MAX_TYPE_NUM: number|@ohos.inputMethod.d.ts|
5|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
6|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodController(): InputMethodController;|@ohos.inputMethod.d.ts|
7|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getSetting(): InputMethodSetting;|@ohos.inputMethod.d.ts|
8|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getController(): InputMethodController;|@ohos.inputMethod.d.ts|
9|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
10|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise<boolean>;|@ohos.inputMethod.d.ts|
11|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;|@ohos.inputMethod.d.ts|
12|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
13|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;|@ohos.inputMethod.d.ts|
14|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;|@ohos.inputMethod.d.ts|
15|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
16|Added|NA|Module name: ohos.inputMethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;|@ohos.inputMethod.d.ts|
17|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting|@ohos.inputMethod.d.ts|
18|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
19|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethod.d.ts|
20|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback<Array<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
21|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise<Array<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
22|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback<Array<InputMethodSubtype>>): void;|@ohos.inputMethod.d.ts|
23|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(): Promise<Array<InputMethodSubtype>>;|@ohos.inputMethod.d.ts|
24|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
25|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
26|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;|@ohos.inputMethod.d.ts|
27|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(): Promise<Array<InputMethodProperty>>;|@ohos.inputMethod.d.ts|
28|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
29|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise<boolean>;|@ohos.inputMethod.d.ts|
30|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback<void>): void;|@ohos.inputMethod.d.ts|
31|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(): Promise<void>;|@ohos.inputMethod.d.ts|
32|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController|@ohos.inputMethod.d.ts|
33|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
34|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(): Promise<boolean>;|@ohos.inputMethod.d.ts|
35|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(callback: AsyncCallback<boolean>): void;|@ohos.inputMethod.d.ts|
36|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(): Promise<boolean>;|@ohos.inputMethod.d.ts|
37|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard(callback: AsyncCallback<void>): void;|@ohos.inputMethod.d.ts|
38|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard():Promise<void>;|@ohos.inputMethod.d.ts|
39|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard(callback: AsyncCallback<void>): void;|@ohos.inputMethod.d.ts|
40|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard():Promise<void>;|@ohos.inputMethod.d.ts|
41|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty|@ohos.inputMethod.d.ts|
42|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly packageName: string;|@ohos.inputMethod.d.ts|
43|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly methodId: string;|@ohos.inputMethod.d.ts|
44|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly name: string;|@ohos.inputMethod.d.ts|
45|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly id: string;|@ohos.inputMethod.d.ts|
46|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly label?: string;|@ohos.inputMethod.d.ts|
47|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly icon?: string;|@ohos.inputMethod.d.ts|
48|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly iconId?: number;|@ohos.inputMethod.d.ts|
49|Added|NA|Module name: ohos.inputMethod<br>Class name: InputMethodProperty<br>Method or attribute name: extra: object;|@ohos.inputMethod.d.ts|
50|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine|@ohos.inputMethodEngine.d.ts|
51|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|@ohos.inputMethodEngine.d.ts|
52|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_GO: number;|@ohos.inputMethodEngine.d.ts|
53|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|@ohos.inputMethodEngine.d.ts|
54|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|@ohos.inputMethodEngine.d.ts|
55|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|@ohos.inputMethodEngine.d.ts|
56|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|@ohos.inputMethodEngine.d.ts|
57|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|@ohos.inputMethodEngine.d.ts|
58|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NULL: number;|@ohos.inputMethodEngine.d.ts|
59|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_TEXT: number;|@ohos.inputMethodEngine.d.ts|
60|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NUMBER: number;|@ohos.inputMethodEngine.d.ts|
61|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PHONE: number;|@ohos.inputMethodEngine.d.ts|
62|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_DATETIME: number;|@ohos.inputMethodEngine.d.ts|
63|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_EMAIL: number;|@ohos.inputMethodEngine.d.ts|
64|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_URI: number;|@ohos.inputMethodEngine.d.ts|
65|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PASSWORD: number;|@ohos.inputMethodEngine.d.ts|
66|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SELECTING: number;|@ohos.inputMethodEngine.d.ts|
67|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SINGLE_LINE: number;|@ohos.inputMethodEngine.d.ts|
68|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_PART: number;|@ohos.inputMethodEngine.d.ts|
69|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_FULL: number;|@ohos.inputMethodEngine.d.ts|
70|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_ASCII: number;|@ohos.inputMethodEngine.d.ts|
71|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NONE: number;|@ohos.inputMethodEngine.d.ts|
72|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|@ohos.inputMethodEngine.d.ts|
73|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|@ohos.inputMethodEngine.d.ts|
74|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_WORDS: number;|@ohos.inputMethodEngine.d.ts|
75|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_MULTI_LINE: number;|@ohos.inputMethodEngine.d.ts|
76|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NO_FULLSCREEN: number;|@ohos.inputMethodEngine.d.ts|
77|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_UP: number;|@ohos.inputMethodEngine.d.ts|
78|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_DOWN: number;|@ohos.inputMethodEngine.d.ts|
79|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_LEFT: number;|@ohos.inputMethodEngine.d.ts|
80|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_RIGHT: number;|@ohos.inputMethodEngine.d.ts|
81|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|@ohos.inputMethodEngine.d.ts|
82|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodAbility(): InputMethodAbility;|@ohos.inputMethodEngine.d.ts|
83|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|@ohos.inputMethodEngine.d.ts|
84|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
85|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: inputMethodEngine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|@ohos.inputMethodEngine.d.ts|
86|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController|@ohos.inputMethodEngine.d.ts|
87|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hide(callback: AsyncCallback<void>): void;|@ohos.inputMethodEngine.d.ts|
88|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hide(): Promise<void>;|@ohos.inputMethodEngine.d.ts|
89|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(callback: AsyncCallback<void>): void;|@ohos.inputMethodEngine.d.ts|
90|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(): Promise<void>;|@ohos.inputMethodEngine.d.ts|
91|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine|@ohos.inputMethodEngine.d.ts|
92|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
93|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
94|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
95|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
96|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
97|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
98|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility|@ohos.inputMethodEngine.d.ts|
99|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
100|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|@ohos.inputMethodEngine.d.ts|
101|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
102|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStop', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
103|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
104|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|@ohos.inputMethodEngine.d.ts|
105|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
106|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
107|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
108|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
109|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
110|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|@ohos.inputMethodEngine.d.ts|
111|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient|@ohos.inputMethodEngine.d.ts|
112|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
113|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
114|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
115|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
116|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
117|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
118|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
119|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
120|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts|
121|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts|
122|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts|
123|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts|
124|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
125|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
126|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient|@ohos.inputMethodEngine.d.ts|
127|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
128|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
129|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
130|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
131|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
132|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
133|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;|@ohos.inputMethodEngine.d.ts|
134|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string): Promise<boolean>;|@ohos.inputMethodEngine.d.ts|
135|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts|
136|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts|
137|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;|@ohos.inputMethodEngine.d.ts|
138|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number): Promise<string>;|@ohos.inputMethodEngine.d.ts|
139|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|@ohos.inputMethodEngine.d.ts|
140|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;|@ohos.inputMethodEngine.d.ts|
141|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number, callback: AsyncCallback<void>): void;|@ohos.inputMethodEngine.d.ts|
142|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number): Promise<void>;|@ohos.inputMethodEngine.d.ts|
143|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate|@ohos.inputMethodEngine.d.ts|
144|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
145|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
146|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
147|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
148|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
149|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|@ohos.inputMethodEngine.d.ts|
150|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts|
151|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|@ohos.inputMethodEngine.d.ts|
152|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
153|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|@ohos.inputMethodEngine.d.ts|
154|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute|@ohos.inputMethodEngine.d.ts|
155|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute<br>Method or attribute name: readonly inputPattern: number;|@ohos.inputMethodEngine.d.ts|
156|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: EditorAttribute<br>Method or attribute name: readonly enterKeyType: number;|@ohos.inputMethodEngine.d.ts|
157|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent|@ohos.inputMethodEngine.d.ts|
158|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyCode: number;|@ohos.inputMethodEngine.d.ts|
159|Added|NA|Module name: ohos.inputMethodEngine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyAction: number;|@ohos.inputMethodEngine.d.ts|
160|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility|@ohos.InputMethodExtensionAbility.d.ts|
161|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;|@ohos.InputMethodExtensionAbility.d.ts|
162|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;|@ohos.InputMethodExtensionAbility.d.ts|
163|Added|NA|Module name: ohos.InputMethodExtensionAbility<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;|@ohos.InputMethodExtensionAbility.d.ts|
164|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext|@ohos.InputMethodExtensionContext.d.ts|
165|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback<void>): void;|@ohos.InputMethodExtensionContext.d.ts|
166|Added|NA|Module name: ohos.InputMethodExtensionContext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise<void>;|@ohos.InputMethodExtensionContext.d.ts|
167|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype|@ohos.InputMethodSubtype.d.ts|
168|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly label?: string;|@ohos.InputMethodSubtype.d.ts|
169|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly name: string;|@ohos.InputMethodSubtype.d.ts|
170|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly id: string;|@ohos.InputMethodSubtype.d.ts|
171|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly mode?: 'upper'\|'lower';|@ohos.InputMethodSubtype.d.ts|
172|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly locale: string;|@ohos.InputMethodSubtype.d.ts|
173|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly language: string;|@ohos.InputMethodSubtype.d.ts|
174|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly icon?: string;|@ohos.InputMethodSubtype.d.ts|
175|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly iconId?: number;|@ohos.InputMethodSubtype.d.ts|
176|Added|NA|Module name: ohos.InputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: extra: object;|@ohos.InputMethodSubtype.d.ts|
177|Added|NA|Module name: ohos.request<br>Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;|@ohos.request.d.ts|
178|Added|NA|Class name: request<br>Method or attribute name: const PAUSED_BY_USER: number;|@ohos.request.d.ts|
179|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime|@ohos.systemDateTime.d.ts|
180|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback<void>) : void;|@ohos.systemDateTime.d.ts|
181|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTime(time : number) : Promise<void>;|@ohos.systemDateTime.d.ts|
182|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
183|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
184|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts|
185|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
186|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
187|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts|
188|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
189|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback<number>): void;|@ohos.systemDateTime.d.ts|
190|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise<number>;|@ohos.systemDateTime.d.ts|
191|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback<void>): void;|@ohos.systemDateTime.d.ts|
192|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setDate(date: Date): Promise<void>;|@ohos.systemDateTime.d.ts|
193|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getDate(callback: AsyncCallback<Date>): void;|@ohos.systemDateTime.d.ts|
194|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getDate(): Promise<Date>;|@ohos.systemDateTime.d.ts|
195|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;|@ohos.systemDateTime.d.ts|
196|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function setTimezone(timezone: string): Promise<void>;|@ohos.systemDateTime.d.ts|
197|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback<string>): void;|@ohos.systemDateTime.d.ts|
198|Added|NA|Module name: ohos.systemDateTime<br>Class name: systemDateTime<br>Method or attribute name: function getTimezone(): Promise<string>;|@ohos.systemDateTime.d.ts|
199|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod|NA|@ohos.inputmethod.d.ts|
200|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: const MAX_TYPE_NUM: number|NA|@ohos.inputmethod.d.ts|
201|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts|
202|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getInputMethodController(): InputMethodController;|NA|@ohos.inputmethod.d.ts|
203|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getSetting(): InputMethodSetting;|NA|@ohos.inputmethod.d.ts|
204|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getController(): InputMethodController;|NA|@ohos.inputmethod.d.ts|
205|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts|
206|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function switchInputMethod(target: InputMethodProperty): Promise<boolean>;|NA|@ohos.inputmethod.d.ts|
207|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethod(): InputMethodProperty;|NA|@ohos.inputmethod.d.ts|
208|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts|
209|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean>;|NA|@ohos.inputmethod.d.ts|
210|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function getCurrentInputMethodSubtype(): InputMethodSubtype;|NA|@ohos.inputmethod.d.ts|
211|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts|
212|Deleted|Module name: ohos.inputmethod<br>Class name: inputMethod<br>Method or attribute name: function switchCurrentInputMethodAndSubtype(inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype): Promise<boolean>;|NA|@ohos.inputmethod.d.ts|
213|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting|NA|@ohos.inputmethod.d.ts|
214|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: on(type: 'imeChange', callback: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts|
215|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: off(type: 'imeChange', callback?: (inputMethodProperty: InputMethodProperty, inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethod.d.ts|
216|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty, callback: AsyncCallback<Array<InputMethodSubtype>>): void;|NA|@ohos.inputmethod.d.ts|
217|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethodSubtype(inputMethodProperty: InputMethodProperty): Promise<Array<InputMethodSubtype>>;|NA|@ohos.inputmethod.d.ts|
218|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(callback: AsyncCallback<Array<InputMethodSubtype>>): void;|NA|@ohos.inputmethod.d.ts|
219|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listCurrentInputMethodSubtype(): Promise<Array<InputMethodSubtype>>;|NA|@ohos.inputmethod.d.ts|
220|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean, callback: AsyncCallback<Array<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts|
221|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: getInputMethods(enable: boolean): Promise<Array<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts|
222|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(callback: AsyncCallback<Array<InputMethodProperty>>): void;|NA|@ohos.inputmethod.d.ts|
223|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: listInputMethod(): Promise<Array<InputMethodProperty>>;|NA|@ohos.inputmethod.d.ts|
224|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts|
225|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: showOptionalInputMethods(): Promise<boolean>;|NA|@ohos.inputmethod.d.ts|
226|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethod.d.ts|
227|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodSetting<br>Method or attribute name: displayOptionalInputMethod(): Promise<void>;|NA|@ohos.inputmethod.d.ts|
228|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController|NA|@ohos.inputmethod.d.ts|
229|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts|
230|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInputSession(): Promise<boolean>;|NA|@ohos.inputmethod.d.ts|
231|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethod.d.ts|
232|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: stopInput(): Promise<boolean>;|NA|@ohos.inputmethod.d.ts|
233|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethod.d.ts|
234|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: showSoftKeyboard():Promise<void>;|NA|@ohos.inputmethod.d.ts|
235|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethod.d.ts|
236|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodController<br>Method or attribute name: hideSoftKeyboard():Promise<void>;|NA|@ohos.inputmethod.d.ts|
237|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty|NA|@ohos.inputmethod.d.ts|
238|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly packageName: string;|NA|@ohos.inputmethod.d.ts|
239|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly methodId: string;|NA|@ohos.inputmethod.d.ts|
240|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly name: string;|NA|@ohos.inputmethod.d.ts|
241|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly id: string;|NA|@ohos.inputmethod.d.ts|
242|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly label?: string;|NA|@ohos.inputmethod.d.ts|
243|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly icon?: string;|NA|@ohos.inputmethod.d.ts|
244|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: readonly iconId?: number;|NA|@ohos.inputmethod.d.ts|
245|Deleted|Module name: ohos.inputmethod<br>Class name: InputMethodProperty<br>Method or attribute name: extra: object;|NA|@ohos.inputmethod.d.ts|
246|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine|NA|@ohos.inputmethodengine.d.ts|
247|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_UNSPECIFIED: number;|NA|@ohos.inputmethodengine.d.ts|
248|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_GO: number;|NA|@ohos.inputmethodengine.d.ts|
249|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEARCH: number;|NA|@ohos.inputmethodengine.d.ts|
250|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_SEND: number;|NA|@ohos.inputmethodengine.d.ts|
251|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_NEXT: number;|NA|@ohos.inputmethodengine.d.ts|
252|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_DONE: number;|NA|@ohos.inputmethodengine.d.ts|
253|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const ENTER_KEY_TYPE_PREVIOUS: number;|NA|@ohos.inputmethodengine.d.ts|
254|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NULL: number;|NA|@ohos.inputmethodengine.d.ts|
255|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_TEXT: number;|NA|@ohos.inputmethodengine.d.ts|
256|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_NUMBER: number;|NA|@ohos.inputmethodengine.d.ts|
257|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PHONE: number;|NA|@ohos.inputmethodengine.d.ts|
258|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_DATETIME: number;|NA|@ohos.inputmethodengine.d.ts|
259|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_EMAIL: number;|NA|@ohos.inputmethodengine.d.ts|
260|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_URI: number;|NA|@ohos.inputmethodengine.d.ts|
261|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const PATTERN_PASSWORD: number;|NA|@ohos.inputmethodengine.d.ts|
262|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SELECTING: number;|NA|@ohos.inputmethodengine.d.ts|
263|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const FLAG_SINGLE_LINE: number;|NA|@ohos.inputmethodengine.d.ts|
264|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_PART: number;|NA|@ohos.inputmethodengine.d.ts|
265|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const DISPLAY_MODE_FULL: number;|NA|@ohos.inputmethodengine.d.ts|
266|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_ASCII: number;|NA|@ohos.inputmethodengine.d.ts|
267|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NONE: number;|NA|@ohos.inputmethodengine.d.ts|
268|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_CHARACTERS: number;|NA|@ohos.inputmethodengine.d.ts|
269|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_CAP_SENTENCES: number;|NA|@ohos.inputmethodengine.d.ts|
270|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_AUTO_WORDS: number;|NA|@ohos.inputmethodengine.d.ts|
271|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_MULTI_LINE: number;|NA|@ohos.inputmethodengine.d.ts|
272|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const OPTION_NO_FULLSCREEN: number;|NA|@ohos.inputmethodengine.d.ts|
273|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_UP: number;|NA|@ohos.inputmethodengine.d.ts|
274|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_DOWN: number;|NA|@ohos.inputmethodengine.d.ts|
275|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_LEFT: number;|NA|@ohos.inputmethodengine.d.ts|
276|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const CURSOR_RIGHT: number;|NA|@ohos.inputmethodengine.d.ts|
277|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: const WINDOW_TYPE_INPUT_METHOD_FLOAT: number;|NA|@ohos.inputmethodengine.d.ts|
278|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodAbility(): InputMethodAbility;|NA|@ohos.inputmethodengine.d.ts|
279|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function getInputMethodEngine(): InputMethodEngine;|NA|@ohos.inputmethodengine.d.ts|
280|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function getKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts|
281|Deleted|Module name: ohos.inputmethodengine<br>Class name: inputMethodEngine<br>Method or attribute name: function createKeyboardDelegate(): KeyboardDelegate;|NA|@ohos.inputmethodengine.d.ts|
282|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController|NA|@ohos.inputmethodengine.d.ts|
283|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hide(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodengine.d.ts|
284|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hide(): Promise<void>;|NA|@ohos.inputmethodengine.d.ts|
285|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodengine.d.ts|
286|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardController<br>Method or attribute name: hideKeyboard(): Promise<void>;|NA|@ohos.inputmethodengine.d.ts|
287|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine|NA|@ohos.inputmethodengine.d.ts|
288|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
289|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, textInputClient: TextInputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
290|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
291|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
292|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
293|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodEngine<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
294|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility|NA|@ohos.inputmethodengine.d.ts|
295|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStart', callback: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
296|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStart', callback?: (kbController: KeyboardController, inputClient: InputClient) => void): void;|NA|@ohos.inputmethodengine.d.ts|
297|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
298|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'inputStop', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
299|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
300|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setCallingWindow', callback: (wid:number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
301|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
302|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'keyboardShow'\|'keyboardHide', callback: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
303|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
304|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'keyboardShow'\|'keyboardHide', callback?: () => void): void;|NA|@ohos.inputmethodengine.d.ts|
305|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: on(type: 'setSubtype', callback: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts|
306|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputMethodAbility<br>Method or attribute name: off(type: 'setSubtype', callback?: (inputMethodSubtype: InputMethodSubtype) => void): void;|NA|@ohos.inputmethodengine.d.ts|
307|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient|NA|@ohos.inputmethodengine.d.ts|
308|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
309|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
310|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
311|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteForward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
312|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
313|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: deleteBackward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
314|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
315|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: insertText(text: string): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
316|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts|
317|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getForward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts|
318|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts|
319|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getBackward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts|
320|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts|
321|Deleted|Module name: ohos.inputmethodengine<br>Class name: TextInputClient<br>Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts|
322|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient|NA|@ohos.inputmethodengine.d.ts|
323|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
324|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: sendKeyFunction(action: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
325|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
326|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: deleteForward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
327|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
328|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: deleteBackward(length: number): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
329|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string, callback: AsyncCallback<boolean>): void;|NA|@ohos.inputmethodengine.d.ts|
330|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: insertText(text: string): Promise<boolean>;|NA|@ohos.inputmethodengine.d.ts|
331|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts|
332|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: getForward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts|
333|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number, callback: AsyncCallback<string>): void;|NA|@ohos.inputmethodengine.d.ts|
334|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: getBackward(length: number): Promise<string>;|NA|@ohos.inputmethodengine.d.ts|
335|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(callback: AsyncCallback<EditorAttribute>): void;|NA|@ohos.inputmethodengine.d.ts|
336|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: getEditorAttribute(): Promise<EditorAttribute>;|NA|@ohos.inputmethodengine.d.ts|
337|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number, callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodengine.d.ts|
338|Deleted|Module name: ohos.inputmethodengine<br>Class name: InputClient<br>Method or attribute name: moveCursor(direction: number): Promise<void>;|NA|@ohos.inputmethodengine.d.ts|
339|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate|NA|@ohos.inputmethodengine.d.ts|
340|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
341|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'keyDown'\|'keyUp', callback: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
342|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
343|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'keyDown'\|'keyUp', callback?: (event: KeyEvent) => boolean): void;|NA|@ohos.inputmethodengine.d.ts|
344|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'cursorContextChange', callback: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
345|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'cursorContextChange', callback?: (x: number, y: number, height: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
346|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'selectionChange', callback: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
347|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'selectionChange', callback?: (oldBegin: number, oldEnd: number, newBegin: number, newEnd: number) => void): void;|NA|@ohos.inputmethodengine.d.ts|
348|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: on(type: 'textChange', callback: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
349|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyboardDelegate<br>Method or attribute name: off(type: 'textChange', callback?: (text: string) => void): void;|NA|@ohos.inputmethodengine.d.ts|
350|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute|NA|@ohos.inputmethodengine.d.ts|
351|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute<br>Method or attribute name: readonly inputPattern: number;|NA|@ohos.inputmethodengine.d.ts|
352|Deleted|Module name: ohos.inputmethodengine<br>Class name: EditorAttribute<br>Method or attribute name: readonly enterKeyType: number;|NA|@ohos.inputmethodengine.d.ts|
353|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent|NA|@ohos.inputmethodengine.d.ts|
354|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyCode: number;|NA|@ohos.inputmethodengine.d.ts|
355|Deleted|Module name: ohos.inputmethodengine<br>Class name: KeyEvent<br>Method or attribute name: readonly keyAction: number;|NA|@ohos.inputmethodengine.d.ts|
356|Deleted|Module name: ohos.inputmethodextensionability<br>Class name: InputMethodExtensionAbility|NA|@ohos.inputmethodextensionability.d.ts|
357|Deleted|Module name: ohos.inputmethodextensionability<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: context: InputMethodExtensionContext;|NA|@ohos.inputmethodextensionability.d.ts|
358|Deleted|Module name: ohos.inputmethodextensionability<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onCreate(want: Want): void;|NA|@ohos.inputmethodextensionability.d.ts|
359|Deleted|Module name: ohos.inputmethodextensionability<br>Class name: InputMethodExtensionAbility<br>Method or attribute name: onDestroy(): void;|NA|@ohos.inputmethodextensionability.d.ts|
360|Deleted|Module name: ohos.inputmethodextensioncontext<br>Class name: InputMethodExtensionContext|NA|@ohos.inputmethodextensioncontext.d.ts|
361|Deleted|Module name: ohos.inputmethodextensioncontext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(callback: AsyncCallback<void>): void;|NA|@ohos.inputmethodextensioncontext.d.ts|
362|Deleted|Module name: ohos.inputmethodextensioncontext<br>Class name: InputMethodExtensionContext<br>Method or attribute name: destroy(): Promise<void>;|NA|@ohos.inputmethodextensioncontext.d.ts|
363|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype|NA|@ohos.inputMethodSubtype.d.ts|
364|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly label?: string;|NA|@ohos.inputMethodSubtype.d.ts|
365|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly name: string;|NA|@ohos.inputMethodSubtype.d.ts|
366|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly id: string;|NA|@ohos.inputMethodSubtype.d.ts|
367|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly mode?: 'upper'\|'lower';|NA|@ohos.inputMethodSubtype.d.ts|
368|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly locale: string;|NA|@ohos.inputMethodSubtype.d.ts|
369|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly language: string;|NA|@ohos.inputMethodSubtype.d.ts|
370|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly icon?: string;|NA|@ohos.inputMethodSubtype.d.ts|
371|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: readonly iconId?: number;|NA|@ohos.inputMethodSubtype.d.ts|
372|Deleted|Module name: ohos.inputMethodSubtype<br>Class name: InputMethodSubtype<br>Method or attribute name: extra: object;|NA|@ohos.inputMethodSubtype.d.ts|
373|Access level changed|Class name: SystemEvent<br>Access level: public API|Class name: SystemEvent<br>Access level: system API|@ohos.screenLock.d.ts|
374|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
375|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
376|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
377|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
378|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
379|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Access level: system API|@ohos.systemTimer.d.ts|
380|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
381|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
382|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
383|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
384|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
385|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
386|Access level changed|Class name: TimerOptions<br>Access level: public API|Class name: TimerOptions<br>Access level: system API|@ohos.systemTimer.d.ts|
387|Access level changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
388|Access level changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: system API|@ohos.systemTimer.d.ts|
389|Access level changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
390|Access level changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: system API|@ohos.systemTimer.d.ts|
391|Access level changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: system API|@ohos.systemTimer.d.ts|
392|Deprecated version changed|Class name: systemTime<br>Deprecated version: N/A|Class name: systemTime<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime |@ohos.systemTime.d.ts|
393|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback<void>) : void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTime(time : number, callback : AsyncCallback<void>) : void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
394|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTime(time : number) : Promise<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTime(time : number) : Promise<void>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
395|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getCurrentTime     |@ohos.systemTime.d.ts|
396|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback<number>): void;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
397|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise<number>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
398|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealActiveTime     |@ohos.systemTime.d.ts|
399|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback<number>): void;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
400|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise<number>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
401|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano: boolean, callback: AsyncCallback<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getRealTime     |@ohos.systemTime.d.ts|
402|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback<number>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealTime(callback: AsyncCallback<number>): void;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
403|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise<number>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise<number>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
404|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
405|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setDate(date: Date): Promise<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setDate(date: Date): Promise<void>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
406|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getDate(callback: AsyncCallback<Date>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getDate(callback: AsyncCallback<Date>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getDate     |@ohos.systemTime.d.ts|
407|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getDate(): Promise<Date>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getDate(): Promise<Date>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
408|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback<void>): void;<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.systemTime.d.ts|
409|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string): Promise<void>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function setTimezone(timezone: string): Promise<void>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
410|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback<string>): void;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getTimezone(callback: AsyncCallback<string>): void;<br>Deprecated version: 9<br>Substitute API: ohos.systemDateTime/systemDateTime.getTimezone     |@ohos.systemTime.d.ts|
411|Deprecated version changed|Class name: systemTime<br>Method or attribute name: function getTimezone(): Promise<string>;<br>Deprecated version: N/A|Class name: systemTime<br>Method or attribute name: function getTimezone(): Promise<string>;<br>Deprecated version: 9|@ohos.systemTime.d.ts|
412|Initial version changed|Class name: DownloadTask<br>Initial version: N/A|Class name: DownloadTask<br>Initial version: 6|@ohos.request.d.ts|
413|Initial version changed|Class name: UploadTask<br>Initial version: N/A|Class name: UploadTask<br>Initial version: 6|@ohos.request.d.ts|
414|Initial version changed|Class name: SystemEvent<br>Initial version: N/A|Class name: SystemEvent<br>Initial version: 9|@ohos.screenLock.d.ts|
415|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
416|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
417|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
418|Initial version changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
419|Initial version changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
420|Initial version changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
421|Initial version changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
422|Initial version changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
423|Initial version changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
424|Initial version changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
425|Initial version changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
426|Initial version changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Initial version: N/A|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Initial version: 7|@ohos.systemTimer.d.ts|
427|Initial version changed|Class name: TimerOptions<br>Initial version: N/A|Class name: TimerOptions<br>Initial version: 7|@ohos.systemTimer.d.ts|
428|Initial version changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
429|Initial version changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Initial version: 7|@ohos.systemTimer.d.ts|
430|Initial version changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Initial version: 7|@ohos.systemTimer.d.ts|
431|Initial version changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Initial version: 7|@ohos.systemTimer.d.ts|
432|Initial version changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Initial version: N/A|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Initial version: 7|@ohos.systemTimer.d.ts|
433|Error code added|NA|Class name: DownloadTask<br>Method or attribute name: delete(): Promise<boolean>;<br>Error code: N/A|@ohos.request.d.ts|
434|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Error code: 202,401|@ohos.systemTimer.d.ts|
435|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Error code: 202,401|@ohos.systemTimer.d.ts|
436|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Error code: 202,401|@ohos.systemTimer.d.ts|
437|Error code added|NA|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Error code: 202,401|@ohos.systemTimer.d.ts|
438|Permission added|Class name: DownloadTask<br>Permission: N/A|Class name: DownloadTask<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
439|Permission added|Class name: UploadTask<br>Permission: N/A|Class name: UploadTask<br>Permission: ohos.permission.INTERNET|@ohos.request.d.ts|
440|Access level changed|Class name: SystemEvent<br>Access level: public API|Class name: SystemEvent<br>Access level: system API|@ohos.screenLock.d.ts|
441|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_REALTIME: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
442|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_WAKEUP: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
443|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_EXACT: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
444|Access level changed|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: const TIMER_TYPE_IDLE: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
445|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions, callback: AsyncCallback<number>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
446|Access level changed|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function createTimer(options: TimerOptions): Promise<number>;<br>Access level: system API|@ohos.systemTimer.d.ts|
447|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number, callback: AsyncCallback<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
448|Access level changed|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function startTimer(timer: number, triggerTime: number): Promise<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
449|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
450|Access level changed|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function stopTimer(timer: number): Promise<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
451|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number, callback: AsyncCallback<void>): void;<br>Access level: system API|@ohos.systemTimer.d.ts|
452|Access level changed|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Access level: public API|Class name: systemTimer<br>Method or attribute name: function destroyTimer(timer: number): Promise<void>;<br>Access level: system API|@ohos.systemTimer.d.ts|
453|Access level changed|Class name: TimerOptions<br>Access level: public API|Class name: TimerOptions<br>Access level: system API|@ohos.systemTimer.d.ts|
454|Access level changed|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: type: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
455|Access level changed|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: repeat: boolean;<br>Access level: system API|@ohos.systemTimer.d.ts|
456|Access level changed|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: interval?: number;<br>Access level: system API|@ohos.systemTimer.d.ts|
457|Access level changed|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: wantAgent?: WantAgent;<br>Access level: system API|@ohos.systemTimer.d.ts|
458|Access level changed|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: public API|Class name: TimerOptions<br>Method or attribute name: callback?: () => void;<br>Access level: system API|@ohos.systemTimer.d.ts|
459