Widget Locker
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)