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.