UIColorConfiguration

public final class UIColorConfiguration

Configuration for colors in Snapscreen provided UI.

See https://docs.snapodds.com/docs/mobile-sdk/android/snapodds-operator/customization or https://docs.snapodds.com/docs/mobile-sdk/android/snapodds-sport-media/customization for customization options

Constructors

Link copied to clipboard
UIColorConfiguration UIColorConfiguration()

Functions

Link copied to clipboard
final Integer getBackground()

Primary background

Link copied to clipboard
final Integer getBackgroundAccent()

Accent Background

Link copied to clipboard
final Integer getBackgroundAccentShade()

Accent Shade Background

Link copied to clipboard
final Integer getBackgroundMuted()

Muted Background

Link copied to clipboard
final Integer getBackgroundWhite()

Primary Background White (or black)

Link copied to clipboard
final Integer getBorder()

Border and Separator Color

Link copied to clipboard
final Integer getError()

Error text

Link copied to clipboard
final Integer getErrorShade()

Error shade

Link copied to clipboard
final Integer getTextAccent()

Text color on Accent color

Link copied to clipboard
final Integer getTextPrimary()

Primary Texxt Color

Link copied to clipboard
final Unit setBackground(Integer background)

Primary background

Link copied to clipboard
final Unit setBackgroundAccent(Integer backgroundAccent)

Accent Background

Link copied to clipboard
final Unit setBackgroundAccentShade(Integer backgroundAccentShade)

Accent Shade Background

Link copied to clipboard
final Unit setBackgroundMuted(Integer backgroundMuted)

Muted Background

Link copied to clipboard
final Unit setBackgroundWhite(Integer backgroundWhite)

Primary Background White (or black)

Link copied to clipboard
final Unit setBorder(Integer border)

Border and Separator Color

Link copied to clipboard
final Unit setError(Integer error)

Error text

Link copied to clipboard
final Unit setErrorShade(Integer errorShade)

Error shade

Link copied to clipboard
final Unit setTextAccent(Integer textAccent)

Text color on Accent color

Link copied to clipboard
final Unit setTextPrimary(Integer textPrimary)

Primary Texxt Color

Properties

Link copied to clipboard
private Integer background

Primary background

Link copied to clipboard
private Integer backgroundAccent

Accent Background

Link copied to clipboard
private Integer backgroundAccentShade

Accent Shade Background

Link copied to clipboard
private Integer backgroundMuted

Muted Background

Link copied to clipboard
private Integer backgroundWhite

Primary Background White (or black)

Link copied to clipboard
private Integer border

Border and Separator Color

Link copied to clipboard
private Integer error

Error text

Link copied to clipboard
private Integer errorShade

Error shade

Link copied to clipboard
private Integer textAccent

Text color on Accent color

Link copied to clipboard
private Integer textPrimary

Primary Texxt Color