Uses of Interface
com.github.copilot.sdk.json.SessionStartHandler
Packages that use SessionStartHandler
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SessionStartHandler in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SessionStartHandlerModifier and TypeMethodDescriptionSessionHooks.getOnSessionStart()Gets the session-start handler.Methods in com.github.copilot.sdk.json with parameters of type SessionStartHandlerModifier and TypeMethodDescriptionSessionHooks.setOnSessionStart(SessionStartHandler onSessionStart) Sets the handler called when a session starts.