create Conversion Event Async
open suspend override fun createConversionEventAsync(interactionId: String, properties: Map<String, Any?>, context: Activity?): Result
Registers a CONVERSION 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.