PaywallSkippedReasonUserIsSubscribed class
The user is subscribed.
This means Superwall/subscriptionStatus is set to .active. If you're
letting Superwall handle subscription-related logic, it will be based on the on-device
receipts. Otherwise it'll be based on the value you've set.
By default, paywalls do not show to users who are already subscribed. You can override this behavior in the paywall editor.
- Inheritance
-
- Object
- PaywallSkippedReason
- PaywallSkippedReasonUserIsSubscribed
Constructors
- PaywallSkippedReasonUserIsSubscribed({BridgeId? bridgeId})
Properties
- bridgeId ↔ BridgeId
-
getter/setter pairinherited
-
description
→ Future<
String> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
handleMethodCall(
MethodCall call) → Future -
inherited
-
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
- bridgeClass → const BridgeClass