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<TimeZone>;
@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<string>, options?: SortOptions): Array<LocaleItem>;
@ohos.i18n.d.ts
Added NA Class name: SystemLocaleManager;
Method or attribute name: getRegionInfoArray(regions: Array<string>, options?: SortOptions): Array<LocaleItem>;
@ohos.i18n.d.ts
Added NA Class name: SystemLocaleManager;
Method or attribute name: static getTimeZoneCityItemArray(): Array<TimeZoneCityItem>;
@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<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, density: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, density: number, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, density: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, density: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, density: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, density: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, density: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, density: number, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, density: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, density: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, density: number): Promise<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringSync(resId: number, ...args: Array<string | number>): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource, ...args: Array<string | number>): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringByNameSync(resName: string, ...args: Array<string | number>): 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<Array<string>>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFileList(path: string): Promise<Array<string>>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getColor(resId: number, callback: _AsyncCallback<number>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getColor(resId: number): Promise<number>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getColor(resource: Resource, callback: _AsyncCallback<number>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getColor(resource: Resource): Promise<number>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getColorByName(resName: string, callback: _AsyncCallback<number>): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getColorByName(resName: string): Promise<number>;
@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<string>;
@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<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValueSync(resource: Resource): Array<string>;
@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<string>;
@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<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise<string>;
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<string>;
Old version information:
Class name: TimeZone;
Method or attribute name: static getAvailableIDs(): Array<string>;
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<string>, options?: DateTimeOptions);
Old version information:
Class name: DateTimeFormat;
Method or attribute name: constructor(locale: string | Array<string>, 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<string>, options?: NumberOptions);
Old version information:
Class name: NumberFormat;
Method or attribute name: constructor(locale: string | Array<string>, 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<string>, options?: CollatorOptions);
Old version information:
Class name: Collator;
Method or attribute name: constructor(locale: string | Array<string>, 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<string>, options?: PluralRulesOptions);
Old version information:
Class name: PluralRules;
Method or attribute name: constructor(locale: string | Array<string>, 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<string>, options?: RelativeTimeFormatInputOptions);
Old version information:
Class name: RelativeTimeFormat;
Method or attribute name: constructor(locale: string | Array<string>, 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<object>;
Old version information:
Class name: RelativeTimeFormat;
Method or attribute name: formatToParts(value: number, unit: string): Array<object>;
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<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback<string>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resId: number): Promise<string>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number): Promise<Array<string>>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resId: number): Promise<Array<string>>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number): Promise<Uint8Array>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resId: number): Promise<Uint8Array>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resId: number): Promise<string>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getDeviceCapability(): Promise<DeviceCapability>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getDeviceCapability(): Promise<DeviceCapability>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getConfiguration(callback: _AsyncCallback<Configuration>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getConfiguration(callback: _AsyncCallback<Configuration>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getConfiguration(): Promise<Configuration>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getConfiguration(): Promise<Configuration>;
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<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): 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<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise<string>;
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<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): 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<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise<string>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback<string>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringByName(resName: string): Promise<string>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string): Promise<Array<string>>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayByName(resName: string): Promise<Array<string>>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string): Promise<Uint8Array>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaByName(resName: string): Promise<Uint8Array>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaBase64ByName(resName: string): Promise<string>;
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<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): 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<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise<string>;
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<Uint8Array>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback<Uint8Array>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string): Promise<Uint8Array>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getRawFileContent(path: string): Promise<Uint8Array>;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: getRawFd(path: string): Promise<RawFileDescriptor>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getRawFd(path: string): Promise<RawFileDescriptor>;
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>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback<void>): void;
New version information: crossplatform
@ohos.resourceManager.d.ts
Cross-platform capability changed Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string): Promise<void>;
Old version information:
Class name: ResourceManager;
Method or attribute name: closeRawFd(path: string): Promise<void>;
New version information: crossplatform
@ohos.resourceManager.d.ts