BlinkIdScanActivityColors

data class BlinkIdScanActivityColors(@ColorInt val primary: Int?, @ColorInt val background: Int?, @ColorInt val onBackground: Int?, @ColorInt val helpButtonBackground: Int?, @ColorInt val helpButton: Int?, @ColorInt val helpTooltipBackground: Int?, @ColorInt val helpTooltipText: Int?) : Parcelable

Constructors

Link copied to clipboard
constructor(@ColorInt primary: Int?, @ColorInt background: Int?, @ColorInt onBackground: Int?, @ColorInt helpButtonBackground: Int?, @ColorInt helpButton: Int?, @ColorInt helpTooltipBackground: Int?, @ColorInt helpTooltipText: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val primary: Int?

Functions

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