* Add a context event observer to the context * @param observer - Context observer instance or function
(observer: ContextEventObserver)
| 403 | * @param observer - Context observer instance or function |
| 404 | */ |
| 405 | subscribe(observer: ContextEventObserver): Subscription { |
| 406 | return this.subscriptionManager.subscribe(observer); |
| 407 | } |
| 408 | |
| 409 | /** |
| 410 | * Remove the context event observer from the context |
no outgoing calls