public delegatevoid SessionStateChanged (Analytics.AnalyticsSessionState sessionState, long sessionId, long sessionElapsedTime, bool sessionChanged);

Parameters

sessionState当前会话状态。
sessionId当前会话 ID。
sessionElapsedTimeLength of the current session in milliseconds.
sessionChangedTrue, if the sessionId has changed; otherwise false.

Description

Dispatched when the Analytics session state changes.