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 for analytics in the purchase flow.

Parameters

name

The name of the user action.

category

The category of the action (e.g., click, navigation).

label

A label describing the action context.

value

The value associated with the action.

payload

A map of key-value pairs with action details.

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