AnonymousLogOnDetails

data class AnonymousLogOnDetails(var cellID: Int? = null, var clientOSType: EOSType = Utils.getOSType(), var clientLanguage: String = "english")

Represents the details required to log into Steam3 as an anonymous user.

Parameters

cellID

Gets or sets the CellID.

clientOSType

Gets or sets the client operating system type.

clientLanguage

Gets or sets the client language.

Constructors

Link copied to clipboard
constructor(cellID: Int? = null, clientOSType: EOSType = Utils.getOSType(), clientLanguage: String = "english")

Properties

Link copied to clipboard
var cellID: Int?
Link copied to clipboard
Link copied to clipboard
var clientOSType: EOSType