ConnectData

data class ConnectData(val key: ConnectSubsId, val value: List<ProtoValue>, val ts: Long = System.currentTimeMillis(), val hash: Int = 0)

Constructors

Link copied to clipboard
constructor(key: ConnectSubsId, value: List<ProtoValue>, ts: Long = System.currentTimeMillis(), hash: Int = 0)

Properties

Link copied to clipboard
val hash: Int = 0
Link copied to clipboard
Link copied to clipboard
val ts: Long
Link copied to clipboard
val value: List<ProtoValue>