addContextRemovedListener¶
Function addContextRemovedListener
- addContextRemovedListener(
listener: ContextRemovedListener,
options?: ContextRemovedListenerOptions,
): void Parameters
- listener: ContextRemovedListener
The listener function that will be called whenever a Context is removed.
- options: ContextRemovedListenerOptions = {}
Additional listener options.
Returns void
- listener: ContextRemovedListener
Adds a listener function that will be called whenever a Context is removed.