Widget Double Value
data class WidgetDoubleValue(val componentId: String? = null, val type: ComponentType = ComponentType.WIDGET_DOUBLE_VALUE, val name: String? = null, val enabled: Boolean, val i18n: String? = null, val widgetType: WidgetType? = null, val buildingPosition: BuildingPosition? = null, val icon: String? = null, val value1: WidgetSingleValue? = null, val value2: WidgetSingleValue? = null, val interaction: AbstractComponent.WidgetSection? = null) : AbstractComponent, Parcelable
Constructors
Link copied to clipboard
constructor(componentId: String? = null, type: ComponentType = ComponentType.WIDGET_DOUBLE_VALUE, name: String? = null, enabled: Boolean, i18n: String? = null, widgetType: WidgetType? = null, buildingPosition: BuildingPosition? = null, icon: String? = null, value1: WidgetSingleValue? = null, value2: WidgetSingleValue? = null, interaction: AbstractComponent.WidgetSection? = null)