1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: TimeZone;<br>Method or attribute name: static getTimezonesByLocation(longitude: number, latitude: number): Array\<TimeZone>;|@ohos.i18n.d.ts|
4|Added|NA|Class name: NormalizerMode;<br>Method or attribute name: NFC = 1|@ohos.i18n.d.ts|
5|Added|NA|Class name: NormalizerMode;<br>Method or attribute name: NFD = 2|@ohos.i18n.d.ts|
6|Added|NA|Class name: NormalizerMode;<br>Method or attribute name: NFKC = 3|@ohos.i18n.d.ts|
7|Added|NA|Class name: NormalizerMode;<br>Method or attribute name: NFKD = 4|@ohos.i18n.d.ts|
8|Added|NA|Class name: Normalizer;<br>Method or attribute name: static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts|
9|Added|NA|Class name: Normalizer;<br>Method or attribute name: normalize(text: string): string;|@ohos.i18n.d.ts|
10|Added|NA|Class name: SuggestionType;<br>Method or attribute name: SUGGESTION_TYPE_NONE = 0|@ohos.i18n.d.ts|
11|Added|NA|Class name: SuggestionType;<br>Method or attribute name: SUGGESTION_TYPE_RELATED = 1|@ohos.i18n.d.ts|
12|Added|NA|Class name: SuggestionType;<br>Method or attribute name: SUGGESTION_TYPE_SIM = 2|@ohos.i18n.d.ts|
13|Added|NA|Class name: SortOptions;<br>Method or attribute name: locale?: string;|@ohos.i18n.d.ts|
14|Added|NA|Class name: SortOptions;<br>Method or attribute name: isUseLocalName?: boolean;|@ohos.i18n.d.ts|
15|Added|NA|Class name: SortOptions;<br>Method or attribute name: isSuggestedFirst?: boolean;|@ohos.i18n.d.ts|
16|Added|NA|Class name: LocaleItem;<br>Method or attribute name: id: string;|@ohos.i18n.d.ts|
17|Added|NA|Class name: LocaleItem;<br>Method or attribute name: suggestionType: SuggestionType;|@ohos.i18n.d.ts|
18|Added|NA|Class name: LocaleItem;<br>Method or attribute name: displayName: string;|@ohos.i18n.d.ts|
19|Added|NA|Class name: LocaleItem;<br>Method or attribute name: localName?: string;|@ohos.i18n.d.ts|
20|Added|NA|Class name: TimeZoneCityItem;<br>Method or attribute name: zoneId: string;|@ohos.i18n.d.ts|
21|Added|NA|Class name: TimeZoneCityItem;<br>Method or attribute name: cityId: string;|@ohos.i18n.d.ts|
22|Added|NA|Class name: TimeZoneCityItem;<br>Method or attribute name: cityDisplayName: string;|@ohos.i18n.d.ts|
23|Added|NA|Class name: TimeZoneCityItem;<br>Method or attribute name: offset: number;|@ohos.i18n.d.ts|
24|Added|NA|Class name: TimeZoneCityItem;<br>Method or attribute name: zoneDisplayName: string;|@ohos.i18n.d.ts|
25|Added|NA|Class name: TimeZoneCityItem;<br>Method or attribute name: rawOffset?: number;|@ohos.i18n.d.ts|
26|Added|NA|Class name: SystemLocaleManager;<br>Method or attribute name: constructor();|@ohos.i18n.d.ts|
27|Added|NA|Class name: SystemLocaleManager;<br>Method or attribute name: getLanguageInfoArray(languages: Array\<string>, options?: SortOptions): Array\<LocaleItem>;|@ohos.i18n.d.ts|
28|Added|NA|Class name: SystemLocaleManager;<br>Method or attribute name: getRegionInfoArray(regions: Array\<string>, options?: SortOptions): Array\<LocaleItem>;|@ohos.i18n.d.ts|
29|Added|NA|Class name: SystemLocaleManager;<br>Method or attribute name: static getTimeZoneCityItemArray(): Array\<TimeZoneCityItem>;|@ohos.i18n.d.ts|
30|Added|NA|Class name: resourceManager;<br>Method or attribute name: export function getSystemResourceManager(): ResourceManager;|@ohos.resourceManager.d.ts|
31|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, density: number, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
32|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, density: number): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
33|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number, density: number, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
34|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number, density: number): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
35|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, density: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
36|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, density: number): Promise\<string>;|@ohos.resourceManager.d.ts|
37|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number, density: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
38|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number, density: number): Promise\<string>;|@ohos.resourceManager.d.ts|
39|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string, density: number, callback: _AsyncCallback\<Uint8Array>): void;|@ohos.resourceManager.d.ts|
40|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string, density: number): Promise\<Uint8Array>;|@ohos.resourceManager.d.ts|
41|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string, density: number, callback: _AsyncCallback\<string>): void;|@ohos.resourceManager.d.ts|
42|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string, density: number): Promise\<string>;|@ohos.resourceManager.d.ts|
43|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resId: number, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
44|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resource: Resource, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
45|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringByNameSync(resName: string, ...args: Array\<string \| number>): string;|@ohos.resourceManager.d.ts|
46|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
47|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
48|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts|
49|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFileList(path: string, callback: _AsyncCallback\<Array\<string>>): void;|@ohos.resourceManager.d.ts|
50|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFileList(path: string): Promise\<Array\<string>>;|@ohos.resourceManager.d.ts|
51|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColor(resId: number, callback: _AsyncCallback\<number>): void;|@ohos.resourceManager.d.ts|
52|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColor(resId: number): Promise\<number>;|@ohos.resourceManager.d.ts|
53|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColor(resource: Resource, callback: _AsyncCallback\<number>): void;|@ohos.resourceManager.d.ts|
54|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColor(resource: Resource): Promise\<number>;|@ohos.resourceManager.d.ts|
55|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColorByName(resName: string, callback: _AsyncCallback\<number>): void;|@ohos.resourceManager.d.ts|
56|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColorByName(resName: string): Promise\<number>;|@ohos.resourceManager.d.ts|
57|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColorSync(resId: number) : number;|@ohos.resourceManager.d.ts|
58|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColorSync(resource: Resource) : number;|@ohos.resourceManager.d.ts|
59|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getColorByNameSync(resName: string) : number;|@ohos.resourceManager.d.ts|
60|Added|NA|Class name: ResourceManager;<br>Method or attribute name: addResource(path: string) : void;|@ohos.resourceManager.d.ts|
61|Added|NA|Class name: ResourceManager;<br>Method or attribute name: removeResource(path: string) : void;|@ohos.resourceManager.d.ts|
62|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFdSync(path: string): RawFileDescriptor;|@ohos.resourceManager.d.ts|
63|Added|NA|Class name: ResourceManager;<br>Method or attribute name: closeRawFdSync(path: string): void;|@ohos.resourceManager.d.ts|
64|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFileListSync(path: string): Array\<string>;|@ohos.resourceManager.d.ts|
65|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getRawFileContentSync(path: string): Uint8Array;|@ohos.resourceManager.d.ts|
66|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentSync(resId: number, density?: number): Uint8Array;|@ohos.resourceManager.d.ts|
67|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentSync(resource: Resource, density?: number): Uint8Array;|@ohos.resourceManager.d.ts|
68|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64Sync(resId: number, density?: number): string;|@ohos.resourceManager.d.ts|
69|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64Sync(resource: Resource, density?: number): string;|@ohos.resourceManager.d.ts|
70|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValueSync(resId: number, num: number): string;|@ohos.resourceManager.d.ts|
71|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValueSync(resource: Resource, num: number): string;|@ohos.resourceManager.d.ts|
72|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValueSync(resId: number): Array\<string>;|@ohos.resourceManager.d.ts|
73|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValueSync(resource: Resource): Array\<string>;|@ohos.resourceManager.d.ts|
74|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getPluralStringByNameSync(resName: string, num: number): string;|@ohos.resourceManager.d.ts|
75|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaByNameSync(resName: string, density?: number): Uint8Array;|@ohos.resourceManager.d.ts|
76|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByNameSync(resName: string, density?: number): string;|@ohos.resourceManager.d.ts|
77|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getStringArrayByNameSync(resName: string): Array\<string>;|@ohos.resourceManager.d.ts|
78|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getConfigurationSync(): Configuration;|@ohos.resourceManager.d.ts|
79|Added|NA|Class name: ResourceManager;<br>Method or attribute name: getDeviceCapabilitySync(): DeviceCapability;|@ohos.resourceManager.d.ts|
80|Added|NA|Class name: Resource;<br>Method or attribute name: params?: any[];|resource.d.ts|
81|Added|NA|Class name: Resource;<br>Method or attribute name: type?: number;|resource.d.ts|
82|Model changed|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
83|Model changed|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
84|Model changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
85|Model changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
86|Model changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
87|Model changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
88|Model changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
89|Model changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
90|Model changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
91|Model changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
92|Model changed|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resource: Resource): string;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringSync(resource: Resource): string;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
93|Model changed|Class name: ResourceManager;<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
94|Model changed|Class name: ResourceManager;<br>Method or attribute name: getNumber(resource: Resource): number;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getNumber(resource: Resource): number;<br>New version information: stagemodelonly|@ohos.resourceManager.d.ts|
95|Type changed|Class name: PhoneNumberFormatOptions;<br>Method or attribute name: type?: string;<br>Old version information: string|Class name: PhoneNumberFormatOptions;<br>Method or attribute name: type?: string;<br>New version information: ?string|@ohos.i18n.d.ts|
96|Type changed|Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;<br>Old version information: string|Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;<br>New version information: ?string|@ohos.intl.d.ts|
97|Type changed|Class name: LocaleOptions;<br>Method or attribute name: collation?: string;<br>Old version information: string|Class name: LocaleOptions;<br>Method or attribute name: collation?: string;<br>New version information: ?string|@ohos.intl.d.ts|
98|Type changed|Class name: CollatorOptions;<br>Method or attribute name: collation?: string;<br>Old version information: string|Class name: CollatorOptions;<br>Method or attribute name: collation?: string;<br>New version information: ?string|@ohos.intl.d.ts|
99|Type changed|Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;<br>Old version information: string|Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;<br>New version information: ?string|@ohos.intl.d.ts|
100|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string;<br>New version information: ?string|@ohos.intl.d.ts|
101|Type changed|Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version information: string|Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version information: ?string|@ohos.intl.d.ts|
102|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version information: ?string|@ohos.intl.d.ts|
103|Type changed|Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version information: ?string|@ohos.intl.d.ts|
104|Type changed|Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;<br>Old version information: boolean|Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;<br>New version information: ?boolean|@ohos.intl.d.ts|
105|Type changed|Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;<br>Old version information: boolean|Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;<br>New version information: ?boolean|@ohos.intl.d.ts|
106|Type changed|Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;<br>Old version information: string|Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;<br>New version information: ?string|@ohos.intl.d.ts|
107|Type changed|Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;<br>Old version information: string|Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;<br>New version information: ?string|@ohos.intl.d.ts|
108|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: locale?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: locale?: string;<br>New version information: ?string|@ohos.intl.d.ts|
109|Type changed|Class name: NumberOptions;<br>Method or attribute name: locale?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: locale?: string;<br>New version information: ?string|@ohos.intl.d.ts|
110|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string;<br>New version information: ?string|@ohos.intl.d.ts|
111|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string;<br>New version information: ?string|@ohos.intl.d.ts|
112|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string;<br>New version information: ?string|@ohos.intl.d.ts|
113|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean;<br>Old version information: boolean|Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean;<br>New version information: ?boolean|@ohos.intl.d.ts|
114|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string;<br>New version information: ?string|@ohos.intl.d.ts|
115|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: era?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: era?: string;<br>New version information: ?string|@ohos.intl.d.ts|
116|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: year?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: year?: string;<br>New version information: ?string|@ohos.intl.d.ts|
117|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: month?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: month?: string;<br>New version information: ?string|@ohos.intl.d.ts|
118|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: day?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: day?: string;<br>New version information: ?string|@ohos.intl.d.ts|
119|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: hour?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: hour?: string;<br>New version information: ?string|@ohos.intl.d.ts|
120|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: minute?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: minute?: string;<br>New version information: ?string|@ohos.intl.d.ts|
121|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: second?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: second?: string;<br>New version information: ?string|@ohos.intl.d.ts|
122|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string;<br>New version information: ?string|@ohos.intl.d.ts|
123|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string;<br>New version information: ?string|@ohos.intl.d.ts|
124|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: ?string|@ohos.intl.d.ts|
125|Type changed|Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: ?string|@ohos.intl.d.ts|
126|Type changed|Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: string|Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: ?string|@ohos.intl.d.ts|
127|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: string|Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: ?string|@ohos.intl.d.ts|
128|Type changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: string|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: ?string|@ohos.intl.d.ts|
129|Type changed|Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string;<br>Old version information: string|Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string;<br>New version information: ?string|@ohos.intl.d.ts|
130|Type changed|Class name: NumberOptions;<br>Method or attribute name: currency?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: currency?: string;<br>New version information: ?string|@ohos.intl.d.ts|
131|Type changed|Class name: NumberOptions;<br>Method or attribute name: currencySign?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: currencySign?: string;<br>New version information: ?string|@ohos.intl.d.ts|
132|Type changed|Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string;<br>New version information: ?string|@ohos.intl.d.ts|
133|Type changed|Class name: NumberOptions;<br>Method or attribute name: unit?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: unit?: string;<br>New version information: ?string|@ohos.intl.d.ts|
134|Type changed|Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string;<br>New version information: ?string|@ohos.intl.d.ts|
135|Type changed|Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string;<br>New version information: ?string|@ohos.intl.d.ts|
136|Type changed|Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string;<br>New version information: ?string|@ohos.intl.d.ts|
137|Type changed|Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string;<br>New version information: ?string|@ohos.intl.d.ts|
138|Type changed|Class name: NumberOptions;<br>Method or attribute name: notation?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: notation?: string;<br>New version information: ?string|@ohos.intl.d.ts|
139|Type changed|Class name: NumberOptions;<br>Method or attribute name: style?: string;<br>Old version information: string|Class name: NumberOptions;<br>Method or attribute name: style?: string;<br>New version information: ?string|@ohos.intl.d.ts|
140|Type changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;<br>Old version information: string|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;<br>New version information: ?string|@ohos.intl.d.ts|
141|Type changed|Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean;<br>Old version information: boolean|Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean;<br>New version information: ?boolean|@ohos.intl.d.ts|
142|Type changed|Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>Old version information: number|Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
143|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>Old version information: number|Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
144|Type changed|Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>Old version information: number|Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
145|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>Old version information: number|Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
146|Type changed|Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>Old version information: number|Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
147|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>Old version information: number|Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
148|Type changed|Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>Old version information: number|Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
149|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>Old version information: number|Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
150|Type changed|Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>Old version information: number|Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
151|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>Old version information: number|Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>New version information: ?number|@ohos.intl.d.ts|
152|Type changed|Class name: CollatorOptions;<br>Method or attribute name: usage?: string;<br>Old version information: string|Class name: CollatorOptions;<br>Method or attribute name: usage?: string;<br>New version information: ?string|@ohos.intl.d.ts|
153|Type changed|Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;<br>Old version information: string|Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;<br>New version information: ?string|@ohos.intl.d.ts|
154|Type changed|Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;<br>Old version information: boolean|Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;<br>New version information: ?boolean|@ohos.intl.d.ts|
155|Type changed|Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;<br>Old version information: string|Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;<br>New version information: ?string|@ohos.intl.d.ts|
156|Type changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;<br>Old version information: string|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;<br>New version information: ?string|@ohos.intl.d.ts|
157|Type changed|Class name: Resource;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: Resource;<br>Method or attribute name: bundleName: string;<br>New version information: string|resource.d.ts|
158|Type changed|Class name: Resource;<br>Method or attribute name: moduleName: string;<br>Old version information: |Class name: Resource;<br>Method or attribute name: moduleName: string;<br>New version information: string|resource.d.ts|
159|Type changed|Class name: Resource;<br>Method or attribute name: id: number;<br>Old version information: |Class name: Resource;<br>Method or attribute name: id: number;<br>New version information: number|resource.d.ts|
160|Cross-platform capability changed|Class name: i18n;<br>Method or attribute name: export function getCalendar(locale: string, type?: string): Calendar;<br>Old version information: |Class name: i18n;<br>Method or attribute name: export function getCalendar(locale: string, type?: string): Calendar;<br>New version information: crossplatform|@ohos.i18n.d.ts|
161|Cross-platform capability changed|Class name: i18n;<br>Method or attribute name: export function isRTL(locale: string): boolean;<br>Old version information: |Class name: i18n;<br>Method or attribute name: export function isRTL(locale: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
162|Cross-platform capability changed|Class name: i18n;<br>Method or attribute name: export function getTimeZone(zoneID?: string): TimeZone;<br>Old version information: |Class name: i18n;<br>Method or attribute name: export function getTimeZone(zoneID?: string): TimeZone;<br>New version information: crossplatform|@ohos.i18n.d.ts|
163|Cross-platform capability changed|Class name: System;<br>Method or attribute name: export class System<br>Old version information: |Class name: System;<br>Method or attribute name: export class System<br>New version information: crossplatform|@ohos.i18n.d.ts|
164|Cross-platform capability changed|Class name: System;<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>Old version information: |Class name: System;<br>Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
165|Cross-platform capability changed|Class name: System;<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>Old version information: |Class name: System;<br>Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
166|Cross-platform capability changed|Class name: System;<br>Method or attribute name: static getSystemLanguage(): string;<br>Old version information: |Class name: System;<br>Method or attribute name: static getSystemLanguage(): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
167|Cross-platform capability changed|Class name: System;<br>Method or attribute name: static getSystemRegion(): string;<br>Old version information: |Class name: System;<br>Method or attribute name: static getSystemRegion(): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
168|Cross-platform capability changed|Class name: System;<br>Method or attribute name: static getSystemLocale(): string;<br>Old version information: |Class name: System;<br>Method or attribute name: static getSystemLocale(): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
169|Cross-platform capability changed|Class name: System;<br>Method or attribute name: static is24HourClock(): boolean;<br>Old version information: |Class name: System;<br>Method or attribute name: static is24HourClock(): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
170|Cross-platform capability changed|Class name: I18NUtil;<br>Method or attribute name: export class I18NUtil<br>Old version information: |Class name: I18NUtil;<br>Method or attribute name: export class I18NUtil<br>New version information: crossplatform|@ohos.i18n.d.ts|
171|Cross-platform capability changed|Class name: I18NUtil;<br>Method or attribute name: static getDateOrder(locale: string): string;<br>Old version information: |Class name: I18NUtil;<br>Method or attribute name: static getDateOrder(locale: string): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
172|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: setTime(date: Date): void;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: setTime(date: Date): void;<br>New version information: crossplatform|@ohos.i18n.d.ts|
173|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: setTime(time: number): void;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: setTime(time: number): void;<br>New version information: crossplatform|@ohos.i18n.d.ts|
174|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: set(year: number, month: number, date: number, hour?: number, minute?: number, second?: number): void;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: set(year: number, month: number, date: number, hour?: number, minute?: number, second?: number): void;<br>New version information: crossplatform|@ohos.i18n.d.ts|
175|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: setTimeZone(timezone: string): void;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: setTimeZone(timezone: string): void;<br>New version information: crossplatform|@ohos.i18n.d.ts|
176|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: getTimeZone(): string;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: getTimeZone(): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
177|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: getFirstDayOfWeek(): number;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: getFirstDayOfWeek(): number;<br>New version information: crossplatform|@ohos.i18n.d.ts|
178|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: setFirstDayOfWeek(value: number): void;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: setFirstDayOfWeek(value: number): void;<br>New version information: crossplatform|@ohos.i18n.d.ts|
179|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: getMinimalDaysInFirstWeek(): number;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: getMinimalDaysInFirstWeek(): number;<br>New version information: crossplatform|@ohos.i18n.d.ts|
180|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;<br>New version information: crossplatform|@ohos.i18n.d.ts|
181|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: get(field: string): number;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: get(field: string): number;<br>New version information: crossplatform|@ohos.i18n.d.ts|
182|Cross-platform capability changed|Class name: Calendar;<br>Method or attribute name: isWeekend(date?: Date): boolean;<br>Old version information: |Class name: Calendar;<br>Method or attribute name: isWeekend(date?: Date): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
183|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: export class Unicode<br>Old version information: |Class name: Unicode;<br>Method or attribute name: export class Unicode<br>New version information: crossplatform|@ohos.i18n.d.ts|
184|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isDigit(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isDigit(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
185|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isSpaceChar(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isSpaceChar(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
186|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isWhitespace(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isWhitespace(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
187|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isRTL(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isRTL(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
188|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isIdeograph(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isIdeograph(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
189|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isLetter(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isLetter(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
190|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isLowerCase(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isLowerCase(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
191|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static isUpperCase(char: string): boolean;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static isUpperCase(char: string): boolean;<br>New version information: crossplatform|@ohos.i18n.d.ts|
192|Cross-platform capability changed|Class name: Unicode;<br>Method or attribute name: static getType(char: string): string;<br>Old version information: |Class name: Unicode;<br>Method or attribute name: static getType(char: string): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
193|Cross-platform capability changed|Class name: TimeZone;<br>Method or attribute name: export class TimeZone<br>Old version information: |Class name: TimeZone;<br>Method or attribute name: export class TimeZone<br>New version information: crossplatform|@ohos.i18n.d.ts|
194|Cross-platform capability changed|Class name: TimeZone;<br>Method or attribute name: getID(): string;<br>Old version information: |Class name: TimeZone;<br>Method or attribute name: getID(): string;<br>New version information: crossplatform|@ohos.i18n.d.ts|
195|Cross-platform capability changed|Class name: TimeZone;<br>Method or attribute name: getRawOffset(): number;<br>Old version information: |Class name: TimeZone;<br>Method or attribute name: getRawOffset(): number;<br>New version information: crossplatform|@ohos.i18n.d.ts|
196|Cross-platform capability changed|Class name: TimeZone;<br>Method or attribute name: getOffset(date?: number): number;<br>Old version information: |Class name: TimeZone;<br>Method or attribute name: getOffset(date?: number): number;<br>New version information: crossplatform|@ohos.i18n.d.ts|
197|Cross-platform capability changed|Class name: TimeZone;<br>Method or attribute name: static getAvailableIDs(): Array\<string>;<br>Old version information: |Class name: TimeZone;<br>Method or attribute name: static getAvailableIDs(): Array\<string>;<br>New version information: crossplatform|@ohos.i18n.d.ts|
198|Cross-platform capability changed|Class name: intl;<br>Method or attribute name: declare intl<br>Old version information: |Class name: intl;<br>Method or attribute name: declare intl<br>New version information: crossplatform|@ohos.intl.d.ts|
199|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: export interface LocaleOptions<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: export interface LocaleOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
200|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: calendar?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
201|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: collation?: string;<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: collation?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
202|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: collation?: string;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: collation?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
203|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: hourCycle?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
204|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: hourCycle?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
205|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
206|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
207|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: numberingSystem?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
208|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: numeric?: boolean;<br>New version information: crossplatform|@ohos.intl.d.ts|
209|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: numeric?: boolean;<br>New version information: crossplatform|@ohos.intl.d.ts|
210|Cross-platform capability changed|Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;<br>Old version information: |Class name: LocaleOptions;<br>Method or attribute name: caseFirst?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
211|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: caseFirst?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
212|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: export class Locale<br>Old version information: |Class name: Locale;<br>Method or attribute name: export class Locale<br>New version information: crossplatform|@ohos.intl.d.ts|
213|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: constructor();<br>Old version information: |Class name: Locale;<br>Method or attribute name: constructor();<br>New version information: crossplatform|@ohos.intl.d.ts|
214|Cross-platform capability changed|Class name: DateTimeFormat;<br>Method or attribute name: constructor();<br>Old version information: |Class name: DateTimeFormat;<br>Method or attribute name: constructor();<br>New version information: crossplatform|@ohos.intl.d.ts|
215|Cross-platform capability changed|Class name: NumberFormat;<br>Method or attribute name: constructor();<br>Old version information: |Class name: NumberFormat;<br>Method or attribute name: constructor();<br>New version information: crossplatform|@ohos.intl.d.ts|
216|Cross-platform capability changed|Class name: Collator;<br>Method or attribute name: constructor();<br>Old version information: |Class name: Collator;<br>Method or attribute name: constructor();<br>New version information: crossplatform|@ohos.intl.d.ts|
217|Cross-platform capability changed|Class name: PluralRules;<br>Method or attribute name: constructor();<br>Old version information: |Class name: PluralRules;<br>Method or attribute name: constructor();<br>New version information: crossplatform|@ohos.intl.d.ts|
218|Cross-platform capability changed|Class name: RelativeTimeFormat;<br>Method or attribute name: constructor();<br>Old version information: |Class name: RelativeTimeFormat;<br>Method or attribute name: constructor();<br>New version information: crossplatform|@ohos.intl.d.ts|
219|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: constructor(locale: string, options?: LocaleOptions);<br>Old version information: |Class name: Locale;<br>Method or attribute name: constructor(locale: string, options?: LocaleOptions);<br>New version information: crossplatform|@ohos.intl.d.ts|
220|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: language: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: language: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
221|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: script: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: script: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
222|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: region: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: region: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
223|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: baseName: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: baseName: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
224|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: caseFirst: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: caseFirst: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
225|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: calendar: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: calendar: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
226|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: collation: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: collation: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
227|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: hourCycle: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: hourCycle: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
228|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: numberingSystem: string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: numberingSystem: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
229|Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: numberingSystem: string;<br>Old version information: |Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: numberingSystem: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
230|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: numeric: boolean;<br>Old version information: |Class name: Locale;<br>Method or attribute name: numeric: boolean;<br>New version information: crossplatform|@ohos.intl.d.ts|
231|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: toString(): string;<br>Old version information: |Class name: Locale;<br>Method or attribute name: toString(): string;<br>New version information: crossplatform|@ohos.intl.d.ts|
232|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: maximize(): Locale;<br>Old version information: |Class name: Locale;<br>Method or attribute name: maximize(): Locale;<br>New version information: crossplatform|@ohos.intl.d.ts|
233|Cross-platform capability changed|Class name: Locale;<br>Method or attribute name: minimize(): Locale;<br>Old version information: |Class name: Locale;<br>Method or attribute name: minimize(): Locale;<br>New version information: crossplatform|@ohos.intl.d.ts|
234|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: export interface DateTimeOptions<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: export interface DateTimeOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
235|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: locale?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: locale?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
236|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: locale?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: locale?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
237|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: dateStyle?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
238|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: timeStyle?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
239|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: timeZone?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
240|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: hour12?: boolean;<br>New version information: crossplatform|@ohos.intl.d.ts|
241|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: weekday?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
242|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: era?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: era?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
243|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: year?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: year?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
244|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: month?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: month?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
245|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: day?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: day?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
246|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: hour?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: hour?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
247|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: minute?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: minute?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
248|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: second?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: second?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
249|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: timeZoneName?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
250|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: dayPeriod?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
251|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
252|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
253|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
254|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
255|Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;<br>Old version information: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: localeMatcher?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
256|Cross-platform capability changed|Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string;<br>Old version information: |Class name: DateTimeOptions;<br>Method or attribute name: formatMatcher?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
257|Cross-platform capability changed|Class name: DateTimeFormat;<br>Method or attribute name: export class DateTimeFormat<br>Old version information: |Class name: DateTimeFormat;<br>Method or attribute name: export class DateTimeFormat<br>New version information: crossplatform|@ohos.intl.d.ts|
258|Cross-platform capability changed|Class name: DateTimeFormat;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>Old version information: |Class name: DateTimeFormat;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: DateTimeOptions);<br>New version information: crossplatform|@ohos.intl.d.ts|
259|Cross-platform capability changed|Class name: DateTimeFormat;<br>Method or attribute name: format(date: Date): string;<br>Old version information: |Class name: DateTimeFormat;<br>Method or attribute name: format(date: Date): string;<br>New version information: crossplatform|@ohos.intl.d.ts|
260|Cross-platform capability changed|Class name: DateTimeFormat;<br>Method or attribute name: formatRange(startDate: Date, endDate: Date): string;<br>Old version information: |Class name: DateTimeFormat;<br>Method or attribute name: formatRange(startDate: Date, endDate: Date): string;<br>New version information: crossplatform|@ohos.intl.d.ts|
261|Cross-platform capability changed|Class name: DateTimeFormat;<br>Method or attribute name: resolvedOptions(): DateTimeOptions;<br>Old version information: |Class name: DateTimeFormat;<br>Method or attribute name: resolvedOptions(): DateTimeOptions;<br>New version information: crossplatform|@ohos.intl.d.ts|
262|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: export interface NumberOptions<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: export interface NumberOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
263|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: currency?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: currency?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
264|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: currencySign?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: currencySign?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
265|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: currencyDisplay?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
266|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: unit?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: unit?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
267|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: unitDisplay?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
268|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: unitUsage?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
269|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: signDisplay?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
270|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: compactDisplay?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
271|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: notation?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: notation?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
272|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: style?: string;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: style?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
273|Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;<br>Old version information: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: style?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
274|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: useGrouping?: boolean;<br>New version information: crossplatform|@ohos.intl.d.ts|
275|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
276|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: minimumIntegerDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
277|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
278|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: minimumFractionDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
279|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
280|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: maximumFractionDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
281|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
282|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: minimumSignificantDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
283|Cross-platform capability changed|Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>Old version information: |Class name: NumberOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
284|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: maximumSignificantDigits?: number;<br>New version information: crossplatform|@ohos.intl.d.ts|
285|Cross-platform capability changed|Class name: NumberFormat;<br>Method or attribute name: export class NumberFormat<br>Old version information: |Class name: NumberFormat;<br>Method or attribute name: export class NumberFormat<br>New version information: crossplatform|@ohos.intl.d.ts|
286|Cross-platform capability changed|Class name: NumberFormat;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>Old version information: |Class name: NumberFormat;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: NumberOptions);<br>New version information: crossplatform|@ohos.intl.d.ts|
287|Cross-platform capability changed|Class name: NumberFormat;<br>Method or attribute name: format(number: number): string;<br>Old version information: |Class name: NumberFormat;<br>Method or attribute name: format(number: number): string;<br>New version information: crossplatform|@ohos.intl.d.ts|
288|Cross-platform capability changed|Class name: NumberFormat;<br>Method or attribute name: resolvedOptions(): NumberOptions;<br>Old version information: |Class name: NumberFormat;<br>Method or attribute name: resolvedOptions(): NumberOptions;<br>New version information: crossplatform|@ohos.intl.d.ts|
289|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: export interface CollatorOptions<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: export interface CollatorOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
290|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: usage?: string;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: usage?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
291|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: sensitivity?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
292|Cross-platform capability changed|Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;<br>Old version information: |Class name: CollatorOptions;<br>Method or attribute name: ignorePunctuation?: boolean;<br>New version information: crossplatform|@ohos.intl.d.ts|
293|Cross-platform capability changed|Class name: Collator;<br>Method or attribute name: export class Collator<br>Old version information: |Class name: Collator;<br>Method or attribute name: export class Collator<br>New version information: crossplatform|@ohos.intl.d.ts|
294|Cross-platform capability changed|Class name: Collator;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>Old version information: |Class name: Collator;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: CollatorOptions);<br>New version information: crossplatform|@ohos.intl.d.ts|
295|Cross-platform capability changed|Class name: Collator;<br>Method or attribute name: compare(first: string, second: string): number;<br>Old version information: |Class name: Collator;<br>Method or attribute name: compare(first: string, second: string): number;<br>New version information: crossplatform|@ohos.intl.d.ts|
296|Cross-platform capability changed|Class name: Collator;<br>Method or attribute name: resolvedOptions(): CollatorOptions;<br>Old version information: |Class name: Collator;<br>Method or attribute name: resolvedOptions(): CollatorOptions;<br>New version information: crossplatform|@ohos.intl.d.ts|
297|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: export interface PluralRulesOptions<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: export interface PluralRulesOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
298|Cross-platform capability changed|Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;<br>Old version information: |Class name: PluralRulesOptions;<br>Method or attribute name: type?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
299|Cross-platform capability changed|Class name: PluralRules;<br>Method or attribute name: export class PluralRules<br>Old version information: |Class name: PluralRules;<br>Method or attribute name: export class PluralRules<br>New version information: crossplatform|@ohos.intl.d.ts|
300|Cross-platform capability changed|Class name: PluralRules;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>Old version information: |Class name: PluralRules;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: PluralRulesOptions);<br>New version information: crossplatform|@ohos.intl.d.ts|
301|Cross-platform capability changed|Class name: PluralRules;<br>Method or attribute name: select(n: number): string;<br>Old version information: |Class name: PluralRules;<br>Method or attribute name: select(n: number): string;<br>New version information: crossplatform|@ohos.intl.d.ts|
302|Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: export interface RelativeTimeFormatInputOptions<br>Old version information: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: export interface RelativeTimeFormatInputOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
303|Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;<br>Old version information: |Class name: RelativeTimeFormatInputOptions;<br>Method or attribute name: numeric?: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
304|Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: export interface RelativeTimeFormatResolvedOptions<br>Old version information: |Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: export interface RelativeTimeFormatResolvedOptions<br>New version information: crossplatform|@ohos.intl.d.ts|
305|Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: locale: string;<br>Old version information: |Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: locale: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
306|Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: style: string;<br>Old version information: |Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: style: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
307|Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: numeric: string;<br>Old version information: |Class name: RelativeTimeFormatResolvedOptions;<br>Method or attribute name: numeric: string;<br>New version information: crossplatform|@ohos.intl.d.ts|
308|Cross-platform capability changed|Class name: RelativeTimeFormat;<br>Method or attribute name: export class RelativeTimeFormat<br>Old version information: |Class name: RelativeTimeFormat;<br>Method or attribute name: export class RelativeTimeFormat<br>New version information: crossplatform|@ohos.intl.d.ts|
309|Cross-platform capability changed|Class name: RelativeTimeFormat;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>Old version information: |Class name: RelativeTimeFormat;<br>Method or attribute name: constructor(locale: string \| Array\<string>, options?: RelativeTimeFormatInputOptions);<br>New version information: crossplatform|@ohos.intl.d.ts|
310|Cross-platform capability changed|Class name: RelativeTimeFormat;<br>Method or attribute name: format(value: number, unit: string): string;<br>Old version information: |Class name: RelativeTimeFormat;<br>Method or attribute name: format(value: number, unit: string): string;<br>New version information: crossplatform|@ohos.intl.d.ts|
311|Cross-platform capability changed|Class name: RelativeTimeFormat;<br>Method or attribute name: formatToParts(value: number, unit: string): Array\<object>;<br>Old version information: |Class name: RelativeTimeFormat;<br>Method or attribute name: formatToParts(value: number, unit: string): Array\<object>;<br>New version information: crossplatform|@ohos.intl.d.ts|
312|Cross-platform capability changed|Class name: RelativeTimeFormat;<br>Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>Old version information: |Class name: RelativeTimeFormat;<br>Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;<br>New version information: crossplatform|@ohos.intl.d.ts|
313|Cross-platform capability changed|Class name: resourceManager;<br>Method or attribute name: declare resourceManager<br>Old version information: |Class name: resourceManager;<br>Method or attribute name: declare resourceManager<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
314|Cross-platform capability changed|Class name: resourceManager;<br>Method or attribute name: export type RawFileDescriptor = _RawFileDescriptor;<br>Old version information: |Class name: resourceManager;<br>Method or attribute name: export type RawFileDescriptor = _RawFileDescriptor;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
315|Cross-platform capability changed|Class name: resourceManager;<br>Method or attribute name: export type Resource = _Resource;<br>Old version information: |Class name: resourceManager;<br>Method or attribute name: export type Resource = _Resource;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
316|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: export enum Direction<br>Old version information: |Class name: Direction;<br>Method or attribute name: export enum Direction<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
317|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: DIRECTION_VERTICAL = 0<br>Old version information: |Class name: Direction;<br>Method or attribute name: DIRECTION_VERTICAL = 0<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
318|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: DIRECTION_HORIZONTAL = 1<br>Old version information: |Class name: Direction;<br>Method or attribute name: DIRECTION_HORIZONTAL = 1<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
319|Cross-platform capability changed|Class name: DeviceType;<br>Method or attribute name: export enum DeviceType<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: export enum DeviceType<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
320|Cross-platform capability changed|Class name: DeviceType;<br>Method or attribute name: DEVICE_TYPE_PHONE = 0x00<br>Old version information: |Class name: DeviceType;<br>Method or attribute name: DEVICE_TYPE_PHONE = 0x00<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
321|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: export enum ScreenDensity<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: export enum ScreenDensity<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
322|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_SDPI = 120<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: SCREEN_SDPI = 120<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
323|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_MDPI = 160<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: SCREEN_MDPI = 160<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
324|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_LDPI = 240<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: SCREEN_LDPI = 240<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
325|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_XLDPI = 320<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: SCREEN_XLDPI = 320<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
326|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_XXLDPI = 480<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: SCREEN_XXLDPI = 480<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
327|Cross-platform capability changed|Class name: ScreenDensity;<br>Method or attribute name: SCREEN_XXXLDPI = 640<br>Old version information: |Class name: ScreenDensity;<br>Method or attribute name: SCREEN_XXXLDPI = 640<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
328|Cross-platform capability changed|Class name: Configuration;<br>Method or attribute name: export class Configuration<br>Old version information: |Class name: Configuration;<br>Method or attribute name: export class Configuration<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
329|Cross-platform capability changed|Class name: Configuration;<br>Method or attribute name: direction: Direction;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: direction: Direction;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
330|Cross-platform capability changed|Class name: Configuration;<br>Method or attribute name: locale: string;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: locale: string;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
331|Cross-platform capability changed|Class name: DeviceCapability;<br>Method or attribute name: export class DeviceCapability<br>Old version information: |Class name: DeviceCapability;<br>Method or attribute name: export class DeviceCapability<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
332|Cross-platform capability changed|Class name: DeviceCapability;<br>Method or attribute name: screenDensity: ScreenDensity;<br>Old version information: |Class name: DeviceCapability;<br>Method or attribute name: screenDensity: ScreenDensity;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
333|Cross-platform capability changed|Class name: DeviceCapability;<br>Method or attribute name: deviceType: DeviceType;<br>Old version information: |Class name: DeviceCapability;<br>Method or attribute name: deviceType: DeviceType;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
334|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: export interface ResourceManager<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: export interface ResourceManager<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
335|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
336|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringValue(resource: Resource): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
337|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
338|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringValue(resId: number): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
339|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\<Array\<string>>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
340|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resource: Resource): Promise\<Array\<string>>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
341|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\<Array\<string>>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
342|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayValue(resId: number): Promise\<Array\<string>>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
343|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\<Uint8Array>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
344|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resource: Resource): Promise\<Uint8Array>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
345|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\<Uint8Array>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
346|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContent(resId: number): Promise\<Uint8Array>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
347|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
348|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resource: Resource): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
349|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
350|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaContentBase64(resId: number): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
351|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getDeviceCapability(callback: _AsyncCallback\<DeviceCapability>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
352|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getDeviceCapability(): Promise\<DeviceCapability>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getDeviceCapability(): Promise\<DeviceCapability>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
353|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getConfiguration(callback: _AsyncCallback\<Configuration>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
354|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getConfiguration(): Promise\<Configuration>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getConfiguration(): Promise\<Configuration>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
355|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
356|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
357|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
358|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
359|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
360|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringByName(resName: string): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
361|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\<Array\<string>>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
362|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringArrayByName(resName: string): Promise\<Array\<string>>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
363|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\<Uint8Array>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
364|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaByName(resName: string): Promise\<Uint8Array>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
365|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
366|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getMediaBase64ByName(resName: string): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
367|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\<string>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
368|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\<string>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
369|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resId: number): string;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringSync(resId: number): string;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
370|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringSync(resource: Resource): string;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringSync(resource: Resource): string;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
371|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getStringByNameSync(resName: string): string;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getStringByNameSync(resName: string): string;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
372|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getBoolean(resId: number): boolean;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getBoolean(resId: number): boolean;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
373|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getBoolean(resource: Resource): boolean;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
374|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getBooleanByName(resName: string): boolean;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getBooleanByName(resName: string): boolean;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
375|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getNumber(resId: number): number;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getNumber(resId: number): number;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
376|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getNumber(resource: Resource): number;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getNumber(resource: Resource): number;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
377|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getNumberByName(resName: string): number;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getNumberByName(resName: string): number;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
378|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: release();<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: release();<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
379|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\<Uint8Array>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
380|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getRawFileContent(path: string): Promise\<Uint8Array>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
381|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\<RawFileDescriptor>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
382|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: getRawFd(path: string): Promise\<RawFileDescriptor>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
383|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
384|Cross-platform capability changed|Class name: ResourceManager;<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;<br>Old version information: |Class name: ResourceManager;<br>Method or attribute name: closeRawFd(path: string): Promise\<void>;<br>New version information: crossplatform|@ohos.resourceManager.d.ts|
385