Show / Hide Table of Contents

Class AnalyticsSessionInfo

Inheritance
Object
AnalyticsSessionInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Analytics
Assembly: UnityEngine.dll
Syntax
public static class AnalyticsSessionInfo

Properties

sessionCount

Declaration
public static long sessionCount { get; }
Property Value
Type Description
Int64

sessionElapsedTime

Declaration
public static long sessionElapsedTime { get; }
Property Value
Type Description
Int64

sessionFirstRun

Declaration
public static bool sessionFirstRun { get; }
Property Value
Type Description
Boolean

sessionId

Declaration
public static long sessionId { get; }
Property Value
Type Description
Int64

sessionState

Declaration
public static AnalyticsSessionState sessionState { get; }
Property Value
Type Description
AnalyticsSessionState

userId

Declaration
public static string userId { get; }
Property Value
Type Description
String

Events

| Improve this Doc View Source

sessionStateChanged

Declaration
public static event AnalyticsSessionInfo.SessionStateChanged sessionStateChanged
Event Type
Type Description
AnalyticsSessionInfo.SessionStateChanged
  • Improve this Doc
  • View Source
Back to top Generated by DocFX