DeviceSession

public class DeviceSession : CustomStringConvertible, JSONRepresentable

The DeviceSession struct

  • The session id.

    Declaration

    Swift

    public let sessionId: String
  • The IP address of the last activity from this session.

    Declaration

    Swift

    public let ipAddress: String?
  • The country from which the last activity from this session was made.

    Declaration

    Swift

    public let country: String?
  • The time this session was created.

    Declaration

    Swift

    public let created: Date?
  • The time of the last activity from this session.

    Declaration

    Swift

    public let updated: Date?
  • Declaration

    Swift

    public var description: String { get }