UserPreferencesNetwork

data class UserPreferencesNetwork(val weightUnit: WeightUnitNetwork? = null, val heightUnit: HeightUnitNetwork? = null, val distanceUnit: DistanceUnitNetwork? = null, val volumeUnit: VolumeUnitNetwork? = null, val glassVolume: Int, val sendDebugData: Boolean = false, val allowMarketingCommunication: Boolean = false)

Constructors

Link copied to clipboard
fun UserPreferencesNetwork(weightUnit: WeightUnitNetwork? = null, heightUnit: HeightUnitNetwork? = null, distanceUnit: DistanceUnitNetwork? = null, volumeUnit: VolumeUnitNetwork? = null, glassVolume: Int, sendDebugData: Boolean = false, allowMarketingCommunication: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sendDebugData: Boolean = false
Link copied to clipboard
Link copied to clipboard