| Name | Return Type | Description |
|---|---|---|
| onCreate | You can personalize the behavior immediately after all components of the app instance are created. | |
| onLoad | When making an app load request, you can include additional resource requests. | |
| onPrepare | You can request additional resources just before the app instance starts. |
| name | type | description | |
|---|---|---|---|
| app | AppInstance | The app instance to be launched. | |
| exports | Object | The publishing interface of the app to be launched. (App properties and app methods) | |
| name | type | description | |
|---|---|---|---|
| appId | String | ID of the app to load. | |
| loader | ResourceLoader | Resource loader. | |
| name | type | description | |
|---|---|---|---|
| app | AppInstance | The app instance to be launched. | |
| loader | ResourceLoader | Resource loader. | |