ProfileUiState

data class ProfileUiState(val resourceData: ResourceData? = null, val profileConfiguration: ProfileConfiguration? = null, val snackBarTheme: SnackBarThemeConfig = SnackBarThemeConfig(), val showDataLoadProgressIndicator: Boolean = true, val decodedImageMap: SnapshotStateMap<String, Bitmap> = mutableStateMapOf())

Constructors

Link copied to clipboard
constructor(resourceData: ResourceData? = null, profileConfiguration: ProfileConfiguration? = null, snackBarTheme: SnackBarThemeConfig = SnackBarThemeConfig(), showDataLoadProgressIndicator: Boolean = true, decodedImageMap: SnapshotStateMap<String, Bitmap> = mutableStateMapOf())

Properties

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