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

    Interface PlayerDeckConfiguration

    Index

    Properties

    Configuration of autoplay.

    backgroundColor?: string

    The background color of the player deck in hex string (e.g. "#FFFFFF").

    contentPadding?: PlayerDeckPadding

    The insets to be applied to the content of the deck.

    cornerRadius?: number

    The corner radius of each deck item. Defaults to 8 on iOS.

    Configuration of the full screen behavior.

    itemSpacing?: number

    The spacing between each item within the deck.

    Configuration of the mute button. Only supported on iOS.

    onFirstDisplayMuteState?: PlayerDeckMuteState

    The mute state when the player deck is first displayed. Defaults to 'default'. Only supported on iOS.

    Configuration of the play icon.

    Configuration of the share button.

    showAdBadge?: boolean

    Whether to show the ad badge (sponsored label). Defaults to false.

    subtitleConfiguration?: PlayerDeckSubtitleConfiguration

    The subtitle configuration. Only supported on iOS.