screen

fun screen(name: String, attributes: Map<String, Any?> = emptyMap())

Track a manual screen-view event.

Parameters

name

the screen identifier (e.g. "ProductDetails"). Becomes wire data.screenName.

attributes

optional caller-supplied extras spread under data alongside the SDK-managed enrichment.