DataLoader

interface DataLoader(source)

Interface for loading app data such as labels and icons.

This interface provides methods to retrieve labels and load icons for applications. It abstracts the data loading process, allowing for different implementations such as caching or network requests.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getLabel(key: AppInfo): String
Link copied to clipboard
abstract fun loadIcon(key: AppInfo): Flow<Drawable>