create Page View Event Async
abstract suspend fun createPageViewEventAsync(screenName: String, context: Activity, properties: Map<String, Any?> = mutableMapOf()): Result
Registers a PAGEVIEW event with the given screen name, properties and context.
Return
The result of the operation.
Parameters
screen Name
The screen name.
context
The current activity.
properties
A map with properties for the event.