PaywallPresentationConfiguration class final

Configures how a paywall is presented on each platform.

Properties

android AndroidPaywallPresentationStyle?
Optional Android-specific presentation style. Android always presents full screen; this field exists for API symmetry and future use.
final
hashCode int
The hash code for this object.
no setteroverride
ios IOSPaywallPresentationStyle?
Optional iOS-specific presentation style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override

Constants

defaultConfiguration → const PaywallPresentationConfiguration
Default platform behavior (sheet on iOS, full screen on Android).
fullScreen → const PaywallPresentationConfiguration
Full-screen presentation on all platforms.