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; |