• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|模块名: ohos.resourceManager<br>类名: AsyncCallback|@ohos.resourceManager.d.ts|
4|新增|NA|类名:AsyncCallback<br>方法or属性:|@ohos.resourceManager.d.ts|
5|新增|NA|模块名: ohos.resourceManager<br>类名: AsyncCallback<br>方法 or 属性:(err: Error, data: T): void;|@ohos.resourceManager.d.ts|
6|新增|NA|类名:AsyncCallback<br>方法or属性:(err: Error, data: T): void;|@ohos.resourceManager.d.ts|
7|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
8|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
9|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
10|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
11|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
12|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
13|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
14|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
15|函数有变化|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(callback: AsyncCallback<DeviceCapability>): void;<br>|类名:ResourceManager<br>方法 or 属性:getDeviceCapability(callback: _AsyncCallback<DeviceCapability>): void;<br>|@ohos.resourceManager.d.ts|
16|函数有变化|类名:ResourceManager<br>方法 or 属性:getConfiguration(callback: AsyncCallback<Configuration>): void;<br>|类名:ResourceManager<br>方法 or 属性:getConfiguration(callback: _AsyncCallback<Configuration>): void;<br>|@ohos.resourceManager.d.ts|
17|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
18|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
19|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringByName(resName: string, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
20|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayByName(resName: string, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
21|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaByName(resName: string, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
22|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaBase64ByName(resName: string, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
23|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringByName(resName: string, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
24|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
25|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringValue(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
26|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resource: Resource, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
27|函数有变化|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: AsyncCallback<Array<string>>): void;<br>|类名:ResourceManager<br>方法 or 属性:getStringArrayValue(resId: number, callback: _AsyncCallback<Array<string>>): void;<br>|@ohos.resourceManager.d.ts|
28|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resource: Resource, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
29|函数有变化|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getPluralStringValue(resId: number, num: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
30|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resource: Resource, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
31|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContent(resId: number, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
32|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resource: Resource, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
33|函数有变化|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: AsyncCallback<string>): void;<br>|类名:ResourceManager<br>方法 or 属性:getMediaContentBase64(resId: number, callback: _AsyncCallback<string>): void;<br>|@ohos.resourceManager.d.ts|
34|函数有变化|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string, callback: AsyncCallback<Uint8Array>): void;<br>|类名:ResourceManager<br>方法 or 属性:getRawFileContent(path: string, callback: _AsyncCallback<Uint8Array>): void;<br>|@ohos.resourceManager.d.ts|
35|函数有变化|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string, callback: AsyncCallback<RawFileDescriptor>): void;<br>|类名:ResourceManager<br>方法 or 属性:getRawFd(path: string, callback: _AsyncCallback<RawFileDescriptor>): void;<br>|@ohos.resourceManager.d.ts|
36|函数有变化|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string, callback: AsyncCallback<void>): void;<br>|类名:ResourceManager<br>方法 or 属性:closeRawFd(path: string, callback: _AsyncCallback<void>): void;<br>|@ohos.resourceManager.d.ts|
37