This version of Unity is unsupported.

AnalyticsSessionInfo.SessionStateChanged

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.