ExperienceRequest

class ExperienceRequest

Types

Builder
Link copied to clipboard
data class Builder @JvmOverloads constructor(debug: Boolean, customVariables: MutableMap<String, String?>, url: String?, referer: String?, tags: MutableList<String>, zone: String?, contentCreated: String?, contentAuthor: String?, contentSection: String?, contentIsNative: Boolean?, customParameters: CustomParameters?)
Companion
Link copied to clipboard
object Companion

Properties

contentAuthor
Link copied to clipboard
val contentAuthor: String?

Content author value

contentCreated
Link copied to clipboard
val contentCreated: String?

Content created value

contentIsNative
Link copied to clipboard
val contentIsNative: Boolean?

Content is native flag

contentSection
Link copied to clipboard
val contentSection: String?

Content section value

customParameters
Link copied to clipboard
val customParameters: CustomParameters?

Custom parameters

customVariables
Link copied to clipboard
val customVariables: Map<String, String?>

Custom variables value

isDebug
Link copied to clipboard
val isDebug: Boolean

"Debug" value

referer
Link copied to clipboard
val referer: String?

Referer value

tags
Link copied to clipboard
val tags: List<String>

Tags value

url
Link copied to clipboard
val url: String?

Url value

zone
Link copied to clipboard
val zone: String?

Zone value