RegisterUiState

data class RegisterUiState(val screenTitle: String = "", val isFirstTimeSync: Boolean = false, val registerConfiguration: RegisterConfiguration? = null, val registerId: String = "", val totalRecordsCount: Long = 0, val filteredRecordsCount: Long = 0, val pagesCount: Int = 1, val progressPercentage: Flow<Int> = flowOf(0), val isSyncUpload: Flow<Boolean> = flowOf(false), val currentSyncJobStatus: Flow<CurrentSyncJobStatus?> = flowOf(null), val params: Map<String, String> = emptyMap())

Constructors

Link copied to clipboard
constructor(screenTitle: String = "", isFirstTimeSync: Boolean = false, registerConfiguration: RegisterConfiguration? = null, registerId: String = "", totalRecordsCount: Long = 0, filteredRecordsCount: Long = 0, pagesCount: Int = 1, progressPercentage: Flow<Int> = flowOf(0), isSyncUpload: Flow<Boolean> = flowOf(false), currentSyncJobStatus: Flow<CurrentSyncJobStatus?> = flowOf(null), params: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
val currentSyncJobStatus: Flow<CurrentSyncJobStatus?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pagesCount: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard