createPageViewEvent

open override fun createPageViewEvent(screenName: String, context: Activity, properties: Map<String, Any?>, callback: Callback?)

Registers a PAGEVIEW event with the given screen name, properties and context.

Parameters

screenName

The screen name.

context

The current activity.

properties

A map with properties for the event.

callback

The callback function containing information about the operation.