CupThread React Native & Expo SDK - v0.1.0
    Preparing search index...

    Interface ChangelogSubscriptionResult

    Response returned after subscribing an email address to changelog notifications.

    const subResult: ChangelogSubscriptionResult = {
    subscribed: true,
    alreadySubscribed: false,
    };
    interface ChangelogSubscriptionResult {
        alreadySubscribed: boolean;
        subscribed: boolean;
    }
    Index
    alreadySubscribed: boolean

    True if the email address was already subscribed prior to this call.

    subscribed: boolean

    Whether the subscription is active.