createConversionEvent

abstract fun createConversionEvent(interactionId: String, properties: Map<String, Any?> = mutableMapOf(), context: Activity? = null, callback: Callback? = null)

Registers a CONVERSION 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.