Taboola class

Constructors

Taboola()

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

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

Static Methods

getClassicPage(String pageUrl, String pageType) TBLClassicPage
init(TBLPublisherInfo publisherInfo) → dynamic
Initializes the Taboola SDK with the provided TBLPublisherInfo. Use this method to configure the Taboola SDK with your TBLPublisherInfo.
setGlobalExtraProperties(HashMap<String, String> extraProperties) → dynamic
set global extra properties for the Taboola SDK. arguments: extraProperties HashMap<String,dynamic> a map of extra properties to set.
setLogsEnabled(bool enabled) → void