ModelInfo

data class ModelInfo(var model: WatchInfo.WATCH_MODEL, var worldCitiesCount: Int, var dstCount: Int, var alarmCount: Int, var hasAutoLight: Boolean, var hasReminders: Boolean, var shortLightDuration: String, val longLightDuration: String, val weekLanguageSupported: Boolean = true, val worldCities: Boolean = true, val hasBatteryLevel: Boolean = true, val hasTemperature: Boolean = true, val batteryLevelLowerLimit: Int = 15, val batteryLevelUpperLimit: Int = 20, val alwaysConnected: Boolean = false, val findButtonUserDefined: Boolean = false, val hasPowerSavingMode: Boolean = true, val hasDnD: Boolean = false)

Info about the model.

Constructors

Link copied to clipboard
constructor(model: WatchInfo.WATCH_MODEL, worldCitiesCount: Int, dstCount: Int, alarmCount: Int, hasAutoLight: Boolean, hasReminders: Boolean, shortLightDuration: String, longLightDuration: String, weekLanguageSupported: Boolean = true, worldCities: Boolean = true, hasBatteryLevel: Boolean = true, hasTemperature: Boolean = true, batteryLevelLowerLimit: Int = 15, batteryLevelUpperLimit: Int = 20, alwaysConnected: Boolean = false, findButtonUserDefined: Boolean = false, hasPowerSavingMode: Boolean = true, hasDnD: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hasDnD: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val worldCities: Boolean = true
Link copied to clipboard