Color

sealed interface Color : Parcelable

A color for the UX on the Tap to Pay reader, for use in a ColorScheme.

Inheritors

Types

Link copied to clipboard

The default color defined by Stripe will be used.

Link copied to clipboard

A color based on a defined resource.

Link copied to clipboard
data class Value(@ColorInt val color: Int) : TapToPayUxConfiguration.Color

A color based on a packed color int.

Functions

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