PaywallPresentationHandler class
The handler for Superwall/register(event:params:handler:feature:)
whose
functions provide status updates for a paywall.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDismissHandler ↔ dynamic Function(PaywallInfo)?
-
getter/setter pair
- onErrorHandler ↔ dynamic Function(String)?
-
getter/setter pair
- onPresentHandler ↔ dynamic Function(PaywallInfo)?
-
getter/setter pair
- onSkipHandler ↔ dynamic Function(PaywallSkippedReason)?
-
getter/setter pair
- 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
-
onDismiss(
dynamic handler(PaywallInfo)) → void -
onError(
dynamic handler(String)) → void -
onPresent(
dynamic handler(PaywallInfo)) → void -
onSkip(
dynamic handler(PaywallSkippedReason)) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited