UALUserAction

constructor(name: String, category: String, label: String, value: String, payload: Map<String, String>)

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.