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