PaywallDisplayOptions class
Constructors
- PaywallDisplayOptions(bool allowClosing, bool restoreControl, bool signInControl, bool useBottomOverlay, String scrollableRegionSize, bool shouldShowNamiPurchaseSuccessMessage, bool showSkusInScrollableRegion)
- PaywallDisplayOptions.fromMap(Map map)
-
factory
Properties
- allowClosing → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- restoreControl → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollableRegionSize → String
-
final
- shouldShowNamiPurchaseSuccessMessage → bool
-
final
- showSkusInScrollableRegion → bool
-
final
- signInControl → bool
-
final
- useBottomOverlay → bool
-
final
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