WidgetLift

data class WidgetLift(val type: WidgetType = WidgetType.LIFT, val title: InfoIcon? = null, val button: InfoIcon? = null) : Widget, Parcelable

Constructors

Link copied to clipboard
constructor(type: WidgetType = WidgetType.LIFT, title: InfoIcon? = null, button: InfoIcon? = null)

Properties

Link copied to clipboard
val button: InfoIcon? = null
Link copied to clipboard
val title: InfoIcon? = null
Link copied to clipboard

Inherited functions

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