registerAppLifecycleCallbacks()
Home > @gooddata/sdk-ui-pluggable-host > registerAppLifecycleCallbacks
registerAppLifecycleCallbacks() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Registers app lifecycle callbacks used by the loader (e.g. for preload telemetry). Called by the host or harness at startup.
Signature:
export declare function registerAppLifecycleCallbacks(callbacks: IAppLifecycleCallbacks): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
callbacks |
Returns:
void