start
fun start(name: String, type: String, content: JsonMap, timestamp: Long = System.currentTimeMillis(), dismissTimestamp: Long? = null)
Starts tracking for a Live Update, with initial content.
Parameters
name
The Live Update name.
type
The handler type.
content
A JsonMap with initial content.
timestamp
The start timestamp, used to filter out-of-order events (default: now).
dismissTimestamp
Optional timestamp, when to end this Live Update (default: null).