supplementalPlayerUiCss

@SerialName(value = "supplemental_css")
var supplementalPlayerUiCss: String?

Deprecated

Use `PlayerViewConfig.uiConfig = UiConfig.WebUi(cssLocation: String)` instead.

The URI pointing to the supplemental CSS file that will be used for the Player UI. The contained styles will be added to the CSS file specified in playerUiCss. Default is null.