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

    Interface BrazeDismissType

    The message close type of the In-App Message.

    interface BrazeDismissType {
        AUTO_DISMISS: "auto_dismiss";
        SWIPE: "swipe";
    }
    Index

    Properties

    Properties

    AUTO_DISMISS: "auto_dismiss"

    Dismisses the message automatically

    SWIPE: "swipe"

    Dismisses the message on user swipe.