Session

public struct Session

Model of data required to keep track of the current session.

  • Models the current status of the session.

    See more

    Declaration

    Swift

    public enum Status : String
  • The current status of this session.

    Declaration

    Swift

    public let status: Status
  • The unique identifier for this session.

    Declaration

    Swift

    public let sessionId: Int64
  • The timestamp of the last event in this session.

    Declaration

    Swift

    public let lastEventTimeMilliseconds: Int64
  • The number of events that have occurred in this session.

    Declaration

    Swift

    public let eventCount: Int