NamiPaywall constructor
NamiPaywall(
- String id,
- String? developerPaywallId,
- String? backgroundImageUrlPhone,
- String? backgroundImageUrlTablet,
- String? name,
- String? title,
- String? body,
- LegalCitations? legalCitations,
- PaywallDisplayOptions displayOptions,
- String? purchaseTerms,
- String type,
- Map? extraData,
- PaywallStyleData? styleData,
- List<
String> namiSkus, - NamiLocaleConfig localeConfig,
Implementation
NamiPaywall(
this.id,
this.developerPaywallId,
this.backgroundImageUrlPhone,
this.backgroundImageUrlTablet,
this.name,
this.title,
this.body,
this.legalCitations,
this.displayOptions,
this.purchaseTerms,
this.type,
this.extraData,
this.styleData,
this.namiSkus,
this.localeConfig);