操作 旧版本 新版本 d.ts文件
新增 NA 类名:TimeZone;
方法or属性:static getTimezonesByLocation(longitude: number, latitude: number): Array<TimeZone>;
@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<string>, options?: SortOptions): Array<LocaleItem>;
@ohos.i18n.d.ts
新增 NA 类名:SystemLocaleManager;
方法or属性:getRegionInfoArray(regions: Array<string>, options?: SortOptions): Array<LocaleItem>;
@ohos.i18n.d.ts
新增 NA 类名:SystemLocaleManager;
方法or属性:static getTimeZoneCityItemArray(): Array<TimeZoneCityItem>;
@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<Uint8Array>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource, density: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContent(resId: number, density: number, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContent(resId: number, density: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource, density: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource, density: number): Promise<string>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContentBase64(resId: number, density: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaContentBase64(resId: number, density: number): Promise<string>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaByName(resName: string, density: number, callback: _AsyncCallback<Uint8Array>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaByName(resName: string, density: number): Promise<Uint8Array>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaBase64ByName(resName: string, density: number, callback: _AsyncCallback<string>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getMediaBase64ByName(resName: string, density: number): Promise<string>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getStringSync(resId: number, ...args: Array<string | number>): string;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getStringSync(resource: Resource, ...args: Array<string | number>): string;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getStringByNameSync(resName: string, ...args: Array<string | number>): 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<Array<string>>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getRawFileList(path: string): Promise<Array<string>>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getColor(resId: number, callback: _AsyncCallback<number>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getColor(resId: number): Promise<number>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getColor(resource: Resource, callback: _AsyncCallback<number>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getColor(resource: Resource): Promise<number>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getColorByName(resName: string, callback: _AsyncCallback<number>): void;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getColorByName(resName: string): Promise<number>;
@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<string>;
@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<string>;
@ohos.resourceManager.d.ts
新增 NA 类名:ResourceManager;
方法or属性:getStringArrayValueSync(resource: Resource): Array<string>;
@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<string>;
@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<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getStringValue(resource: Resource): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringValue(resource: Resource): Promise<string>;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource): Promise<Array<string>>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource): Promise<Array<string>>;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource): Promise<Uint8Array>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource): Promise<Uint8Array>;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource): Promise<string>;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
新版本信息:stagemodelonly
@ohos.resourceManager.d.ts
model有变化 类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number): Promise<string>;
新版本信息: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<string>;
旧版本信息:
类名:TimeZone;
方法or属性:static getAvailableIDs(): Array<string>;
新版本信息: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<string>, options?: DateTimeOptions);
旧版本信息:
类名:DateTimeFormat;
方法or属性:constructor(locale: string | Array<string>, 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<string>, options?: NumberOptions);
旧版本信息:
类名:NumberFormat;
方法or属性:constructor(locale: string | Array<string>, 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<string>, options?: CollatorOptions);
旧版本信息:
类名:Collator;
方法or属性:constructor(locale: string | Array<string>, 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<string>, options?: PluralRulesOptions);
旧版本信息:
类名:PluralRules;
方法or属性:constructor(locale: string | Array<string>, 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<string>, options?: RelativeTimeFormatInputOptions);
旧版本信息:
类名:RelativeTimeFormat;
方法or属性:constructor(locale: string | Array<string>, 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<object>;
旧版本信息:
类名:RelativeTimeFormat;
方法or属性:formatToParts(value: number, unit: string): Array<object>;
新版本信息: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<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringValue(resource: Resource): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringValue(resource: Resource): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringValue(resId: number): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringValue(resId: number): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource): Promise<Array<string>>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayValue(resource: Resource): Promise<Array<string>>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringArrayValue(resId: number): Promise<Array<string>>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayValue(resId: number): Promise<Array<string>>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource): Promise<Uint8Array>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContent(resource: Resource): Promise<Uint8Array>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContent(resId: number): Promise<Uint8Array>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContent(resId: number): Promise<Uint8Array>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContentBase64(resource: Resource): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaContentBase64(resId: number): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaContentBase64(resId: number): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getDeviceCapability(): Promise<DeviceCapability>;
旧版本信息:
类名:ResourceManager;
方法or属性:getDeviceCapability(): Promise<DeviceCapability>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getConfiguration(callback: _AsyncCallback<Configuration>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getConfiguration(callback: _AsyncCallback<Configuration>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getConfiguration(): Promise<Configuration>;
旧版本信息:
类名:ResourceManager;
方法or属性:getConfiguration(): Promise<Configuration>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringValue(resource: Resource, num: number): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getPluralStringValue(resId: number, num: number): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringValue(resId: number, num: number): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringByName(resName: string, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringByName(resName: string, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringByName(resName: string): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringByName(resName: string): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getStringArrayByName(resName: string): Promise<Array<string>>;
旧版本信息:
类名:ResourceManager;
方法or属性:getStringArrayByName(resName: string): Promise<Array<string>>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaByName(resName: string): Promise<Uint8Array>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaByName(resName: string): Promise<Uint8Array>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getMediaBase64ByName(resName: string): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getMediaBase64ByName(resName: string): Promise<string>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getPluralStringByName(resName: string, num: number): Promise<string>;
旧版本信息:
类名:ResourceManager;
方法or属性:getPluralStringByName(resName: string, num: number): Promise<string>;
新版本信息: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<Uint8Array>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getRawFileContent(path: string, callback: _AsyncCallback<Uint8Array>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getRawFileContent(path: string): Promise<Uint8Array>;
旧版本信息:
类名:ResourceManager;
方法or属性:getRawFileContent(path: string): Promise<Uint8Array>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:getRawFd(path: string): Promise<RawFileDescriptor>;
旧版本信息:
类名:ResourceManager;
方法or属性:getRawFd(path: string): Promise<RawFileDescriptor>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:closeRawFd(path: string, callback: _AsyncCallback<void>): void;
旧版本信息:
类名:ResourceManager;
方法or属性:closeRawFd(path: string, callback: _AsyncCallback<void>): void;
新版本信息:crossplatform
@ohos.resourceManager.d.ts
跨平台能力有变化 类名:ResourceManager;
方法or属性:closeRawFd(path: string): Promise<void>;
旧版本信息:
类名:ResourceManager;
方法or属性:closeRawFd(path: string): Promise<void>;
新版本信息:crossplatform
@ohos.resourceManager.d.ts