1 | Change Type | Old Version | New Version | d.ts File |
2 | ---- | ------ | ------ | -------- |
3 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: on(type: 'imeShow', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
4 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: on(type: 'imeHide', callback: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
5 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: off(type: 'imeShow', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
6 |Added|NA|Class name: InputMethodSetting;<br>Method or attribute name: off(type: 'imeHide', callback?: (info: Array\<InputWindowInfo>) => void): void;|@ohos.inputMethod.d.ts|
7 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
8 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig): Promise\<void>;|@ohos.inputMethod.d.ts|
9 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: showTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
10 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: showTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
11 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: hideTextInput(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
12 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: hideTextInput(): Promise\<void>;|@ohos.inputMethod.d.ts|
13 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: detach(callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
14 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: detach(): Promise\<void>;|@ohos.inputMethod.d.ts|
15 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: setCallingWindow(windowId: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
16 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: setCallingWindow(windowId: number): Promise\<void>;|@ohos.inputMethod.d.ts|
17 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
18 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: updateCursor(cursorInfo: CursorInfo): Promise\<void>;|@ohos.inputMethod.d.ts|
19 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: changeSelection(text: string, start: number, end: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
20 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: changeSelection(text: string, start: number, end: number): Promise\<void>;|@ohos.inputMethod.d.ts|
21 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: updateAttribute(attribute: InputAttribute, callback: AsyncCallback\<void>): void;|@ohos.inputMethod.d.ts|
22 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: updateAttribute(attribute: InputAttribute): Promise\<void>;|@ohos.inputMethod.d.ts|
23 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'selectByRange', callback: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
24 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'selectByMovement', callback: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
25 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts|
26 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'deleteLeft', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
27 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts|
28 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'sendKeyboardStatus', callback: (keyboardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts|
29 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts|
30 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts|
31 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts|
32 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'getLeftTextOfCursor', callback: (length: number) => string): void;|@ohos.inputMethod.d.ts|
33 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'getRightTextOfCursor', callback: (length: number) => string): void;|@ohos.inputMethod.d.ts|
34 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: on(type: 'getTextIndexAtCursor', callback: () => number): void;|@ohos.inputMethod.d.ts|
35 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'selectByRange', callback?: Callback\<Range>): void;|@ohos.inputMethod.d.ts|
36 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'selectByMovement', callback?: Callback\<Movement>): void;|@ohos.inputMethod.d.ts|
37 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'insertText', callback?: (text: string) => void): void;|@ohos.inputMethod.d.ts|
38 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'deleteLeft', callback?: (length: number) => void): void;|@ohos.inputMethod.d.ts|
39 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'deleteRight', callback?: (length: number) => void): void;|@ohos.inputMethod.d.ts|
40 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'sendKeyboardStatus', callback?: (keyboardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts|
41 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'sendFunctionKey', callback?: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts|
42 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'moveCursor', callback?: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts|
43 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts|
44 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'getLeftTextOfCursor', callback?: (length: number) => string): void;|@ohos.inputMethod.d.ts|
45 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'getRightTextOfCursor', callback?: (length: number) => string): void;|@ohos.inputMethod.d.ts|
46 |Added|NA|Class name: InputMethodController;<br>Method or attribute name: off(type: 'getTextIndexAtCursor', callback?: () => number): void;|@ohos.inputMethod.d.ts|
47 |Added|NA|Class name: InputMethodProperty;<br>Method or attribute name: readonly labelId?: number;|@ohos.inputMethod.d.ts|
48 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethod.d.ts|
49 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethod.d.ts|
50 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethod.d.ts|
51 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethod.d.ts|
52 |Added|NA|Class name: Range;<br>Method or attribute name: start: number;|@ohos.inputMethod.d.ts|
53 |Added|NA|Class name: Range;<br>Method or attribute name: end: number;|@ohos.inputMethod.d.ts|
54 |Added|NA|Class name: Movement;<br>Method or attribute name: direction: Direction;|@ohos.inputMethod.d.ts|
55 |Added|NA|Class name: TextInputType;<br>Method or attribute name: NONE = -1|@ohos.inputMethod.d.ts|
56 |Added|NA|Class name: TextInputType;<br>Method or attribute name: TEXT = 0|@ohos.inputMethod.d.ts|
57 |Added|NA|Class name: TextInputType;<br>Method or attribute name: MULTILINE|@ohos.inputMethod.d.ts|
58 |Added|NA|Class name: TextInputType;<br>Method or attribute name: NUMBER|@ohos.inputMethod.d.ts|
59 |Added|NA|Class name: TextInputType;<br>Method or attribute name: PHONE|@ohos.inputMethod.d.ts|
60 |Added|NA|Class name: TextInputType;<br>Method or attribute name: DATETIME|@ohos.inputMethod.d.ts|
61 |Added|NA|Class name: TextInputType;<br>Method or attribute name: EMAIL_ADDRESS|@ohos.inputMethod.d.ts|
62 |Added|NA|Class name: TextInputType;<br>Method or attribute name: URL|@ohos.inputMethod.d.ts|
63 |Added|NA|Class name: TextInputType;<br>Method or attribute name: VISIBLE_PASSWORD|@ohos.inputMethod.d.ts|
64 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: UNSPECIFIED = 0|@ohos.inputMethod.d.ts|
65 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: NONE|@ohos.inputMethod.d.ts|
66 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: GO|@ohos.inputMethod.d.ts|
67 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: SEARCH|@ohos.inputMethod.d.ts|
68 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: SEND|@ohos.inputMethod.d.ts|
69 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: NEXT|@ohos.inputMethod.d.ts|
70 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: DONE|@ohos.inputMethod.d.ts|
71 |Added|NA|Class name: EnterKeyType;<br>Method or attribute name: PREVIOUS|@ohos.inputMethod.d.ts|
72 |Added|NA|Class name: KeyboardStatus;<br>Method or attribute name: NONE = 0|@ohos.inputMethod.d.ts|
73 |Added|NA|Class name: KeyboardStatus;<br>Method or attribute name: HIDE = 1|@ohos.inputMethod.d.ts|
74 |Added|NA|Class name: KeyboardStatus;<br>Method or attribute name: SHOW = 2|@ohos.inputMethod.d.ts|
75 |Added|NA|Class name: InputAttribute;<br>Method or attribute name: textInputType: TextInputType;|@ohos.inputMethod.d.ts|
76 |Added|NA|Class name: InputAttribute;<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
77 |Added|NA|Class name: FunctionKey;<br>Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts|
78 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts|
79 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: left: number;|@ohos.inputMethod.d.ts|
80 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts|
81 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: top: number;|@ohos.inputMethod.d.ts|
82 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts|
83 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: width: number;|@ohos.inputMethod.d.ts|
84 |Added|NA|Class name: CursorInfo;<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts|
85 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: height: number;|@ohos.inputMethod.d.ts|
86 |Added|NA|Class name: TextConfig;<br>Method or attribute name: inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts|
87 |Added|NA|Class name: TextConfig;<br>Method or attribute name: cursorInfo?: CursorInfo;|@ohos.inputMethod.d.ts|
88 |Added|NA|Class name: TextConfig;<br>Method or attribute name: selection?: Range;|@ohos.inputMethod.d.ts|
89 |Added|NA|Class name: TextConfig;<br>Method or attribute name: windowId?: number;|@ohos.inputMethod.d.ts|
90 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d.ts|
91 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts|
92 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts|
93 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts|
94 |Added|NA|Class name: InputWindowInfo;<br>Method or attribute name: name: string;|@ohos.inputMethod.d.ts|
95 |Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\<Panel>): void;|@ohos.inputMethodEngine.d.ts|
96 |Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo): Promise\<Panel>;|@ohos.inputMethodEngine.d.ts|
97 |Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: destroyPanel(panel: Panel, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
98 |Added|NA|Class name: InputMethodAbility;<br>Method or attribute name: destroyPanel(panel: Panel): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
99 |Added|NA|Class name: InputClient;<br>Method or attribute name: deleteForwardSync(length: number): void;|@ohos.inputMethodEngine.d.ts|
100 |Added|NA|Class name: InputClient;<br>Method or attribute name: deleteBackwardSync(length: number): void;|@ohos.inputMethodEngine.d.ts|
101 |Added|NA|Class name: InputClient;<br>Method or attribute name: insertTextSync(text: string): void;|@ohos.inputMethodEngine.d.ts|
102 |Added|NA|Class name: InputClient;<br>Method or attribute name: getForwardSync(length: number): string;|@ohos.inputMethodEngine.d.ts|
103 |Added|NA|Class name: InputClient;<br>Method or attribute name: getBackwardSync(length: number): string;|@ohos.inputMethodEngine.d.ts|
104 |Added|NA|Class name: InputClient;<br>Method or attribute name: getEditorAttributeSync(): EditorAttribute;|@ohos.inputMethodEngine.d.ts|
105 |Added|NA|Class name: InputClient;<br>Method or attribute name: moveCursorSync(direction: number): void;|@ohos.inputMethodEngine.d.ts|
106 |Added|NA|Class name: InputClient;<br>Method or attribute name: selectByRange(range: Range, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
107 |Added|NA|Class name: InputClient;<br>Method or attribute name: selectByRange(range: Range): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
108 |Added|NA|Class name: InputClient;<br>Method or attribute name: selectByRangeSync(range: Range): void;|@ohos.inputMethodEngine.d.ts|
109 |Added|NA|Class name: InputClient;<br>Method or attribute name: selectByMovement(movement: Movement, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
110 |Added|NA|Class name: InputClient;<br>Method or attribute name: selectByMovement(movement: Movement): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
111 |Added|NA|Class name: InputClient;<br>Method or attribute name: selectByMovementSync(movement: Movement): void;|@ohos.inputMethodEngine.d.ts|
112 |Added|NA|Class name: InputClient;<br>Method or attribute name: getTextIndexAtCursor(callback: AsyncCallback\<number>): void;|@ohos.inputMethodEngine.d.ts|
113 |Added|NA|Class name: InputClient;<br>Method or attribute name: getTextIndexAtCursor(): Promise\<number>;|@ohos.inputMethodEngine.d.ts|
114 |Added|NA|Class name: InputClient;<br>Method or attribute name: getTextIndexAtCursorSync(): number;|@ohos.inputMethodEngine.d.ts|
115 |Added|NA|Class name: InputClient;<br>Method or attribute name: sendExtendAction(action: ExtendAction, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
116 |Added|NA|Class name: InputClient;<br>Method or attribute name: sendExtendAction(action: ExtendAction): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
117 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'keyEvent', callback: (event: InputKeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
118 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: on(type: 'editorAttributeChanged', callback: (attr: EditorAttribute) => void): void;|@ohos.inputMethodEngine.d.ts|
119 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'keyEvent', callback?: (event: InputKeyEvent) => boolean): void;|@ohos.inputMethodEngine.d.ts|
120 |Added|NA|Class name: KeyboardDelegate;<br>Method or attribute name: off(type: 'editorAttributeChanged', callback?: (attr: EditorAttribute) => void): void;|@ohos.inputMethodEngine.d.ts|
121 |Added|NA|Class name: Panel;<br>Method or attribute name: setUiContent(path: string, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
122 |Added|NA|Class name: Panel;<br>Method or attribute name: setUiContent(path: string): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
123 |Added|NA|Class name: Panel;<br>Method or attribute name: setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
124 |Added|NA|Class name: Panel;<br>Method or attribute name: setUiContent(path: string, storage: LocalStorage): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
125 |Added|NA|Class name: Panel;<br>Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
126 |Added|NA|Class name: Panel;<br>Method or attribute name: resize(width: number, height: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
127 |Added|NA|Class name: Panel;<br>Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
128 |Added|NA|Class name: Panel;<br>Method or attribute name: moveTo(x: number, y: number): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
129 |Added|NA|Class name: Panel;<br>Method or attribute name: show(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
130 |Added|NA|Class name: Panel;<br>Method or attribute name: show(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
131 |Added|NA|Class name: Panel;<br>Method or attribute name: hide(callback: AsyncCallback\<void>): void;|@ohos.inputMethodEngine.d.ts|
132 |Added|NA|Class name: Panel;<br>Method or attribute name: hide(): Promise\<void>;|@ohos.inputMethodEngine.d.ts|
133 |Added|NA|Class name: Panel;<br>Method or attribute name: on(type: 'show', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
134 |Added|NA|Class name: Panel;<br>Method or attribute name: on(type: 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts|
135 |Added|NA|Class name: Panel;<br>Method or attribute name: off(type: 'show', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
136 |Added|NA|Class name: Panel;<br>Method or attribute name: off(type: 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts|
137 |Added|NA|Class name: Panel;<br>Method or attribute name: changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts|
138 |Added|NA|Class name: PanelFlag;<br>Method or attribute name: FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts|
139 |Added|NA|Class name: PanelFlag;<br>Method or attribute name: FLG_FLOATING|@ohos.inputMethodEngine.d.ts|
140 |Added|NA|Class name: PanelType;<br>Method or attribute name: SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts|
141 |Added|NA|Class name: PanelType;<br>Method or attribute name: STATUS_BAR|@ohos.inputMethodEngine.d.ts|
142 |Added|NA|Class name: PanelInfo;<br>Method or attribute name: type: PanelType;|@ohos.inputMethodEngine.d.ts|
143 |Added|NA|Class name: PanelInfo;<br>Method or attribute name: flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts|
144 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts|
145 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_DOWN|@ohos.inputMethodEngine.d.ts|
146 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_LEFT|@ohos.inputMethodEngine.d.ts|
147 |Added|NA|Class name: Direction;<br>Method or attribute name: CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts|
148 |Added|NA|Class name: Range;<br>Method or attribute name: start: number;|@ohos.inputMethodEngine.d.ts|
149 |Added|NA|Class name: Range;<br>Method or attribute name: end: number;|@ohos.inputMethodEngine.d.ts|
150 |Added|NA|Class name: Movement;<br>Method or attribute name: direction: Direction;|@ohos.inputMethodEngine.d.ts|
151 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts|
152 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.ts|
153 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d.ts|
154 |Added|NA|Class name: ExtendAction;<br>Method or attribute name: PASTE = 5|@ohos.inputMethodEngine.d.ts|
155 |Added|NA|Class name: InputMethodSubtype;<br>Method or attribute name: readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts|
156 |Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getTime(isNanoseconds?: boolean): number;|@ohos.systemDateTime.d.ts|
157 |Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getUptime(timeType: TimeType, isNanoseconds?: boolean): number;|@ohos.systemDateTime.d.ts|
158 |Added|NA|Class name: systemDateTime;<br>Method or attribute name: function getTimezoneSync(): string;|@ohos.systemDateTime.d.ts|
159 |Added|NA|Class name: TimeType;<br>Method or attribute name: STARTUP|@ohos.systemDateTime.d.ts|
160 |Added|NA|Class name: TimeType;<br>Method or attribute name: ACTIVE|@ohos.systemDateTime.d.ts|
161 |Added|NA|Class name: wallpaper;<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
162 |Added|NA|Class name: wallpaper;<br>Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
163 |Added|NA|Class name: wallpaper;<br>Method or attribute name: function setCustomWallpaper(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\<void>): void;|@ohos.wallpaper.d.ts|
164 |Added|NA|Class name: wallpaper;<br>Method or attribute name: function setCustomWallpaper(source: string, wallpaperType: WallpaperType): Promise\<void>;|@ohos.wallpaper.d.ts|
165 |Added|NA|Class name: wallpaper;<br>Method or attribute name: function on(<br><br>    type: 'wallpaperChange',<br><br>    callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType, uri?: string) => void<br><br>  ): void;|@ohos.wallpaper.d.ts|
166 |Added|NA|Class name: wallpaper;<br>Method or attribute name: function off(<br><br>    type: 'wallpaperChange',<br><br>    callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType, uri?: string) => void<br><br>  ): void;|@ohos.wallpaper.d.ts|
167 |Added|NA|Class name: WallpaperResourceType;<br>Method or attribute name: DEFAULT|@ohos.wallpaper.d.ts|
168 |Added|NA|Class name: WallpaperResourceType;<br>Method or attribute name: PICTURE|@ohos.wallpaper.d.ts|
169 |Added|NA|Class name: WallpaperResourceType;<br>Method or attribute name: VIDEO|@ohos.wallpaper.d.ts|
170 |Added|NA|Class name: WallpaperResourceType;<br>Method or attribute name: PACKAGE|@ohos.wallpaper.d.ts|
171 |Added|NA|Class name: WallpaperExtensionAbility;<br>Method or attribute name: onCreate(want: object): void;|@ohos.WallpaperExtensionAbility.d.ts|
172 |Added|NA|Class name: WallpaperExtensionAbility;<br>Method or attribute name: onWallpaperChange(wallpaperType: number): void;|@ohos.WallpaperExtensionAbility.d.ts|
173 |Added|NA|Class name: WallpaperExtensionAbility;<br>Method or attribute name: onDestroy(): void;|@ohos.WallpaperExtensionAbility.d.ts|
174 |Deprecated version changed|Class name: PasteDataRecord;<br>Method or attribute name: convertToText(): Promise\<string>;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: convertToText(): Promise\<string>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#convertToTextV9|@ohos.pasteboard.d.ts|
175 |Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: clear(): Promise\<void>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: clear(): Promise\<void>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#clearData|@ohos.pasteboard.d.ts|
176 |Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: getPasteData(): Promise\<PasteData>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#getData|@ohos.pasteboard.d.ts|
177 |Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: hasPasteData(): Promise\<boolean>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#hasData|@ohos.pasteboard.d.ts|
178 |Deprecated version changed|Class name: SystemPasteboard;<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>Old version information: |Class name: SystemPasteboard;<br>Method or attribute name: setPasteData(data: PasteData): Promise\<void>;<br>New version information: 9<br>Substitute API: ohos.pasteboard.pasteboard#setData|@ohos.pasteboard.d.ts|
179 |Deprecated version changed|Class name: request;<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>Old version information: 9,|Class name: request;<br>Method or attribute name: function download(config: DownloadConfig): Promise\<DownloadTask>;<br>New version information: 9<br>Substitute API: ohos.request.downloadFile|@ohos.request.d.ts|
180 |Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>New version information: 10<br>Substitute API: systemDateTime.setTime|@ohos.systemDateTime.d.ts|
181 |Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version information: 10<br>Substitute API: systemDateTime.setTime|@ohos.systemDateTime.d.ts|
182 |Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function getDate(callback: AsyncCallback\<Date>): void;<br>New version information: 10<br>Substitute API: new|@ohos.systemDateTime.d.ts|
183 |Deprecated version changed|Class name: systemDateTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>New version information: 10<br>Substitute API: new|@ohos.systemDateTime.d.ts|
184 |Deprecated version changed|Class name: UploadResponse;<br>Method or attribute name: export interface UploadResponse<br>Old version information: 9,|Class name: UploadResponse;<br>Method or attribute name: export interface UploadResponse<br>New version information: 9<br>Substitute API: ohos.request|@system.request.d.ts|
185 |Error code added|Class name: systemTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>New version information: -1|@ohos.systemTime.d.ts|
186 |Error code added|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getCurrentTime(callback: AsyncCallback\<number>): void;<br>New version information: -1|@ohos.systemTime.d.ts|
187 |Error code added|Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getCurrentTime(isNano?: boolean): Promise\<number>;<br>New version information: -1|@ohos.systemTime.d.ts|
188 |Error code added|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(callback: AsyncCallback\<number>): void;<br>New version information: -1|@ohos.systemTime.d.ts|
189 |Error code added|Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getRealActiveTime(isNano?: boolean): Promise\<number>;<br>New version information: -1|@ohos.systemTime.d.ts|
190 |Error code added|Class name: systemTime;<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getRealTime(callback: AsyncCallback\<number>): void;<br>New version information: -1|@ohos.systemTime.d.ts|
191 |Error code added|Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getRealTime(isNano?: boolean): Promise\<number>;<br>New version information: -1|@ohos.systemTime.d.ts|
192 |Error code added|Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version information: -1|@ohos.systemTime.d.ts|
193 |Error code added|Class name: systemTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getDate(): Promise\<Date>;<br>New version information: -1|@ohos.systemTime.d.ts|
194 |Error code added|Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>New version information: -1|@ohos.systemTime.d.ts|
195 |Error code added|Class name: systemTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function getTimezone(): Promise\<string>;<br>New version information: -1|@ohos.systemTime.d.ts|
196 |Error code changed|Class name: PasteData;<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;<br>Old version information: 401, 12900002|Class name: PasteData;<br>Method or attribute name: addRecord(mimeType: string, value: ValueType): void;<br>New version information: 401|@ohos.pasteboard.d.ts|
197 |Error code changed|Class name: screenLock;<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Old version information: 401, 13200002|Class name: screenLock;<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201,202, 13200002|@ohos.screenLock.d.ts|
198 |Error code changed|Class name: screenLock;<br>Method or attribute name: function lock(): Promise\<boolean>;<br>Old version information: 13200002|Class name: screenLock;<br>Method or attribute name: function lock(): Promise\<boolean>;<br>New version information: 201,202, 13200002|@ohos.screenLock.d.ts|
199 |Error code changed|Class name: screenLock;<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Old version information: 401, 13200002|Class name: screenLock;<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>New version information: 401,201,202, 13200002|@ohos.screenLock.d.ts|
200 |Error code changed|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: 401, 13200002|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,201,202, 13200002|@ohos.screenLock.d.ts|
201 |Error code changed|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>Old version information: 401, 13200002|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>New version information: 401,201,202, 13200002|@ohos.screenLock.d.ts|
202 |Error code changed|Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401|@ohos.systemDateTime.d.ts|
203 |Error code changed|Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>Old version information: 202,401|Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>New version information: 201,202,401|@ohos.systemDateTime.d.ts|
204 |Error code changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401|@ohos.systemDateTime.d.ts|
205 |Error code changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version information: 202,401|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version information: 201,202,401|@ohos.systemDateTime.d.ts|
206 |Error code changed|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Old version information: 202,401|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401|@ohos.systemDateTime.d.ts|
207 |Error code changed|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Old version information: 202,401|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>New version information: 201,202,401|@ohos.systemDateTime.d.ts|
208 |Error code changed|Class name: wallpaper;<br>Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>Old version information: 401,201|Class name: wallpaper;<br>Method or attribute name: function getImage(wallpaperType: WallpaperType, callback: AsyncCallback\<image.PixelMap>): void;<br>New version information: 401,201,202|@ohos.wallpaper.d.ts|
209 |Error code changed|Class name: wallpaper;<br>Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>Old version information: 401,201|Class name: wallpaper;<br>Method or attribute name: function getImage(wallpaperType: WallpaperType): Promise\<image.PixelMap>;<br>New version information: 401,201,202|@ohos.wallpaper.d.ts|
210 |Permission changed|Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;<br>New version information: ohos.permission.INTERNET|@ohos.request.d.ts|
211 |Permission changed|Class name: screenLock;<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: screenLock;<br>Method or attribute name: function lock(callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
212 |Permission changed|Class name: screenLock;<br>Method or attribute name: function lock(): Promise\<boolean>;<br>Old version information: |Class name: screenLock;<br>Method or attribute name: function lock(): Promise\<boolean>;<br>New version information: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
213 |Permission changed|Class name: screenLock;<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>Old version information: |Class name: screenLock;<br>Method or attribute name: function onSystemEvent(callback: Callback\<SystemEvent>): boolean;<br>New version information: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
214 |Permission changed|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
215 |Permission changed|Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>Old version information: |Class name: screenLock;<br>Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\<boolean>;<br>New version information: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts|
216 |Permission changed|Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_TIME|@ohos.systemDateTime.d.ts|
217 |Permission changed|Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>New version information: ohos.permission.SET_TIME|@ohos.systemDateTime.d.ts|
218 |Permission changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_TIME|@ohos.systemDateTime.d.ts|
219 |Permission changed|Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version information: ohos.permission.SET_TIME|@ohos.systemDateTime.d.ts|
220 |Permission changed|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_TIME_ZONE|@ohos.systemDateTime.d.ts|
221 |Permission changed|Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Old version information: |Class name: systemDateTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>New version information: ohos.permission.SET_TIME_ZONE|@ohos.systemDateTime.d.ts|
222 |Permission changed|Class name: systemTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function setTime(time: number): Promise\<void>;<br>New version information: ohos.permission.SET_TIME|@ohos.systemTime.d.ts|
223 |Permission changed|Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function setDate(date: Date): Promise\<void>;<br>New version information: ohos.permission.SET_TIME|@ohos.systemTime.d.ts|
224 |Permission changed|Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>Old version information: |Class name: systemTime;<br>Method or attribute name: function setTimezone(timezone: string): Promise\<void>;<br>New version information: ohos.permission.SET_TIME_ZONE|@ohos.systemTime.d.ts|
225 |Type changed|Class name: InputMethodProperty;<br>Method or attribute name: readonly iconId?: number;<br>Old version information: |Class name: InputMethodProperty;<br>Method or attribute name: readonly iconId?: number;<br>New version information: ?number|@ohos.inputMethod.d.ts|
226 |Type changed|Class name: InputMethodProperty;<br>Method or attribute name: extra?: object;<br>Old version information: |Class name: InputMethodProperty;<br>Method or attribute name: extra?: object;<br>New version information: ?object|@ohos.inputMethod.d.ts|
227 |Type changed|Class name: InputMethodSubtype;<br>Method or attribute name: extra?: object;<br>Old version information: |Class name: InputMethodSubtype;<br>Method or attribute name: extra?: object;<br>New version information: ?object|@ohos.InputMethodSubtype.d.ts|
228 |Type changed|Class name: pasteboard;<br>Method or attribute name: type ValueType = string \| image.PixelMap \| Want \| ArrayBuffer;<br>Old version information: |Class name: pasteboard;<br>Method or attribute name: type ValueType = string \| image.PixelMap \| Want \| ArrayBuffer;<br>New version information: string \| image.PixelMap \| Want \| ArrayBuffer|@ohos.pasteboard.d.ts|
229 |Type changed|Class name: PasteDataProperty;<br>Method or attribute name: additions: {<br><br>      [key: string]: object<br><br>    }<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: additions: {<br><br>      [key: string]: object<br><br>    }<br>New version information: [key: string]: object|@ohos.pasteboard.d.ts|
230 |Type changed|Class name: PasteDataProperty;<br>Method or attribute name: readonly mimeTypes: Array\<string>;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: readonly mimeTypes: Array\<string>;<br>New version information: Array\<string>|@ohos.pasteboard.d.ts|
231 |Type changed|Class name: PasteDataProperty;<br>Method or attribute name: tag: string;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: tag: string;<br>New version information: string|@ohos.pasteboard.d.ts|
232 |Type changed|Class name: PasteDataProperty;<br>Method or attribute name: readonly timestamp: number;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: readonly timestamp: number;<br>New version information: number|@ohos.pasteboard.d.ts|
233 |Type changed|Class name: PasteDataProperty;<br>Method or attribute name: localOnly: boolean;<br>Old version information: |Class name: PasteDataProperty;<br>Method or attribute name: localOnly: boolean;<br>New version information: boolean|@ohos.pasteboard.d.ts|
234 |Type changed|Class name: PasteDataRecord;<br>Method or attribute name: htmlText: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: htmlText: string;<br>New version information: string|@ohos.pasteboard.d.ts|
235 |Type changed|Class name: PasteDataRecord;<br>Method or attribute name: want: Want;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: want: Want;<br>New version information: Want|@ohos.pasteboard.d.ts|
236 |Type changed|Class name: PasteDataRecord;<br>Method or attribute name: mimeType: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: mimeType: string;<br>New version information: string|@ohos.pasteboard.d.ts|
237 |Type changed|Class name: PasteDataRecord;<br>Method or attribute name: plainText: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: plainText: string;<br>New version information: string|@ohos.pasteboard.d.ts|
238 |Type changed|Class name: PasteDataRecord;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: PasteDataRecord;<br>Method or attribute name: uri: string;<br>New version information: string|@ohos.pasteboard.d.ts|
239 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: url: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: url: string;<br>New version information: string|@ohos.request.d.ts|
240 |Type changed|Class name: UploadConfig;<br>Method or attribute name: url: string;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: url: string;<br>New version information: string|@ohos.request.d.ts|
241 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: header?: Object;<br>New version information: ?Object|@ohos.request.d.ts|
242 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: enableMetered?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: enableMetered?: boolean;<br>New version information: ?boolean|@ohos.request.d.ts|
243 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: enableRoaming?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: enableRoaming?: boolean;<br>New version information: ?boolean|@ohos.request.d.ts|
244 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: description?: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: description?: string;<br>New version information: ?string|@ohos.request.d.ts|
245 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: networkType?: number;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: networkType?: number;<br>New version information: ?number|@ohos.request.d.ts|
246 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: filePath?: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: filePath?: string;<br>New version information: ?string|@ohos.request.d.ts|
247 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: title?: string;<br>New version information: ?string|@ohos.request.d.ts|
248 |Type changed|Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;<br>New version information: ?boolean|@ohos.request.d.ts|
249 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: description: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: description: string;<br>New version information: string|@ohos.request.d.ts|
250 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: downloadedBytes: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadedBytes: number;<br>New version information: number|@ohos.request.d.ts|
251 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: downloadId: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadId: number;<br>New version information: number|@ohos.request.d.ts|
252 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: failedReason: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: failedReason: number;<br>New version information: number|@ohos.request.d.ts|
253 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: fileName: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: fileName: string;<br>New version information: string|@ohos.request.d.ts|
254 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: filePath: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: filePath: string;<br>New version information: string|@ohos.request.d.ts|
255 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: pausedReason: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: pausedReason: number;<br>New version information: number|@ohos.request.d.ts|
256 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: status: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: status: number;<br>New version information: number|@ohos.request.d.ts|
257 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: targetURI: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: targetURI: string;<br>New version information: string|@ohos.request.d.ts|
258 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: downloadTitle: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadTitle: string;<br>New version information: string|@ohos.request.d.ts|
259 |Type changed|Class name: DownloadInfo;<br>Method or attribute name: downloadTotalBytes: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadTotalBytes: number;<br>New version information: number|@ohos.request.d.ts|
260 |Type changed|Class name: File;<br>Method or attribute name: filename: string;<br>Old version information: |Class name: File;<br>Method or attribute name: filename: string;<br>New version information: string|@ohos.request.d.ts|
261 |Type changed|Class name: File;<br>Method or attribute name: name: string;<br>Old version information: |Class name: File;<br>Method or attribute name: name: string;<br>New version information: string|@ohos.request.d.ts|
262 |Type changed|Class name: RequestData;<br>Method or attribute name: name: string;<br>Old version information: |Class name: RequestData;<br>Method or attribute name: name: string;<br>New version information: string|@ohos.request.d.ts|
263 |Type changed|Class name: File;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: File;<br>Method or attribute name: uri: string;<br>New version information: string|@ohos.request.d.ts|
264 |Type changed|Class name: File;<br>Method or attribute name: type: string;<br>Old version information: |Class name: File;<br>Method or attribute name: type: string;<br>New version information: string|@ohos.request.d.ts|
265 |Type changed|Class name: RequestData;<br>Method or attribute name: value: string;<br>Old version information: |Class name: RequestData;<br>Method or attribute name: value: string;<br>New version information: string|@ohos.request.d.ts|
266 |Type changed|Class name: UploadConfig;<br>Method or attribute name: header: Object;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: header: Object;<br>New version information: Object|@ohos.request.d.ts|
267 |Type changed|Class name: UploadConfig;<br>Method or attribute name: method: string;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: method: string;<br>New version information: string|@ohos.request.d.ts|
268 |Type changed|Class name: UploadConfig;<br>Method or attribute name: files: Array\<File>;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: files: Array\<File>;<br>New version information: Array\<File>|@ohos.request.d.ts|
269 |Type changed|Class name: UploadConfig;<br>Method or attribute name: data: Array\<RequestData>;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: data: Array\<RequestData>;<br>New version information: Array\<RequestData>|@ohos.request.d.ts|
270 |Type changed|Class name: TaskState;<br>Method or attribute name: path: string;<br>Old version information: |Class name: TaskState;<br>Method or attribute name: path: string;<br>New version information: string|@ohos.request.d.ts|
271 |Type changed|Class name: TaskState;<br>Method or attribute name: responseCode: number;<br>Old version information: |Class name: TaskState;<br>Method or attribute name: responseCode: number;<br>New version information: number|@ohos.request.d.ts|
272 |Type changed|Class name: TaskState;<br>Method or attribute name: message: string;<br>Old version information: |Class name: TaskState;<br>Method or attribute name: message: string;<br>New version information: string|@ohos.request.d.ts|
273 |Function changed|Class name: InputMethodProperty;<br>Method or attribute name: extra: object;|Class name: InputMethodProperty;<br>Method or attribute name: extra?: object;|@ohos.inputMethod.d.ts|
274 |Function changed|Class name: InputMethodSubtype;<br>Method or attribute name: extra: object;|Class name: InputMethodSubtype;<br>Method or attribute name: extra?: object;|@ohos.InputMethodSubtype.d.ts|
275 |Cross-platform capability changed|Class name: request;<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>Old version information: |Class name: request;<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\<DownloadTask>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
276 |Cross-platform capability changed|Class name: request;<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>Old version information: |Class name: request;<br>Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\<DownloadTask>;<br>New version information: crossplatform|@ohos.request.d.ts|
277 |Cross-platform capability changed|Class name: request;<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>Old version information: |Class name: request;<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\<UploadTask>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
278 |Cross-platform capability changed|Class name: request;<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>Old version information: |Class name: request;<br>Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\<UploadTask>;<br>New version information: crossplatform|@ohos.request.d.ts|
279 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: interface DownloadConfig<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: interface DownloadConfig<br>New version information: crossplatform|@ohos.request.d.ts|
280 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: url: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: url: string;<br>New version information: crossplatform|@ohos.request.d.ts|
281 |Cross-platform capability changed|Class name: UploadConfig;<br>Method or attribute name: url: string;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: url: string;<br>New version information: crossplatform|@ohos.request.d.ts|
282 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: header?: Object;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: header?: Object;<br>New version information: crossplatform|@ohos.request.d.ts|
283 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: enableMetered?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: enableMetered?: boolean;<br>New version information: crossplatform|@ohos.request.d.ts|
284 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: enableRoaming?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: enableRoaming?: boolean;<br>New version information: crossplatform|@ohos.request.d.ts|
285 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: description?: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: description?: string;<br>New version information: crossplatform|@ohos.request.d.ts|
286 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: networkType?: number;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: networkType?: number;<br>New version information: crossplatform|@ohos.request.d.ts|
287 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: filePath?: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: filePath?: string;<br>New version information: crossplatform|@ohos.request.d.ts|
288 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: title?: string;<br>New version information: crossplatform|@ohos.request.d.ts|
289 |Cross-platform capability changed|Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;<br>Old version information: |Class name: DownloadConfig;<br>Method or attribute name: background?: boolean;<br>New version information: crossplatform|@ohos.request.d.ts|
290 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: interface DownloadInfo<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: interface DownloadInfo<br>New version information: crossplatform|@ohos.request.d.ts|
291 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: description: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: description: string;<br>New version information: crossplatform|@ohos.request.d.ts|
292 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: downloadedBytes: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadedBytes: number;<br>New version information: crossplatform|@ohos.request.d.ts|
293 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: downloadId: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadId: number;<br>New version information: crossplatform|@ohos.request.d.ts|
294 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: failedReason: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: failedReason: number;<br>New version information: crossplatform|@ohos.request.d.ts|
295 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: fileName: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: fileName: string;<br>New version information: crossplatform|@ohos.request.d.ts|
296 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: filePath: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: filePath: string;<br>New version information: crossplatform|@ohos.request.d.ts|
297 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: pausedReason: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: pausedReason: number;<br>New version information: crossplatform|@ohos.request.d.ts|
298 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: status: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: status: number;<br>New version information: crossplatform|@ohos.request.d.ts|
299 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: targetURI: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: targetURI: string;<br>New version information: crossplatform|@ohos.request.d.ts|
300 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: downloadTitle: string;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadTitle: string;<br>New version information: crossplatform|@ohos.request.d.ts|
301 |Cross-platform capability changed|Class name: DownloadInfo;<br>Method or attribute name: downloadTotalBytes: number;<br>Old version information: |Class name: DownloadInfo;<br>Method or attribute name: downloadTotalBytes: number;<br>New version information: crossplatform|@ohos.request.d.ts|
302 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: interface DownloadTask<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: interface DownloadTask<br>New version information: crossplatform|@ohos.request.d.ts|
303 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
304 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
305 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
306 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
307 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
308 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
309 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
310 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: delete(callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
311 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: delete(): Promise\<boolean>;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: delete(): Promise\<boolean>;<br>New version information: crossplatform|@ohos.request.d.ts|
312 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: delete(): Promise\<boolean>;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: delete(): Promise\<boolean>;<br>New version information: crossplatform|@ohos.request.d.ts|
313 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: suspend(callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
314 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: suspend(): Promise\<boolean>;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: suspend(): Promise\<boolean>;<br>New version information: crossplatform|@ohos.request.d.ts|
315 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: restore(callback: AsyncCallback\<boolean>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
316 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: restore(): Promise\<boolean>;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: restore(): Promise\<boolean>;<br>New version information: crossplatform|@ohos.request.d.ts|
317 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: getTaskInfo(callback: AsyncCallback\<DownloadInfo>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
318 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: getTaskInfo(): Promise\<DownloadInfo>;<br>New version information: crossplatform|@ohos.request.d.ts|
319 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: getTaskMimeType(callback: AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
320 |Cross-platform capability changed|Class name: DownloadTask;<br>Method or attribute name: getTaskMimeType(): Promise\<string>;<br>Old version information: |Class name: DownloadTask;<br>Method or attribute name: getTaskMimeType(): Promise\<string>;<br>New version information: crossplatform|@ohos.request.d.ts|
321 |Cross-platform capability changed|Class name: File;<br>Method or attribute name: interface File<br>Old version information: |Class name: File;<br>Method or attribute name: interface File<br>New version information: crossplatform|@ohos.request.d.ts|
322 |Cross-platform capability changed|Class name: File;<br>Method or attribute name: filename: string;<br>Old version information: |Class name: File;<br>Method or attribute name: filename: string;<br>New version information: crossplatform|@ohos.request.d.ts|
323 |Cross-platform capability changed|Class name: File;<br>Method or attribute name: name: string;<br>Old version information: |Class name: File;<br>Method or attribute name: name: string;<br>New version information: crossplatform|@ohos.request.d.ts|
324 |Cross-platform capability changed|Class name: RequestData;<br>Method or attribute name: name: string;<br>Old version information: |Class name: RequestData;<br>Method or attribute name: name: string;<br>New version information: crossplatform|@ohos.request.d.ts|
325 |Cross-platform capability changed|Class name: File;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: File;<br>Method or attribute name: uri: string;<br>New version information: crossplatform|@ohos.request.d.ts|
326 |Cross-platform capability changed|Class name: File;<br>Method or attribute name: type: string;<br>Old version information: |Class name: File;<br>Method or attribute name: type: string;<br>New version information: crossplatform|@ohos.request.d.ts|
327 |Cross-platform capability changed|Class name: RequestData;<br>Method or attribute name: interface RequestData<br>Old version information: |Class name: RequestData;<br>Method or attribute name: interface RequestData<br>New version information: crossplatform|@ohos.request.d.ts|
328 |Cross-platform capability changed|Class name: RequestData;<br>Method or attribute name: value: string;<br>Old version information: |Class name: RequestData;<br>Method or attribute name: value: string;<br>New version information: crossplatform|@ohos.request.d.ts|
329 |Cross-platform capability changed|Class name: UploadConfig;<br>Method or attribute name: interface UploadConfig<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: interface UploadConfig<br>New version information: crossplatform|@ohos.request.d.ts|
330 |Cross-platform capability changed|Class name: UploadConfig;<br>Method or attribute name: header: Object;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: header: Object;<br>New version information: crossplatform|@ohos.request.d.ts|
331 |Cross-platform capability changed|Class name: UploadConfig;<br>Method or attribute name: method: string;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: method: string;<br>New version information: crossplatform|@ohos.request.d.ts|
332 |Cross-platform capability changed|Class name: UploadConfig;<br>Method or attribute name: files: Array\<File>;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: files: Array\<File>;<br>New version information: crossplatform|@ohos.request.d.ts|
333 |Cross-platform capability changed|Class name: UploadConfig;<br>Method or attribute name: data: Array\<RequestData>;<br>Old version information: |Class name: UploadConfig;<br>Method or attribute name: data: Array\<RequestData>;<br>New version information: crossplatform|@ohos.request.d.ts|
334 |Cross-platform capability changed|Class name: TaskState;<br>Method or attribute name: interface TaskState<br>Old version information: |Class name: TaskState;<br>Method or attribute name: interface TaskState<br>New version information: crossplatform|@ohos.request.d.ts|
335 |Cross-platform capability changed|Class name: TaskState;<br>Method or attribute name: path: string;<br>Old version information: |Class name: TaskState;<br>Method or attribute name: path: string;<br>New version information: crossplatform|@ohos.request.d.ts|
336 |Cross-platform capability changed|Class name: TaskState;<br>Method or attribute name: responseCode: number;<br>Old version information: |Class name: TaskState;<br>Method or attribute name: responseCode: number;<br>New version information: crossplatform|@ohos.request.d.ts|
337 |Cross-platform capability changed|Class name: TaskState;<br>Method or attribute name: message: string;<br>Old version information: |Class name: TaskState;<br>Method or attribute name: message: string;<br>New version information: crossplatform|@ohos.request.d.ts|
338 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: interface UploadTask<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: interface UploadTask<br>New version information: crossplatform|@ohos.request.d.ts|
339 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
340 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
341 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: on(type: 'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: on(type: 'complete' \| 'fail', callback: Callback\<Array\<TaskState>>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
342 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
343 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;<br>New version information: crossplatform|@ohos.request.d.ts|
344 |Cross-platform capability changed|Class name: UploadTask;<br>Method or attribute name: off(type: 'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;<br>Old version information: |Class name: UploadTask;<br>Method or attribute name: off(type: 'complete' \| 'fail', callback?: Callback\<Array\<TaskState>>): void;<br>New version information: crossplatform|@ohos.request.d.ts|
345