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

    Interface BrazeMessageType

    The In-App Message types supported by the SDK.

    interface BrazeMessageType {
        FULL: "full";
        HTML_FULL: "html_full";
        MODAL: "modal";
        SLIDEUP: "slideup";
    }
    Index

    Properties

    FULL: "full"

    The Full message type.

    HTML_FULL: "html_full"

    The HtmlFull message type.

    MODAL: "modal"

    The Modal message type.

    SLIDEUP: "slideup"

    The Slideup message type.