WebDeviceSessionLogInfo

public class WebDeviceSessionLogInfo : TeamLog.DeviceSessionLogInfo

Information on active web sessions

  • Web session unique id.

    Declaration

    Swift

    public let sessionInfo: TeamLog.WebSessionLogInfo?
  • Information on the hosting device.

    Declaration

    Swift

    public let userAgent: String
  • os

    Information on the hosting operating system.

    Declaration

    Swift

    public let os: String
  • Information on the browser used for this web session.

    Declaration

    Swift

    public let browser: String