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

    Interface VideoPlayerCTAStyle

    Only supported on iOS.

    interface VideoPlayerCTAStyle {
        backgroundColor?: string;
        fontSize?: number;
        iOSFontInfo?: IOSFontInfo;
        textColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    The background color of CTA button. Defaults to #3A86FF.

    fontSize?: number

    The font size of CTA button. Defaults to 14.

    iOSFontInfo?: IOSFontInfo

    The iOS font info of CTA button. The property is ignored when fontSize is not set. Only supported on iOS.

    textColor?: string

    The text color of CTA button. Defaults to #FFFFFF.