UNPKG

@namiml/web-sdk

Version:

Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing

13 lines (12 loc) 665 B
export declare enum LaunchCampaignError { DEFAULT_CAMPAIGN_NOT_FOUND = "Default campaign not found", LABELED_CAMPAIGN_NOT_FOUND = "Labeled campaign not found", CAMPAIGN_DATA_NOT_FOUND = "Campaign data not found", PAYWALL_ALREADY_DISPLAYED = "Paywall is already being displayed", SDK_NOT_INITIALIZED = "SDK has not been initialized", PAYWALL_COULD_NOT_DISPLAY = "Failed to display paywall", URL_CAMPAIGN_NOT_FOUND = "URL campaign not found", PRODUCT_DATA_NOT_FOUND = "Product data not found", PRODUCT_GROUPS_NOT_FOUND = "Product groups not found", FLOW_SCREEN_DATA_UNAVILABLE = "Flow unavailable due to missing screen data" }