UiConfig
Configures the visual presentation and behaviour of the Bitmovin Player UI as part of PlayerViewConfig.uiConfig.
Inheritors
Types
Link copied to clipboard
data class WebUi(val cssLocation: String = "file:///android_asset/bitmovinplayer-ui.css", val supplementalCssLocation: String? = null, val jsLocation: String = "file:///android_asset/bitmovinplayer-ui.js", val playbackSpeedSelectionEnabled: Boolean = true, val forceSubtitlesIntoViewContainer: Boolean = true, val customOptions: String? = null, val variant: UiConfig.WebUi.Variant = Variant.SmallScreenUi, val focusUiOnInitialization: Boolean = variant == Variant.TvUi) : UiConfig
Configures the visual presentation and behaviour of the Bitmovin Web UI.