CommandersActPageView

class CommandersActPageView(val name: String, val type: String, val levels: List<String> = emptyList(), val labels: Map<String, String> = emptyMap())

Page event

Constructors

Link copied to clipboard
constructor(name: String, type: String, levels: List<String> = emptyList(), labels: Map<String, String> = emptyMap())

Properties

Link copied to clipboard

The custom labels to send with this page view event. Blank values are not send.

Link copied to clipboard

The page event levels.

Link copied to clipboard

The page event name.

Link copied to clipboard

The page event type ie (Articles).

Functions

Link copied to clipboard
fun toTCPageViewEvent(vendor: AnalyticsConfig.Vendor): TCPageViewEvent

Convert to TCPageViewEvent