UALPageView

data class UALPageView(val name: String, val payload: Map<String, String>)

Represents a page view event for analytics in the purchase flow.

Parameters

name

The name of the page being viewed (e.g., Event Details, Checkout).

payload

A map of key-value pairs with page view details.

Constructors

Link copied to clipboard
constructor(name: String, payload: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard