addContextCreatedListener¶
Function addContextCreatedListener
- addContextCreatedListener(
listener: ContextCreatedListener,
options?: ContextCreatedListenerOptions,
): void Parameters
- listener: ContextCreatedListener
The listener function that will be called whenever a new Context is created.
- options: ContextCreatedListenerOptions = {}
Additional listener options.
Returns void
- listener: ContextCreatedListener
Adds a listener function that will be called whenever a new Context is created.