create Click Event Async
open suspend override fun createClickEventAsync(interactionId: String, properties: Map<String, Any?>, context: Activity?): Result
Registers a CLICK event with the given interaction ID, properties and context.
Return
The result of the operation.
Parameters
interaction Id
The interaction ID.
properties
A map with properties for the event.
context
The current activity.