create View Event
abstract fun createViewEvent(interactionId: String, properties: Map<String, Any?> = mutableMapOf(), context: Activity? = null, callback: Callback? = null)
Registers a VIEW 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.