identify

fun Umami.identify(data: Map<String, Any?>? = null, timestamp: Long? = now(), id: String? = null)

Sends an event to identify the user on the Umami server.

Parameters

data

Additional data for the event.

timestamp

The timestamp of the event.

id

The ID of the event.