@adapty/capacitor - v3.10.0-beta.1
    Preparing search index...

    Interface CreatePaywallViewParamsInput

    Additional options for creating a paywall view

    interface CreatePaywallViewParamsInput {
        customTags?: Record<string, string>;
        customTimers?: Record<string, Date>;
        loadTimeoutMs?: number;
        prefetchProducts?: boolean;
    }
    Index

    Properties

    customTags?: Record<string, string>

    If you are going to use custom tags functionality, pass an object with tags and corresponding replacement values

    {
    'USERNAME': 'Bruce',
    'CITY': 'Philadelphia'
    }
    customTimers?: Record<string, Date>

    If you are going to use custom timer functionality, pass an object with timer ids and corresponding dates the timers should end at

    loadTimeoutMs?: number

    This value limits the timeout (in milliseconds) for this method.

    prefetchProducts?: boolean

    true if you want to prefetch products before presenting a paywall view.