library / io.getstream.chat.android.livedata.entity / SyncStateEntity

SyncStateEntity

data class SyncStateEntity

Constructors

<init>

SyncStateEntity(userId: String, activeChannelIds: List<String> = mutableListOf(), activeQueryIds: List<String> = mutableListOf(), lastSyncedAt: Date? = null)

Properties

activeChannelIds

var activeChannelIds: List<String>

activeQueryIds

var activeQueryIds: List<String>

lastSyncedAt

var lastSyncedAt: Date?

userId

var userId: String