getWebPage static method
Creates a Web Taboola page for web-based integrations. Use this when integrating Taboola in a WebView.
Returns a TBLWebPage instance to build web-based Taboola units.
Implementation
static TBLWebPage getWebPage() {
return TBLWebPage(
_unrecognizedGlobalExtraProperties,
_tblTrackingManager,
);
}