LiveUpdate

class LiveUpdate(val name: String, val type: String, val content: JsonMap, val lastContentUpdateTime: Long, val lastStateChangeTime: Long, val dismissalTime: Long? = null)

Information about a Live Update.

Constructors

Link copied to clipboard
constructor(name: String, type: String, content: JsonMap, lastContentUpdateTime: Long, lastStateChangeTime: Long, dismissalTime: Long? = null)

Properties

Link copied to clipboard

The Live Update content.

Link copied to clipboard
val dismissalTime: Long? = null

The optional dismissal timestamp for this Live Update.

Link copied to clipboard

The timestamp of the last UPDATE event for this Live Update.

Link copied to clipboard

The timestamp of the last START or END event for this Live Update.

Link copied to clipboard

The Live Update name.

Link copied to clipboard

The Live Update type.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int