UserAvatar

@IviExperimental(reasons = [])
value class UserAvatar(val drawable: BitmapDrawableResolver) : Parcelable

Represents a user profile picture.

Constructors

Link copied to clipboard
constructor(drawable: BitmapDrawableResolver)

Properties

Link copied to clipboard
val drawable: BitmapDrawableResolver

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

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