Change Type Old Version New Version d.ts File
Added NA Class name: ResourceManager;
Method or attribute name: getRawFdSync(path: string): RawFileDescriptor;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: closeRawFdSync(path: string): void;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFileListSync(path: string): Array<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getRawFileContentSync(path: string): Uint8Array;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentSync(resId: number, density?: number): Uint8Array;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentSync(resource: Resource, density?: number): Uint8Array;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64Sync(resId: number, density?: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaContentBase64Sync(resource: Resource, density?: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringValueSync(resId: number, num: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringValueSync(resource: Resource, num: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValueSync(resId: number): Array<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayValueSync(resource: Resource): Array<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getPluralStringByNameSync(resName: string, num: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaByNameSync(resName: string, density?: number): Uint8Array;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getMediaBase64ByNameSync(resName: string, density?: number): string;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getStringArrayByNameSync(resName: string): Array<string>;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getConfigurationSync(): Configuration;
@ohos.resourceManager.d.ts
Added NA Class name: ResourceManager;
Method or attribute name: getDeviceCapabilitySync(): DeviceCapability;
@ohos.resourceManager.d.ts
Added NA Class name: Resource;
Method or attribute name: params?: any[];
resource.d.ts
Added NA Class name: Resource;
Method or attribute name: type?: number;
resource.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringValue(resource: Resource): Promise<string>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringArrayValue(resource: Resource): Promise<Array<string>>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContent(resource: Resource): Promise<Uint8Array>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getMediaContentBase64(resource: Resource): Promise<string>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise<string>;
Old version information:
Class name: ResourceManager;
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise<string>;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource): string;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource, ...args: Array<string | number>): string;
Old version information:
Class name: ResourceManager;
Method or attribute name: getStringSync(resource: Resource, ...args: Array<string | number>): string;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
Old version information:
Class name: ResourceManager;
Method or attribute name: getBoolean(resource: Resource): boolean;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
Old version information:
Class name: ResourceManager;
Method or attribute name: getNumber(resource: Resource): number;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Model changed Class name: ResourceManager;
Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;
Old version information:
Class name: ResourceManager;
Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;
New version information: stagemodelonly
@ohos.resourceManager.d.ts
Type changed Class name: Resource;
Method or attribute name: bundleName: string;
Old version information:
Class name: Resource;
Method or attribute name: bundleName: string;
New version information: string
resource.d.ts
Type changed Class name: Resource;
Method or attribute name: moduleName: string;
Old version information:
Class name: Resource;
Method or attribute name: moduleName: string;
New version information: string
resource.d.ts
Type changed Class name: Resource;
Method or attribute name: id: number;
Old version information:
Class name: Resource;
Method or attribute name: id: number;
New version information: number
resource.d.ts