You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phase 8: README updates for OnLifecycle<T> and lifecycle event types
Replace stale references to SessionLifecycleEventTypes constants with the
new typed hierarchy (SessionCreatedEvent / SessionDeletedEvent / etc.).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
##### `OnLifecycle<T>(Action<T> handler): IDisposable where T : SessionLifecycleEvent`
157
157
158
-
Subscribe to all session lifecycle events. Returns an `IDisposable` that unsubscribes when disposed.
158
+
Subscribe to session lifecycle events. Pass a derived type to filter by kind, or `SessionLifecycleEvent` to receive every lifecycle event. Returns an `IDisposable` that unsubscribes when disposed.
0 commit comments