create Page View Event Async
open suspend override fun createPageViewEventAsync(screenName: String, context: Activity, properties: Map<String, Any?>): 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.