0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. docs
  2. /
  3. zh-cn
  4. /
  5. application-dev
  6. /
  7. application-models
  8. /
  9. resourcemanager-switch.md
GGiteeupdate zh-cn/application-dev/application-models/resourcemanager-switch.md.
56cc401f创建于 2025年6月9日历史提交

resourceManager接口切换

FA模型接口 Stage模型接口对应d.ts文件 Stage模型对应字段
getResourceManager(callback: AsyncCallback<ResourceManager>): void;
getResourceManager(bundleName: string, callback: AsyncCallback<ResourceManager>): void;
getResourceManager(): Promise<ResourceManager>;
getResourceManager(bundleName: string): Promise<ResourceManager>;
application\Context.d.ts resourceManager: resmgr.ResourceManager;