NamiPaywallEvent class

Constructors

NamiPaywallEvent(NamiPaywallAction action, String? campaignId, String? campaignName, NamiCampaignRuleType? campaignType, String? campaignLabel, String? campaignUrl, String? paywallId, String? paywallName, NamiPaywallComponentChange? componentChange, String? segmentId, String? externalSegmentId, PaywallLaunchContext? paywallLaunchContext, String? deepLinkUrl, NamiSKU? sku, String? purchaseError, List<NamiPurchase>? purchases, List<NamiSKU>? skus)
NamiPaywallEvent.fromMap(Map map)
factory

Properties

action NamiPaywallAction
getter/setter pair
campaignId String?
getter/setter pair
campaignLabel String?
getter/setter pair
campaignName String?
getter/setter pair
campaignType NamiCampaignRuleType?
getter/setter pair
campaignUrl String?
getter/setter pair
componentChange NamiPaywallComponentChange?
getter/setter pair
deepLinkUrl String?
getter/setter pair
externalSegmentId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paywallId String?
getter/setter pair
paywallLaunchContext PaywallLaunchContext?
getter/setter pair
paywallName String?
getter/setter pair
purchaseError String?
getter/setter pair
purchases List<NamiPurchase>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentId String?
getter/setter pair
sku NamiSKU?
getter/setter pair
skus List<NamiSKU>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited