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)