AppDrawerUIState

data class AppDrawerUIState(val isSyncUpload: Boolean? = false, val currentSyncJobStatus: CurrentSyncJobStatus? = null, val percentageProgress: Int? = 0)

Constructors

Link copied to clipboard
constructor(isSyncUpload: Boolean? = false, currentSyncJobStatus: CurrentSyncJobStatus? = null, percentageProgress: Int? = 0)

Properties

Link copied to clipboard
val currentSyncJobStatus: CurrentSyncJobStatus? = null
Link copied to clipboard
val isSyncUpload: Boolean? = false
Link copied to clipboard