create Conversion Event
open override fun createConversionEvent(interactionId: String, properties: Map<String, Any?>, context: Activity?, callback: Callback?)
Registers a CONVERSION event with the given interaction ID, properties and context.
Parameters
interaction Id
The interaction ID.
properties
A map with properties for the event.
context
The current activity.
callback
The callback function containing information about the operation.