WidgetLocker

data class WidgetLocker(val type: WidgetType = WidgetType.LOCKER, val nextLockerTitle: InfoIcon? = null, val nextLockerSubtitle: InfoIcon? = null, val nextLockers: List<ScheduleElement>? = null, val actions: List<FilterValueElement>? = null) : Widget, Parcelable

Constructors

Link copied to clipboard
constructor(type: WidgetType = WidgetType.LOCKER, nextLockerTitle: InfoIcon? = null, nextLockerSubtitle: InfoIcon? = null, nextLockers: List<ScheduleElement>? = null, actions: List<FilterValueElement>? = null)

Properties

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