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
Builds request
clear Custom Variables
Link copied to clipboard
Clears added to request custom variables
content Author
Link copied to clipboard
Sets "content author" parameter for request
content Created
Link copied to clipboard
Sets "content created" parameter for request
content Is Native
Link copied to clipboard
fun contentIsNative(contentIsNative: Boolean?): ExperienceRequest.Builder
Content copied to clipboard
Sets "content is native" flag for request
content Section
Link copied to clipboard
Sets "content section" parameter for request
custom Params
Link copied to clipboard
fun customParams(customParameters: CustomParameters?): ExperienceRequest.Builder
Content copied to clipboard
Sets custom parameters for request
custom Variable
Link copied to clipboard
fun customVariable(key: String, value: String?): ExperienceRequest.Builder
Content copied to clipboard
Adds custom variable to request
custom Variables
Link copied to clipboard
fun customVariables(customVariables: Map<String, String?>): ExperienceRequest.Builder
Content copied to clipboard
Adds map of custom variables for request
debug
Link copied to clipboard
Sets "debug" flag for request
referer
Link copied to clipboard
Sets "referrer" parameter for request
tag
Link copied to clipboard
Adds "tag" parameter to request
tags
Link copied to clipboard
Adds multiple "tag" parameters to request
url
Link copied to clipboard
Sets "url" parameter for request
zone
Link copied to clipboard
Sets "zone" parameter for request
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