TBLBaseListener class abstract

Base class for Taboola widget listeners

Implementers

Constructors

TBLBaseListener.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didClickOnItem(String placementName, String itemId, String clickUrl, bool isOrganic) bool
Called when a user clicks on an item
didFailToLoad(String error, String placementName) → void
Called when the widget fails to load
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdReceiveSuccess(String placementName) → void
Called when an ad is successfully received
onResize(String placementName, double height) → void
Called when the widget is resized
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited