* Registers the exit-plan-mode handler for this session. * * @param handler - The handler to invoke when the server dispatches an exit-plan-mode request * @internal This method is typically called internally when creating/resuming a session.
(handler?: ExitPlanModeHandler)
| 921 | * @internal This method is typically called internally when creating/resuming a session. |
| 922 | */ |
| 923 | registerExitPlanModeHandler(handler?: ExitPlanModeHandler): void { |
| 924 | this.exitPlanModeHandler = handler; |
| 925 | } |
| 926 | |
| 927 | /** |
| 928 | * Registers the auto-mode-switch handler for this session. |
no outgoing calls
no test coverage detected