UpdateSyncState

data class UpdateSyncState(val state: CurrentSyncJobStatus, val lastSyncTime: String?) : AppMainEvent

Constructors

Link copied to clipboard
constructor(state: CurrentSyncJobStatus, lastSyncTime: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val state: CurrentSyncJobStatus