Package-level declarations

Types

Link copied to clipboard
data class QueryPluginConfig(val storageStrategy: StorageStrategy = StorageStrategy.StoreCopy)
Link copied to clipboard
@Serializable
enum StorageStrategy : Enum<StorageStrategy>

Defines how the launcher should store search results from a plugin (i.e. when the search result is added to favorites).

Link copied to clipboard
data class WeatherPluginConfig(val minUpdateInterval: Long = 60 * 60 * 1000L, val managedLocation: Boolean = false)