AnalyticsSessionInfo.SessionStateChanged

Declaration

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

Parameters

sessionState Current session state.
sessionId Current session id.
sessionElapsedTime Length of the current session in milliseconds.
sessionChanged True, if the sessionId has changed; otherwise false.

Description

Dispatched when the Analytics session state changes.


Did you find this page useful? Please give it a rating: