NamiPaywall class
Constructors
-
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) - NamiPaywall.fromMap(Map map)
-
factory
Properties
- backgroundImageUrlPhone → String?
-
final
- backgroundImageUrlTablet → String?
-
final
- body → String?
-
final
- developerPaywallId → String?
-
final
- displayOptions → PaywallDisplayOptions
-
final
- extraData → Map?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- legalCitations → LegalCitations?
-
final
- localeConfig → NamiLocaleConfig
-
final
- name → String?
-
final
-
namiSkus
→ List<
String> -
final
- purchaseTerms → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styleData → PaywallStyleData?
-
final
- title → String?
-
final
- type → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited