CommandersActSource

data class CommandersActSource(val pageId: String, val pageVersion: String? = null, val sectionId: String? = null, val sectionVersion: String? = null, val sectionPosition: Int? = null, val itemPositionInSection: Int? = null, val labels: Map<String, String>? = null) : Parcelable(source)

Constructors

Link copied to clipboard
constructor(pageId: String, pageVersion: String? = null, sectionId: String? = null, sectionVersion: String? = null, sectionPosition: Int? = null, itemPositionInSection: Int? = null, labels: Map<String, String>? = null)

Properties

Link copied to clipboard

position of the item in the source section.

Link copied to clipboard

A map of custom labels to be associated with the page view event. Blank values are ignored and not sent. Defaults to an empty map.

Link copied to clipboard

id of the source page → page from which the media was played e.g. homepage, detail page, search, ...

Link copied to clipboard

version of the source page (e.g. for A/B test).

Link copied to clipboard

id of the source section → section from which the media was played.

Link copied to clipboard

position of the section in the page.

Link copied to clipboard

version of the source section (e.g. for A/B test).

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)