Skip to content

//deferred-resources/com.backbase.deferredresources.color/ParcelableDeferredColor

ParcelableDeferredColor

[androidJvm] interface ParcelableDeferredColor : DeferredColor, Parcelable

A Parcelable wrapper for resolving a ColorInt color on demand.

Functions

Name Summary
describeContents [androidJvm]
Content
abstract fun describeContents(): Int


resolve [androidJvm]
Content
@ColorInt()

abstract fun resolve(context: Context): Int
More info
Resolve the ColorInt color.


resolveToStateList [androidJvm]
Content
abstract fun resolveToStateList(context: Context): ColorStateList
More info
Resolve the color to a ColorStateList.


writeToParcel [androidJvm]
Content
abstract fun writeToParcel(p0: Parcel, p1: Int)


Inheritors

Name
DeferredColor
DeferredColor
DeferredColor
DeferredColorWithAlpha
SdkIntDeferredColor