addContextCreatedListener¶
Function addContextCreatedListener
- addContextCreatedListener(
 listener: ContextCreatedListener,
 options?: ContextCreatedListenerOptions,
 ): void
- Parameters- listener: ContextCreatedListenerThe 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.