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

    Interface ShoppingCTAButtonConfiguration

    interface ShoppingCTAButtonConfiguration {
        backgroundColor?: string;
        fontSize?: number;
        iOSFontInfo?: IOSFontInfo;
        text?: ShoppingCTAButtonText;
        textColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    The background color of CTA button.

    fontSize?: number

    The font size of CTA button.

    iOSFontInfo?: IOSFontInfo

    The iOS font info of "Add to cart" button. The property is ignored when fontSize is not set.

    The text of shopping CTA button.

    textColor?: string

    The text color of CTA button.