react-native-firework-sdk
    Preparing search index...

    Interface PlayerDeckSubtitleConfiguration

    interface PlayerDeckSubtitleConfiguration {
        backgroundColor?: string;
        swapMuteAndSubtitleButtons?: boolean;
        textColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    The subtitle background color in hex string (e.g. "#000000").

    swapMuteAndSubtitleButtons?: boolean

    Whether to swap the mute button and subtitle button positions. Only supported on iOS.

    textColor?: string

    The subtitle text color in hex string (e.g. "#FFFFFF").