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

    Interface CircleStoryConfiguration

    interface CircleStoryConfiguration {
        backgroundColor?: string;
        contentPadding?: VideoFeedPadding;
        enableAutoplay?: boolean;
        itemSpacing?: number;
        playIcon?: VideoFeedPlayIconConfiguration;
        replayBadge?: ReplayBadgeConfiguration;
        shadow?: VideoFeedShadowConfiguration;
        showAdBadge?: boolean;
    }
    Index

    Properties

    backgroundColor?: string

    Background color of circle story, such as #c0c0c0. If you don't set this property, the background will be transparent.

    contentPadding?: VideoFeedPadding

    The padding of circle story content. Defaults to { top: 10, right: 10, bottom: 10, left: 10 }.

    enableAutoplay?: boolean

    Specifies if autoplay is enabled. Defaults to false.

    itemSpacing?: number

    The item spacing for circle story. If you don't set this property, the item spacing will be 10 on iOS and 4px on Android.

    Configuration of circle story item play icon.

    The configuration of replay badge. Only supported on iOS.

    The shadow configuration of circle story item. Only supported on iOS.

    showAdBadge?: boolean

    Indicates if circle story item shows ad badge. Defaults to false.