TFLiteModelManagerConfig

data class TFLiteModelManagerConfig(val requiresWifi: Boolean = true, val disableUpdates: Boolean = false)

Constructors

Link copied to clipboard
constructor(requiresWifi: Boolean = true, disableUpdates: Boolean = false)

Properties

Link copied to clipboard
val disableUpdates: Boolean = false

Flag which will disable all update checks if enabled

Link copied to clipboard
val requiresWifi: Boolean = true

Flag which requires wifi to be enabled before downloading models