Anonymous Log On Details
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
cell ID
Gets or sets the CellID.
client OSType
Gets or sets the client operating system type.
client Language
Gets or sets the client language.