Builder
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?)
Content copied to clipboard
Functions
build
Link copied to clipboard
clearCustomVariables
Link copied to clipboard
contentAuthor
Link copied to clipboard
contentCreated
Link copied to clipboard
contentIsNative
Link copied to clipboard
fun contentIsNative(contentIsNative: Boolean?): ExperienceRequest.Builder
Content copied to clipboard
contentSection
Link copied to clipboard
customParams
Link copied to clipboard
fun customParams(customParameters: CustomParameters?): ExperienceRequest.Builder
Content copied to clipboard
customVariable
Link copied to clipboard
fun customVariable(key: String, value: String?): ExperienceRequest.Builder
Content copied to clipboard
customVariables
Link copied to clipboard
fun customVariables(customVariables: Map<String, String?>): ExperienceRequest.Builder
Content copied to clipboard
debug
Link copied to clipboard
referer
Link copied to clipboard
tag
Link copied to clipboard
tags
Link copied to clipboard
url
Link copied to clipboard
zone
Link copied to clipboard
Properties
contentAuthor
Link copied to clipboard
contentCreated
Link copied to clipboard
contentIsNative
Link copied to clipboard
contentSection
Link copied to clipboard
customParameters
Link copied to clipboard
customVariables
Link copied to clipboard
tags
Link copied to clipboard