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

    Interface NotificationSubscriptionType

    The possible notification subscription states supported by the Braze SDK.

    interface NotificationSubscriptionType {
        OPTED_IN: "optedin";
        SUBSCRIBED: "subscribed";
        UNSUBSCRIBED: "unsubscribed";
    }
    Index

    Properties

    OPTED_IN: "optedin"

    Subscribed, and explicitly opted in.

    SUBSCRIBED: "subscribed"

    Subscribed, but not explicitly opted in.

    UNSUBSCRIBED: "unsubscribed"

    Unsubscribed and/or explicitly opted out.