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

    Interface VideoFeedPlayIconConfiguration

    interface VideoFeedPlayIconConfiguration {
        hidden?: boolean;
        iconWidth?: number;
    }
    Index

    Properties

    Properties

    hidden?: boolean

    Specifies if the play icon is hidden. Defaults to false.

    iconWidth?: number

    The width of play icon. If you don't set this property, the icon width will be 40 on iOS and 36dp on Android.