| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Class name: TimeZone;
Method or attribute name: static getTimezonesByLocation(longitude: number, latitude: number): Array\;|@ohos.i18n.d.ts| |Added|NA|Class name: NormalizerMode;
Method or attribute name: NFC = 1|@ohos.i18n.d.ts| |Added|NA|Class name: NormalizerMode;
Method or attribute name: NFD = 2|@ohos.i18n.d.ts| |Added|NA|Class name: NormalizerMode;
Method or attribute name: NFKC = 3|@ohos.i18n.d.ts| |Added|NA|Class name: NormalizerMode;
Method or attribute name: NFKD = 4|@ohos.i18n.d.ts| |Added|NA|Class name: Normalizer;
Method or attribute name: static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts| |Added|NA|Class name: Normalizer;
Method or attribute name: normalize(text: string): string;|@ohos.i18n.d.ts| |Added|NA|Class name: SuggestionType;
Method or attribute name: SUGGESTION_TYPE_NONE = 0|@ohos.i18n.d.ts| |Added|NA|Class name: SuggestionType;
Method or attribute name: SUGGESTION_TYPE_RELATED = 1|@ohos.i18n.d.ts| |Added|NA|Class name: SuggestionType;
Method or attribute name: SUGGESTION_TYPE_SIM = 2|@ohos.i18n.d.ts| |Added|NA|Class name: SortOptions;
Method or attribute name: locale?: string;|@ohos.i18n.d.ts| |Added|NA|Class name: SortOptions;
Method or attribute name: isUseLocalName?: boolean;|@ohos.i18n.d.ts| |Added|NA|Class name: SortOptions;
Method or attribute name: isSuggestedFirst?: boolean;|@ohos.i18n.d.ts| |Added|NA|Class name: LocaleItem;
Method or attribute name: id: string;|@ohos.i18n.d.ts| |Added|NA|Class name: LocaleItem;
Method or attribute name: suggestionType: SuggestionType;|@ohos.i18n.d.ts| |Added|NA|Class name: LocaleItem;
Method or attribute name: displayName: string;|@ohos.i18n.d.ts| |Added|NA|Class name: LocaleItem;
Method or attribute name: localName?: string;|@ohos.i18n.d.ts| |Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: zoneId: string;|@ohos.i18n.d.ts| |Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: cityId: string;|@ohos.i18n.d.ts| |Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: cityDisplayName: string;|@ohos.i18n.d.ts| |Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: offset: number;|@ohos.i18n.d.ts| |Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: zoneDisplayName: string;|@ohos.i18n.d.ts| |Added|NA|Class name: TimeZoneCityItem;
Method or attribute name: rawOffset?: number;|@ohos.i18n.d.ts| |Added|NA|Class name: SystemLocaleManager;
Method or attribute name: constructor();|@ohos.i18n.d.ts| |Added|NA|Class name: SystemLocaleManager;
Method or attribute name: getLanguageInfoArray(languages: Array\, options?: SortOptions): Array\;|@ohos.i18n.d.ts| |Added|NA|Class name: SystemLocaleManager;
Method or attribute name: getRegionInfoArray(regions: Array\, options?: SortOptions): Array\;|@ohos.i18n.d.ts| |Added|NA|Class name: SystemLocaleManager;
Method or attribute name: static getTimeZoneCityItemArray(): Array\;|@ohos.i18n.d.ts| |Added|NA|Class name: resourceManager;
Method or attribute name: export function getSystemResourceManager(): ResourceManager;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, density: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, density: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, density: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, density: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, density: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, density: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, density: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, density: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, density: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, density: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, density: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, density: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getStringSync(resId: number, ...args: Array\): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource, ...args: Array\): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getStringByNameSync(resName: string, ...args: Array\): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getRawFileList(path: string, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getRawFileList(path: string): Promise\>;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resId: number, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resId: number): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resource: Resource, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColor(resource: Resource): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColorByName(resName: string, callback: _AsyncCallback\): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColorByName(resName: string): Promise\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColorSync(resId: number) : number;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColorSync(resource: Resource) : number;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getColorByNameSync(resName: string) : number;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: addResource(path: string) : void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: removeResource(path: string) : void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getRawFdSync(path: string): RawFileDescriptor;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: closeRawFdSync(path: string): void;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getRawFileListSync(path: string): Array\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getRawFileContentSync(path: string): Uint8Array;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentSync(resId: number, density?: number): Uint8Array;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentSync(resource: Resource, density?: number): Uint8Array;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64Sync(resId: number, density?: number): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64Sync(resource: Resource, density?: number): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getPluralStringValueSync(resId: number, num: number): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getPluralStringValueSync(resource: Resource, num: number): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getStringArrayValueSync(resId: number): Array\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getStringArrayValueSync(resource: Resource): Array\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getPluralStringByNameSync(resName: string, num: number): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaByNameSync(resName: string, density?: number): Uint8Array;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getMediaBase64ByNameSync(resName: string, density?: number): string;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getStringArrayByNameSync(resName: string): Array\;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getConfigurationSync(): Configuration;|@ohos.resourceManager.d.ts| |Added|NA|Class name: ResourceManager;
Method or attribute name: getDeviceCapabilitySync(): DeviceCapability;|@ohos.resourceManager.d.ts| |Added|NA|Class name: Resource;
Method or attribute name: params?: any[];|resource.d.ts| |Added|NA|Class name: Resource;
Method or attribute name: type?: number;|resource.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise\;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise\;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
Old version information: |Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Model changed|Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
Old version information: |Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
New version information: stagemodelonly|@ohos.resourceManager.d.ts| |Type changed|Class name: PhoneNumberFormatOptions;
Method or attribute name: type?: string;
Old version information: string|Class name: PhoneNumberFormatOptions;
Method or attribute name: type?: string;
New version information: ?string|@ohos.i18n.d.ts| |Type changed|Class name: LocaleOptions;
Method or attribute name: calendar?: string;
Old version information: string|Class name: LocaleOptions;
Method or attribute name: calendar?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: LocaleOptions;
Method or attribute name: collation?: string;
Old version information: string|Class name: LocaleOptions;
Method or attribute name: collation?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: collation?: string;
Old version information: string|Class name: CollatorOptions;
Method or attribute name: collation?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
Old version information: string|Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
Old version information: string|Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: numberingSystem?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: numberingSystem?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
Old version information: boolean|Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
New version information: ?boolean|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
Old version information: boolean|Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
New version information: ?boolean|@ohos.intl.d.ts| |Type changed|Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
Old version information: string|Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
Old version information: string|Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: locale?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: locale?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: locale?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: locale?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: timeZone?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: timeZone?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean;
Old version information: boolean|Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean;
New version information: ?boolean|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: weekday?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: weekday?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: era?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: era?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: year?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: year?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: month?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: month?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: day?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: day?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: hour?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: hour?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: minute?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: minute?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: second?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: second?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: localeMatcher?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: localeMatcher?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
Old version information: string|Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
Old version information: string|Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
Old version information: string|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string;
Old version information: string|Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: currency?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: currency?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: currencySign?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: currencySign?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: unit?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: unit?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: unitDisplay?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: unitDisplay?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: unitUsage?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: unitUsage?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: signDisplay?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: signDisplay?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: compactDisplay?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: compactDisplay?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: notation?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: notation?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: style?: string;
Old version information: string|Class name: NumberOptions;
Method or attribute name: style?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
Old version information: string|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean;
Old version information: boolean|Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean;
New version information: ?boolean|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number;
Old version information: number|Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
Old version information: number|Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number;
Old version information: number|Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
Old version information: number|Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number;
Old version information: number|Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
Old version information: number|Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number;
Old version information: number|Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
Old version information: number|Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number;
Old version information: number|Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
Old version information: number|Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
New version information: ?number|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: usage?: string;
Old version information: string|Class name: CollatorOptions;
Method or attribute name: usage?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
Old version information: string|Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
Old version information: boolean|Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
New version information: ?boolean|@ohos.intl.d.ts| |Type changed|Class name: PluralRulesOptions;
Method or attribute name: type?: string;
Old version information: string|Class name: PluralRulesOptions;
Method or attribute name: type?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
Old version information: string|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
New version information: ?string|@ohos.intl.d.ts| |Type changed|Class name: Resource;
Method or attribute name: bundleName: string;
Old version information: |Class name: Resource;
Method or attribute name: bundleName: string;
New version information: string|resource.d.ts| |Type changed|Class name: Resource;
Method or attribute name: moduleName: string;
Old version information: |Class name: Resource;
Method or attribute name: moduleName: string;
New version information: string|resource.d.ts| |Type changed|Class name: Resource;
Method or attribute name: id: number;
Old version information: |Class name: Resource;
Method or attribute name: id: number;
New version information: number|resource.d.ts| |Cross-platform capability changed|Class name: i18n;
Method or attribute name: export function getCalendar(locale: string, type?: string): Calendar;
Old version information: |Class name: i18n;
Method or attribute name: export function getCalendar(locale: string, type?: string): Calendar;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: i18n;
Method or attribute name: export function isRTL(locale: string): boolean;
Old version information: |Class name: i18n;
Method or attribute name: export function isRTL(locale: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: i18n;
Method or attribute name: export function getTimeZone(zoneID?: string): TimeZone;
Old version information: |Class name: i18n;
Method or attribute name: export function getTimeZone(zoneID?: string): TimeZone;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: export class System
Old version information: |Class name: System;
Method or attribute name: export class System
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
Old version information: |Class name: System;
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
Old version information: |Class name: System;
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: static getSystemLanguage(): string;
Old version information: |Class name: System;
Method or attribute name: static getSystemLanguage(): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: static getSystemRegion(): string;
Old version information: |Class name: System;
Method or attribute name: static getSystemRegion(): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: static getSystemLocale(): string;
Old version information: |Class name: System;
Method or attribute name: static getSystemLocale(): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: System;
Method or attribute name: static is24HourClock(): boolean;
Old version information: |Class name: System;
Method or attribute name: static is24HourClock(): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: I18NUtil;
Method or attribute name: export class I18NUtil
Old version information: |Class name: I18NUtil;
Method or attribute name: export class I18NUtil
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: I18NUtil;
Method or attribute name: static getDateOrder(locale: string): string;
Old version information: |Class name: I18NUtil;
Method or attribute name: static getDateOrder(locale: string): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: setTime(date: Date): void;
Old version information: |Class name: Calendar;
Method or attribute name: setTime(date: Date): void;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: setTime(time: number): void;
Old version information: |Class name: Calendar;
Method or attribute name: setTime(time: number): void;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: set(year: number, month: number, date: number, hour?: number, minute?: number, second?: number): void;
Old version information: |Class name: Calendar;
Method or attribute name: set(year: number, month: number, date: number, hour?: number, minute?: number, second?: number): void;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: setTimeZone(timezone: string): void;
Old version information: |Class name: Calendar;
Method or attribute name: setTimeZone(timezone: string): void;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: getTimeZone(): string;
Old version information: |Class name: Calendar;
Method or attribute name: getTimeZone(): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: getFirstDayOfWeek(): number;
Old version information: |Class name: Calendar;
Method or attribute name: getFirstDayOfWeek(): number;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: setFirstDayOfWeek(value: number): void;
Old version information: |Class name: Calendar;
Method or attribute name: setFirstDayOfWeek(value: number): void;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: getMinimalDaysInFirstWeek(): number;
Old version information: |Class name: Calendar;
Method or attribute name: getMinimalDaysInFirstWeek(): number;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;
Old version information: |Class name: Calendar;
Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: get(field: string): number;
Old version information: |Class name: Calendar;
Method or attribute name: get(field: string): number;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Calendar;
Method or attribute name: isWeekend(date?: Date): boolean;
Old version information: |Class name: Calendar;
Method or attribute name: isWeekend(date?: Date): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: export class Unicode
Old version information: |Class name: Unicode;
Method or attribute name: export class Unicode
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isDigit(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isDigit(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isSpaceChar(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isSpaceChar(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isWhitespace(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isWhitespace(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isRTL(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isRTL(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isIdeograph(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isIdeograph(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isLetter(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isLetter(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isLowerCase(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isLowerCase(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static isUpperCase(char: string): boolean;
Old version information: |Class name: Unicode;
Method or attribute name: static isUpperCase(char: string): boolean;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: Unicode;
Method or attribute name: static getType(char: string): string;
Old version information: |Class name: Unicode;
Method or attribute name: static getType(char: string): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: TimeZone;
Method or attribute name: export class TimeZone
Old version information: |Class name: TimeZone;
Method or attribute name: export class TimeZone
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: TimeZone;
Method or attribute name: getID(): string;
Old version information: |Class name: TimeZone;
Method or attribute name: getID(): string;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: TimeZone;
Method or attribute name: getRawOffset(): number;
Old version information: |Class name: TimeZone;
Method or attribute name: getRawOffset(): number;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: TimeZone;
Method or attribute name: getOffset(date?: number): number;
Old version information: |Class name: TimeZone;
Method or attribute name: getOffset(date?: number): number;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: TimeZone;
Method or attribute name: static getAvailableIDs(): Array\;
Old version information: |Class name: TimeZone;
Method or attribute name: static getAvailableIDs(): Array\;
New version information: crossplatform|@ohos.i18n.d.ts| |Cross-platform capability changed|Class name: intl;
Method or attribute name: declare intl
Old version information: |Class name: intl;
Method or attribute name: declare intl
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: export interface LocaleOptions
Old version information: |Class name: LocaleOptions;
Method or attribute name: export interface LocaleOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: calendar?: string;
Old version information: |Class name: LocaleOptions;
Method or attribute name: calendar?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: collation?: string;
Old version information: |Class name: LocaleOptions;
Method or attribute name: collation?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: collation?: string;
Old version information: |Class name: CollatorOptions;
Method or attribute name: collation?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
Old version information: |Class name: LocaleOptions;
Method or attribute name: hourCycle?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: hourCycle?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
Old version information: |Class name: LocaleOptions;
Method or attribute name: numberingSystem?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: numberingSystem?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: numberingSystem?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: numberingSystem?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
Old version information: |Class name: LocaleOptions;
Method or attribute name: numeric?: boolean;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
Old version information: |Class name: CollatorOptions;
Method or attribute name: numeric?: boolean;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
Old version information: |Class name: LocaleOptions;
Method or attribute name: caseFirst?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
Old version information: |Class name: CollatorOptions;
Method or attribute name: caseFirst?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: export class Locale
Old version information: |Class name: Locale;
Method or attribute name: export class Locale
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: constructor();
Old version information: |Class name: Locale;
Method or attribute name: constructor();
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeFormat;
Method or attribute name: constructor();
Old version information: |Class name: DateTimeFormat;
Method or attribute name: constructor();
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberFormat;
Method or attribute name: constructor();
Old version information: |Class name: NumberFormat;
Method or attribute name: constructor();
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Collator;
Method or attribute name: constructor();
Old version information: |Class name: Collator;
Method or attribute name: constructor();
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRules;
Method or attribute name: constructor();
Old version information: |Class name: PluralRules;
Method or attribute name: constructor();
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormat;
Method or attribute name: constructor();
Old version information: |Class name: RelativeTimeFormat;
Method or attribute name: constructor();
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: constructor(locale: string, options?: LocaleOptions);
Old version information: |Class name: Locale;
Method or attribute name: constructor(locale: string, options?: LocaleOptions);
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: language: string;
Old version information: |Class name: Locale;
Method or attribute name: language: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: script: string;
Old version information: |Class name: Locale;
Method or attribute name: script: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: region: string;
Old version information: |Class name: Locale;
Method or attribute name: region: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: baseName: string;
Old version information: |Class name: Locale;
Method or attribute name: baseName: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: caseFirst: string;
Old version information: |Class name: Locale;
Method or attribute name: caseFirst: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: calendar: string;
Old version information: |Class name: Locale;
Method or attribute name: calendar: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: collation: string;
Old version information: |Class name: Locale;
Method or attribute name: collation: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: hourCycle: string;
Old version information: |Class name: Locale;
Method or attribute name: hourCycle: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: numberingSystem: string;
Old version information: |Class name: Locale;
Method or attribute name: numberingSystem: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: numberingSystem: string;
Old version information: |Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: numberingSystem: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: numeric: boolean;
Old version information: |Class name: Locale;
Method or attribute name: numeric: boolean;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: toString(): string;
Old version information: |Class name: Locale;
Method or attribute name: toString(): string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: maximize(): Locale;
Old version information: |Class name: Locale;
Method or attribute name: maximize(): Locale;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Locale;
Method or attribute name: minimize(): Locale;
Old version information: |Class name: Locale;
Method or attribute name: minimize(): Locale;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: export interface DateTimeOptions
Old version information: |Class name: DateTimeOptions;
Method or attribute name: export interface DateTimeOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: locale?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: locale?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: locale?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: locale?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: dateStyle?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: timeStyle?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: timeZone?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: timeZone?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: hour12?: boolean;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: weekday?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: weekday?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: era?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: era?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: year?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: year?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: month?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: month?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: day?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: day?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: hour?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: hour?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: minute?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: minute?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: second?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: second?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: timeZoneName?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: dayPeriod?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: localeMatcher?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: localeMatcher?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: localeMatcher?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
Old version information: |Class name: CollatorOptions;
Method or attribute name: localeMatcher?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: localeMatcher?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
Old version information: |Class name: RelativeTimeFormatInputOptions;
Method or attribute name: localeMatcher?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string;
Old version information: |Class name: DateTimeOptions;
Method or attribute name: formatMatcher?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeFormat;
Method or attribute name: export class DateTimeFormat
Old version information: |Class name: DateTimeFormat;
Method or attribute name: export class DateTimeFormat
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeFormat;
Method or attribute name: constructor(locale: string \| Array\, options?: DateTimeOptions);
Old version information: |Class name: DateTimeFormat;
Method or attribute name: constructor(locale: string \| Array\, options?: DateTimeOptions);
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeFormat;
Method or attribute name: format(date: Date): string;
Old version information: |Class name: DateTimeFormat;
Method or attribute name: format(date: Date): string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeFormat;
Method or attribute name: formatRange(startDate: Date, endDate: Date): string;
Old version information: |Class name: DateTimeFormat;
Method or attribute name: formatRange(startDate: Date, endDate: Date): string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: DateTimeFormat;
Method or attribute name: resolvedOptions(): DateTimeOptions;
Old version information: |Class name: DateTimeFormat;
Method or attribute name: resolvedOptions(): DateTimeOptions;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: export interface NumberOptions
Old version information: |Class name: NumberOptions;
Method or attribute name: export interface NumberOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: currency?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: currency?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: currencySign?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: currencySign?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: currencyDisplay?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: unit?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: unit?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: unitDisplay?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: unitDisplay?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: unitUsage?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: unitUsage?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: signDisplay?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: signDisplay?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: compactDisplay?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: compactDisplay?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: notation?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: notation?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: style?: string;
Old version information: |Class name: NumberOptions;
Method or attribute name: style?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
Old version information: |Class name: RelativeTimeFormatInputOptions;
Method or attribute name: style?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean;
Old version information: |Class name: NumberOptions;
Method or attribute name: useGrouping?: boolean;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number;
Old version information: |Class name: NumberOptions;
Method or attribute name: minimumIntegerDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: minimumIntegerDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number;
Old version information: |Class name: NumberOptions;
Method or attribute name: minimumFractionDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: minimumFractionDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number;
Old version information: |Class name: NumberOptions;
Method or attribute name: maximumFractionDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: maximumFractionDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number;
Old version information: |Class name: NumberOptions;
Method or attribute name: minimumSignificantDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: minimumSignificantDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number;
Old version information: |Class name: NumberOptions;
Method or attribute name: maximumSignificantDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: maximumSignificantDigits?: number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberFormat;
Method or attribute name: export class NumberFormat
Old version information: |Class name: NumberFormat;
Method or attribute name: export class NumberFormat
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberFormat;
Method or attribute name: constructor(locale: string \| Array\, options?: NumberOptions);
Old version information: |Class name: NumberFormat;
Method or attribute name: constructor(locale: string \| Array\, options?: NumberOptions);
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberFormat;
Method or attribute name: format(number: number): string;
Old version information: |Class name: NumberFormat;
Method or attribute name: format(number: number): string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: NumberFormat;
Method or attribute name: resolvedOptions(): NumberOptions;
Old version information: |Class name: NumberFormat;
Method or attribute name: resolvedOptions(): NumberOptions;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: export interface CollatorOptions
Old version information: |Class name: CollatorOptions;
Method or attribute name: export interface CollatorOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: usage?: string;
Old version information: |Class name: CollatorOptions;
Method or attribute name: usage?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
Old version information: |Class name: CollatorOptions;
Method or attribute name: sensitivity?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
Old version information: |Class name: CollatorOptions;
Method or attribute name: ignorePunctuation?: boolean;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Collator;
Method or attribute name: export class Collator
Old version information: |Class name: Collator;
Method or attribute name: export class Collator
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Collator;
Method or attribute name: constructor(locale: string \| Array\, options?: CollatorOptions);
Old version information: |Class name: Collator;
Method or attribute name: constructor(locale: string \| Array\, options?: CollatorOptions);
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Collator;
Method or attribute name: compare(first: string, second: string): number;
Old version information: |Class name: Collator;
Method or attribute name: compare(first: string, second: string): number;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: Collator;
Method or attribute name: resolvedOptions(): CollatorOptions;
Old version information: |Class name: Collator;
Method or attribute name: resolvedOptions(): CollatorOptions;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: export interface PluralRulesOptions
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: export interface PluralRulesOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRulesOptions;
Method or attribute name: type?: string;
Old version information: |Class name: PluralRulesOptions;
Method or attribute name: type?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRules;
Method or attribute name: export class PluralRules
Old version information: |Class name: PluralRules;
Method or attribute name: export class PluralRules
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRules;
Method or attribute name: constructor(locale: string \| Array\, options?: PluralRulesOptions);
Old version information: |Class name: PluralRules;
Method or attribute name: constructor(locale: string \| Array\, options?: PluralRulesOptions);
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: PluralRules;
Method or attribute name: select(n: number): string;
Old version information: |Class name: PluralRules;
Method or attribute name: select(n: number): string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: export interface RelativeTimeFormatInputOptions
Old version information: |Class name: RelativeTimeFormatInputOptions;
Method or attribute name: export interface RelativeTimeFormatInputOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
Old version information: |Class name: RelativeTimeFormatInputOptions;
Method or attribute name: numeric?: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: export interface RelativeTimeFormatResolvedOptions
Old version information: |Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: export interface RelativeTimeFormatResolvedOptions
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: locale: string;
Old version information: |Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: locale: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: style: string;
Old version information: |Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: style: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: numeric: string;
Old version information: |Class name: RelativeTimeFormatResolvedOptions;
Method or attribute name: numeric: string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormat;
Method or attribute name: export class RelativeTimeFormat
Old version information: |Class name: RelativeTimeFormat;
Method or attribute name: export class RelativeTimeFormat
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormat;
Method or attribute name: constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
Old version information: |Class name: RelativeTimeFormat;
Method or attribute name: constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormat;
Method or attribute name: format(value: number, unit: string): string;
Old version information: |Class name: RelativeTimeFormat;
Method or attribute name: format(value: number, unit: string): string;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormat;
Method or attribute name: formatToParts(value: number, unit: string): Array\;
Old version information: |Class name: RelativeTimeFormat;
Method or attribute name: formatToParts(value: number, unit: string): Array\;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: RelativeTimeFormat;
Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;
Old version information: |Class name: RelativeTimeFormat;
Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;
New version information: crossplatform|@ohos.intl.d.ts| |Cross-platform capability changed|Class name: resourceManager;
Method or attribute name: declare resourceManager
Old version information: |Class name: resourceManager;
Method or attribute name: declare resourceManager
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: resourceManager;
Method or attribute name: export type RawFileDescriptor = _RawFileDescriptor;
Old version information: |Class name: resourceManager;
Method or attribute name: export type RawFileDescriptor = _RawFileDescriptor;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: resourceManager;
Method or attribute name: export type Resource = _Resource;
Old version information: |Class name: resourceManager;
Method or attribute name: export type Resource = _Resource;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: Direction;
Method or attribute name: export enum Direction
Old version information: |Class name: Direction;
Method or attribute name: export enum Direction
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: Direction;
Method or attribute name: DIRECTION_VERTICAL = 0
Old version information: |Class name: Direction;
Method or attribute name: DIRECTION_VERTICAL = 0
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: Direction;
Method or attribute name: DIRECTION_HORIZONTAL = 1
Old version information: |Class name: Direction;
Method or attribute name: DIRECTION_HORIZONTAL = 1
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: DeviceType;
Method or attribute name: export enum DeviceType
Old version information: |Class name: DeviceType;
Method or attribute name: export enum DeviceType
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: DeviceType;
Method or attribute name: DEVICE_TYPE_PHONE = 0x00
Old version information: |Class name: DeviceType;
Method or attribute name: DEVICE_TYPE_PHONE = 0x00
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: export enum ScreenDensity
Old version information: |Class name: ScreenDensity;
Method or attribute name: export enum ScreenDensity
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: SCREEN_SDPI = 120
Old version information: |Class name: ScreenDensity;
Method or attribute name: SCREEN_SDPI = 120
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: SCREEN_MDPI = 160
Old version information: |Class name: ScreenDensity;
Method or attribute name: SCREEN_MDPI = 160
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: SCREEN_LDPI = 240
Old version information: |Class name: ScreenDensity;
Method or attribute name: SCREEN_LDPI = 240
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: SCREEN_XLDPI = 320
Old version information: |Class name: ScreenDensity;
Method or attribute name: SCREEN_XLDPI = 320
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: SCREEN_XXLDPI = 480
Old version information: |Class name: ScreenDensity;
Method or attribute name: SCREEN_XXLDPI = 480
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ScreenDensity;
Method or attribute name: SCREEN_XXXLDPI = 640
Old version information: |Class name: ScreenDensity;
Method or attribute name: SCREEN_XXXLDPI = 640
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: Configuration;
Method or attribute name: export class Configuration
Old version information: |Class name: Configuration;
Method or attribute name: export class Configuration
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: Configuration;
Method or attribute name: direction: Direction;
Old version information: |Class name: Configuration;
Method or attribute name: direction: Direction;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: Configuration;
Method or attribute name: locale: string;
Old version information: |Class name: Configuration;
Method or attribute name: locale: string;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: DeviceCapability;
Method or attribute name: export class DeviceCapability
Old version information: |Class name: DeviceCapability;
Method or attribute name: export class DeviceCapability
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: DeviceCapability;
Method or attribute name: screenDensity: ScreenDensity;
Old version information: |Class name: DeviceCapability;
Method or attribute name: screenDensity: ScreenDensity;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: DeviceCapability;
Method or attribute name: deviceType: DeviceType;
Old version information: |Class name: DeviceCapability;
Method or attribute name: deviceType: DeviceType;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: export interface ResourceManager
Old version information: |Class name: ResourceManager;
Method or attribute name: export interface ResourceManager
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number): Promise\>;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number): Promise\>;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getDeviceCapability(callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getDeviceCapability(callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getDeviceCapability(): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getDeviceCapability(): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getConfiguration(callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getConfiguration(callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getConfiguration(): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getConfiguration(): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string): Promise\>;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string): Promise\>;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringSync(resId: number): string;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringSync(resId: number): string;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getStringByNameSync(resName: string): string;
Old version information: |Class name: ResourceManager;
Method or attribute name: getStringByNameSync(resName: string): string;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getBoolean(resId: number): boolean;
Old version information: |Class name: ResourceManager;
Method or attribute name: getBoolean(resId: number): boolean;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
Old version information: |Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getBooleanByName(resName: string): boolean;
Old version information: |Class name: ResourceManager;
Method or attribute name: getBooleanByName(resName: string): boolean;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getNumber(resId: number): number;
Old version information: |Class name: ResourceManager;
Method or attribute name: getNumber(resId: number): number;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
Old version information: |Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getNumberByName(resName: string): number;
Old version information: |Class name: ResourceManager;
Method or attribute name: getNumberByName(resName: string): number;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: release();
Old version information: |Class name: ResourceManager;
Method or attribute name: release();
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: getRawFd(path: string): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: getRawFd(path: string): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\): void;
Old version information: |Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\): void;
New version information: crossplatform|@ohos.resourceManager.d.ts| |Cross-platform capability changed|Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string): Promise\;
Old version information: |Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string): Promise\;
New version information: crossplatform|@ohos.resourceManager.d.ts|