Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
inline fun <T : Enum<*>> SettingsModel.enumPref(default: T, key: String? = null, cache: Boolean = storage.cache): StorageSetting<T>
Delegate enum property
Link copied to clipboard
Link copied to clipboard