WidgetBooking

data class WidgetBooking(    val type: WidgetType = WidgetType.BOOKING,     val nextBookingTitle: InfoIcon? = null,     val nextBookings: List<ScheduleElement>? = null,     val actions: List<FilterValueElement>? = null) : Widget, Parcelable

Constructors

Link copied to clipboard
constructor(    type: WidgetType = WidgetType.BOOKING,     nextBookingTitle: InfoIcon? = null,     nextBookings: List<ScheduleElement>? = null,     actions: List<FilterValueElement>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)