SourceStyle

@IviExperimental(reasons = [])
data class SourceStyle(val accentColor: ColorResolver?) : Parcelable

Style for a media source. Provides branding colors.

Parameters

accentColor

The source accent color. Can be null or 0 if not provided by the source.

Constructors

Link copied to clipboard
constructor(accentColor: ColorResolver?)

Properties

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)