Star767
4993
代码介绍
代码
Issues1667
Pull Requests1786
流水线
Actions
讨论
Wiki
项目成员906
分析
项目设置
Star767
4993
  1. docs
  2. /
  3. zh-cn
  4. /
  5. application-dev
  6. /
  7. application-models
  8. /
  9. resourcemanager-switch.md
Xxieqiongyangupdate
cc1035d5创建于 2024年2月7日历史提交

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;