Star813
5337
代码介绍
代码
Issues767
Pull Requests1171
流水线
Actions
讨论
Wiki
项目成员917
分析
项目设置
Star813
5337
  1. docs
  2. /
  3. en
  4. /
  5. application-dev
  6. /
  7. application-models
  8. /
  9. resourcemanager-switch.md
wusongqingwusongqingUpdate docs against master changes
bd2e26ed创建于 2024年3月5日历史提交

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;