| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Module name: ohos.resourceManager
Class name: AsyncCallback|@ohos.resourceManager.d.ts|
|Added|NA|Class name: AsyncCallback
Method or attribute name: |@ohos.resourceManager.d.ts|
|Added|NA|Module name: ohos.resourceManager
Class name: AsyncCallback
Method or attribute name: (err: Error, data: T): void;|@ohos.resourceManager.d.ts|
|Added|NA|Class name: AsyncCallback
Method or attribute name: (err: Error, data: T): void;|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: AsyncCallback>): void;
|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: AsyncCallback>): void;
|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getDeviceCapability(callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getDeviceCapability(callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getConfiguration(callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getConfiguration(callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string, callback: AsyncCallback>): void;
|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: AsyncCallback>): void;
|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: AsyncCallback>): void;
|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback>): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: getRawFd(path: string, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|
|Function changed|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string, callback: AsyncCallback): void;
|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback): void;
|@ohos.resourceManager.d.ts|