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

    Interface SdkAppearance

    Developer console-configured visual appearance and feature toggles for SDK views.

    interface SdkAppearance {
        changelogOverlay: ChangelogOverlayConfig;
        features: SdkFeatures;
        theme: SdkTheme;
    }
    Index
    changelogOverlay: ChangelogOverlayConfig

    Configuration for the What's-New modal popup.

    features: SdkFeatures

    Enabled SDK functional surfaces.

    theme: SdkTheme

    Active visual theme palette.