addContextCreatedListener#
Function addContextCreatedListener
- add
Context Created Listener(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
-
Adds a listener function that will be called whenever a new Context is created.