PageProperties
class PageProperties @JvmOverloads constructor(val title: String? = null, val url: Uri? = null, val referrer: Uri? = null) : PermutiveParams
Properties describing the page hosting the video (if relevant)
Parameters
title
Page title
url
Page URL
referrer
URL of referring page
Constructors
Types
Link copied to clipboard
class Builder
Builder for PageProperties