experienceClicked

fun experienceClicked(context: Context, experienceAttributes: Map<String, Any>, workspaceId: String? = null)

Tracks an "experience clicked" event for a single personalized experience.

Since

14.02.00

Parameters

context

The application context.

experienceAttributes

A map containing attributes of the clicked experience.

workspaceId

The optional workspace ID for which the event is tracked. If null, the default SDK instance is used.


fun experienceClicked(context: Context, experienceAttributes: List<Map<String, Any>>, workspaceId: String? = null)

Tracks an "experience clicked" event for a list of personalized experiences.

Since

14.02.00

Parameters

context

The application context.

experienceAttributes

A list of maps, where each map contains attributes of a clicked experience.

workspaceId

The optional workspace ID for which the event is tracked. If null, the default SDK instance is used.