Star766
4993
代码介绍
代码
Issues1667
Pull Requests1786
流水线
Actions
讨论
Wiki
项目成员906
分析
项目设置
Star766
4993
  1. docs
  2. /
  3. en
  4. /
  5. application-dev
  6. /
  7. application-models
  8. /
  9. resourcemanager-switch.md
wusongqingwusongqingUpdate docs against 36642+36125+36603+36700+34513+33855+34520+33517+34134+34513+35077+34363+36427+36446+36532+36562+35157+35312+34363
fab2c017创建于 2024年2月23日历史提交

resourceManager Switching

API in the FA Model Corresponding .d.ts File in the Stage Model Corresponding Field in the Stage Model
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;