WidgetUser

data class WidgetUser(val type: WidgetType = WidgetType.USER, val backgroundImage: String? = null, val user: UserInfo? = null) : Widget, Parcelable

Constructors

Link copied to clipboard
constructor(type: WidgetType = WidgetType.USER, backgroundImage: String? = null, user: UserInfo? = null)

Properties

Link copied to clipboard
val backgroundImage: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: UserInfo? = null

Inherited functions

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