ColorScheme

data class ColorScheme : Parcelable

The color scheme for the UX on the local mobile reader.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

The Color that indicates an error.

Link copied to clipboard

The primary Color for the UX. This is the color of the tap zone.

Link copied to clipboard

The Color that indicates a successful action.

Functions

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