createClickEvent

open override fun createClickEvent(interactionId: String, properties: Map<String, Any?>, context: Activity?, callback: Callback?)

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

Parameters

interactionId

The interaction ID.

properties

A map with properties for the event.

context

The current activity.

callback

The callback function containing information about the operation.