TBLWebPage class
Manages Taboola web integration at the page level. Handles page properties and creates web units.
Constructors
-
TBLWebPage.new(HashMap<
String, String> _unrecognizedGlobalExtraProperties, TBLTrackingManager _tblTrackingManager) - Creates a new TBLWebPage instance.
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
-
buildWebUnit(
GlobalKey< State< key, dynamic webViewController, TBLWebListener tblWebListener, {ScrollController? scrollController}) → TBLWebUnitStatefulWidget> > - Creates a Web Taboola unit for the specified WebView.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPageExtraProperties(
HashMap< String, String> extraProperties) → void - Sets page-specific properties that will be passed to all units on this page.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited