data class SyncStateEntity
<init> |
SyncStateEntity(userId: String, activeChannelIds: List<String> = mutableListOf(), activeQueryIds: List<String> = mutableListOf(), lastSyncedAt: Date? = null) |
activeChannelIds |
var activeChannelIds: List<String> |
activeQueryIds |
var activeQueryIds: List<String> |
lastSyncedAt |
var lastSyncedAt: Date? |
userId |
var userId: String |