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