Package com.github.copilot.sdk.json
Class SessionLifecycleEvent
java.lang.Object
com.github.copilot.sdk.json.SessionLifecycleEvent
Session lifecycle event notification.
Lifecycle events are emitted when sessions are created, deleted, updated, or change foreground/background state (in TUI+server mode).
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetMetadata(SessionLifecycleEventMetadata metadata) voidsetSessionId(String sessionId) void
-
Constructor Details
-
SessionLifecycleEvent
public SessionLifecycleEvent()
-
-
Method Details
-
getType
-
setType
-
getSessionId
-
setSessionId
-
getMetadata
-
setMetadata
-