Resource

data class Resource(@ColorRes val resId: Int) : TapToPayUxConfiguration.Color

A color based on a defined resource.

Parameters

resId

The resource ID of the color.

Constructors

Link copied to clipboard
constructor(@ColorRes resId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resId: Int

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)