Braze React Native SDK - v21.0.0
    Preparing search index...

    Interface BrazeContentCardType

    The Content Card types supported by the Braze SDK.

    interface BrazeContentCardType {
        CAPTIONED: "Captioned";
        CLASSIC: "Classic";
        IMAGE_ONLY: "ImageOnly";
    }
    Index

    Properties

    CAPTIONED: "Captioned"

    The Captioned Image Content Card type.

    CLASSIC: "Classic"

    The Classic Content Card type.

    IMAGE_ONLY: "ImageOnly"

    The Image Only Content Card type.