SessionIdChangedCallback

Example values

TypeScript
(sessionId: string, windowId: string | null | undefined, changeReason?: {
noSessionId: boolean;
activityTimeout: boolean;
sessionPastMaximumLength: boolean;
}) => void

Community questions

Was this page useful?