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

    Interface BrazeClickAction

    The click action type of the In-App Message.

    interface BrazeClickAction {
        NEWS_FEED: "news_feed";
        NONE: "none";
        URI: "uri";
    }
    Index

    Properties

    Properties

    NEWS_FEED: "news_feed"

    This is a no-op since News Feed is not supported.

    NONE: "none"

    No action on click.

    URI: "uri"

    Opens the URI on click, optionally using a web view.