createClickEventAsync

abstract suspend fun createClickEventAsync(interactionId: String, properties: Map<String, Any?> = mutableMapOf(), context: Activity? = null): Result

Registers a CLICK event with the given interaction ID, properties and context.

Return

The result of the operation.

Parameters

interactionId

The interaction ID.

properties

A map with properties for the event.

context

The current activity.