WidgetBlurRadial

data class WidgetBlurRadial(    val componentId: String? = null,     val type: ComponentType = ComponentType.WIDGET_BLUR_RADIAL,     val name: String? = null,     val enabled: Boolean = true,     val i18n: String? = null,     val widgetType: WidgetType? = null,     val buildingPosition: BuildingPosition? = null,     val icon: String? = null,     var value: Value? = null,     var secondaryValue: Value? = null,     val mainValue: String? = null,     val i18nMainValue: String? = null,     val subValueText: String? = null,     val i18nSubValueText: String? = null,     val barColor: String? = null,     val barHue: Boolean? = false,     val subValue: String? = null,     val error: String? = null,     val i18nError: String? = null,     val interaction: AbstractComponent.WidgetSection? = null) : AbstractComponent, Parcelable

Constructors

Link copied to clipboard
constructor(    componentId: String? = null,     type: ComponentType = ComponentType.WIDGET_BLUR_RADIAL,     name: String? = null,     enabled: Boolean = true,     i18n: String? = null,     widgetType: WidgetType? = null,     buildingPosition: BuildingPosition? = null,     icon: String? = null,     value: Value? = null,     secondaryValue: Value? = null,     mainValue: String? = null,     i18nMainValue: String? = null,     subValueText: String? = null,     i18nSubValueText: String? = null,     barColor: String? = null,     barHue: Boolean? = false,     subValue: String? = null,     error: String? = null,     i18nError: String? = null,     interaction: AbstractComponent.WidgetSection? = null)

Properties

Link copied to clipboard
val barColor: String? = null
Link copied to clipboard
val barHue: Boolean? = false
Link copied to clipboard
Link copied to clipboard
open override val componentId: String? = null
Link copied to clipboard
open override val enabled: Boolean = true
Link copied to clipboard
val error: String? = null
Link copied to clipboard
open override val i18n: String? = null
Link copied to clipboard
val i18nError: String? = null
Link copied to clipboard
val i18nMainValue: String? = null
Link copied to clipboard
Link copied to clipboard
val icon: String? = null
Link copied to clipboard
Link copied to clipboard
val mainValue: String? = null
Link copied to clipboard
open override val name: String? = null
Link copied to clipboard
Link copied to clipboard
val subValue: String? = null
Link copied to clipboard
val subValueText: String? = null
Link copied to clipboard
open override val type: ComponentType
Link copied to clipboard
var value: Value?
Link copied to clipboard
val widgetType: WidgetType? = null

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)