OfflineStorageOnboardingUiState

data class OfflineStorageOnboardingUiState(val storages: List<StorageUtils.StorageSpace> = emptyList(), val currentPath: String = "", val selectedStorageIndex: Int = -1)

Constructors

Link copied to clipboard
constructor(storages: List<StorageUtils.StorageSpace> = emptyList(), currentPath: String = "", selectedStorageIndex: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard