end

fun end(name: String, content: JsonMap? = null, timestamp: Long = System.currentTimeMillis(), dismissTimestamp: Long? = null)

Ends tracking for the Live Update with the given name.

Parameters

name

The live update name.

content

A JsonMap with final updated content.

timestamp

The end timestamp, used to filter out-of-order events (default: now).

dismissTimestamp

Optional timestamp, when to end this Live Update (default: null).