UserProperties

interface UserProperties

Properties

Link copied to clipboard
abstract val abt: String?
Link copied to clipboard
abstract val contentId: String?
Link copied to clipboard
abstract val cookies: Map<String, String?>
Link copied to clipboard
abstract val country: String?
Link copied to clipboard
Link copied to clipboard
abstract val gender: GenderType?
Link copied to clipboard
abstract val id: String?
Link copied to clipboard
abstract val language: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val userAgentFactory: UserAgentFactory
Link copied to clipboard
abstract val yob: Int?

Functions

Link copied to clipboard
abstract fun buildUpon(): <Error class: unknown class>

Constructs a new builder, copying the properties from this UserProperties.

Link copied to clipboard
abstract fun clearCookies()

Clears the cookies map in this UserProperties.

Link copied to clipboard
abstract fun clearCustomParameter()

Clears the customParameter map in this UserProperties.

Link copied to clipboard
abstract fun getCookieString(): String?

Returns the cookie header string representation of cookies.