StorageUsageScreenContent
internal fun StorageUsageScreenContent(modifier: Modifier = Modifier, state: StorageUsageState, processIntent: (StorageUsageIntent) -> Unit = {})(source)
Stateless storage usage content adapter that wires shared usage UI to storage-specific dialogs.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the shared usage layout.
state
Current storage usage state emitted by StorageUsageViewModel.
processIntent
Intent sink used to route UI actions back to the ViewModel.