PaywallEventHandlers class
Constructors
- PaywallEventHandlers({void onOpen(PaywallOpenEvent event)?, void onClose(PaywallCloseEvent event)?, void onDismissed(PaywallDismissedEvent event)?, void onPurchaseSucceeded(PurchaseSucceededEvent event)?, void onOpenFailed(PaywallOpenFailedEvent event)?, void onCustomPaywallAction(CustomPaywallActionEvent event)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onClose → void Function(PaywallCloseEvent event)?
-
final
- onCustomPaywallAction → void Function(CustomPaywallActionEvent event)?
-
final
- onDismissed → void Function(PaywallDismissedEvent event)?
-
final
- onOpen → void Function(PaywallOpenEvent event)?
-
final
- onOpenFailed → void Function(PaywallOpenFailedEvent event)?
-
final
- onPurchaseSucceeded → void Function(PurchaseSucceededEvent event)?
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited