Interface CreatePaywallViewParamsInput

Additional options for creating a paywall view

Hierarchy

  • CreatePaywallViewParamsInput

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.

Generated using TypeDoc