PreparePaywallError enum
Values
- PAYWALL_DATA_NOT_FOUND → const PreparePaywallError
-
Paywall id provided by campaign is not valid
- PAYWALL_IMAGE_LOAD_FAILED → const PreparePaywallError
-
Image loading failed. Make sure you are uploading compressed files to the Nami Control Center.
- PAYWALL_DATA_NOT_AVAILABLE → const PreparePaywallError
-
Crucial data is not available, or not yet available which is required to display and populate paywall on screen. Paywall cannot be shown without required data.
- NO_LIVE_CAMPAIGN → const PreparePaywallError
-
A paywall must be attached to a live campaign when requested via NamiCampaignManager.launch
- PLAY_BILLING_NOT_AVAILABLE → const PreparePaywallError
-
Connection to Google Play Billing is not available (Android only)
Properties
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
Constants
-
values
→ const List<
PreparePaywallError> - A constant List of the values in this enum, in order of their declaration.