clicked

fun clicked(name: String, properties: Map<String, String> = emptyMap(), scope: Map<String, String> = emptyMap(), target: String? = null)

Records a click named name carrying properties, attributed with scope and the current screen/section.

target identifies which element fired it and is written under the reserved target key, matching Tracker.track's own contract.