@stigg/react-sdk - v7.4.2

    Type Alias StiggProviderProps

    type StiggProviderProps = {
        apiKey: string;
        baseEdgeUri?: string;
        baseUri?: string;
        cacheTtlMs?: number;
        clientName?: string;
        clientVersion?: string;
        customerId?: string;
        customerToken?: string;
        enableEdge?: boolean;
        entitlementPollingInterval?: number;
        entitlementsFallback?: EntitlementsFallback;
        locale?: string;
        offline?: boolean;
        resourceId?: string;
        stiggClient?: StiggJs.StiggClient;
        theme?: Theme;
        useEntitlementPolling?: boolean;
    }
    Index

    Properties

    apiKey: string
    baseEdgeUri?: string
    baseUri?: string
    cacheTtlMs?: number
    clientName?: string
    clientVersion?: string
    customerId?: string
    customerToken?: string
    enableEdge?: boolean
    entitlementPollingInterval?: number

    not longer in use

    entitlementsFallback?: EntitlementsFallback
    locale?: string
    offline?: boolean
    resourceId?: string
    stiggClient?: StiggJs.StiggClient
    theme?: Theme
    useEntitlementPolling?: boolean

    not longer in use

    MMNEPVFCICPMFPCPTTAAATR