addContextCreatedListener#
Function addContextCreatedListener
- addContext Created Listener(listener, options?): void 
- 
Parameters- 
listener: ContextCreatedListenerThe listener function that will be called whenever a new Context is created. 
- 
options: ContextCreatedListenerOptions = {}Additional listener options. 
 Returns void
- 
Adds a listener function that will be called whenever a new Context is created.