Bitmovin Player React Native SDK - v1.6.0
    Preparing search index...

    Interface WebUiConfig

    Configures the visual presentation and behaviour of the Bitmovin Web UI.

    interface WebUiConfig {
        enableWebViewInspecting?: boolean;
        focusUiOnInitialization?: boolean;
        playbackSpeedSelectionEnabled?: boolean;
        variant?: Variant;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enableWebViewInspecting?: boolean

    When set to true the WKWebView used for the Bitmovin Player Web UI can be inspected using the Safari Web Inspector. See Enabling the Inspection of Web Content in Apps for details.

    Please note that the React Native DevTools won't show the View, you will need to use Safari and connect its remote inspector to the Player UI WebView.

    iOS

    focusUiOnInitialization?: boolean

    Whether the WebView should be focused on initialization.

    By default this is enabled only for the TV UI variant, as it's needed there to initiate spatial navigation using the remote control.

    Android

    playbackSpeedSelectionEnabled?: boolean

    Whether the Bitmovin Web UI will show playback speed selection options in the settings menu. Default is true.

    variant?: Variant

    The UI variant to use for the Bitmovin Player Web UI.

    Default is SmallScreenUi