Package-level declarations
Types
Link copied to clipboard
private class AndroidStorageUsagePlatformActions(val context: Context) : StorageUsagePlatformActions
Android implementation that measures and deletes app-private storage used by the usage screen.
Link copied to clipboard
private class IosStorageUsagePlatformActions(val fileSystem: IosStorageUsageFileSystem) : StorageUsagePlatformActions
iOS implementation that measures and deletes app-private storage used by the usage screen.
Link copied to clipboard
Fallback implementation for previews and platforms where storage inspection is unavailable.
Link copied to clipboard
Platform bridge for filesystem storage usage operations.
Functions
Link copied to clipboard
Recursively calculates byte size for files and directories, returning zero for missing paths.
Link copied to clipboard
Creates the Android storage bridge backed by app-private cache and files directories.
Remembers the platform-specific storage bridge used by the storage usage screen.
Creates the iOS storage bridge backed by app-private Caches and Application Support directories.