UALUserAction

data class UALUserAction(val name: String, val category: String, val label: String, val value: String, val payload: Map<String, String>)

Represents a user action event in the prepurchase discovery flow.

Parameters

name

The name of the action performed by the user.

category

The category of the action.

label

A label describing the specific action or context.

value

The value associated with the action.

payload

A map of key-value pairs containing additional details about the action.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard