Package-level declarations
Types
Link copied to clipboard
data class UserPreferences(var minDetectCertainty: Float = Default.minDetectCertainty, var maxObjectDetections: Int = Default.maxObjectsDetections, var enableAnimations: Boolean = Default.enableAnimations, var selectedModel: String = Default.selectedModel, var savePictures: Boolean = Default.savePictures)
Link copied to clipboard
Link copied to clipboard
Utility to encrypt and decrypt the key when storing it or retrieving it
Properties
Link copied to clipboard
Read docs of preferencesDataStore
Link copied to clipboard
Read docs of dataStore