TaboolaClassicUnit constructor
TaboolaClassicUnit(
- String publisherId,
- String mode,
- String placement,
- String pageUrl,
- String pageType,
- String pageId,
- String targetType,
- bool isFeed,
- TaboolaClassicListener taboolaClassicListener,
- HashMap<
String, dynamic> unrecognizedPageExtraPropertiesManager, { - int? viewId,
- ScrollController? scrollController,
- bool? keepAlive,
Implementation
factory TaboolaClassicUnit(
String publisherId,
String mode,
String placement,
String pageUrl,
String pageType,
String pageId,
String targetType,
bool isFeed,
TaboolaClassicListener taboolaClassicListener,
HashMap<String, dynamic> unrecognizedPageExtraPropertiesManager, {
int? viewId,
ScrollController? scrollController,
bool? keepAlive,
}) {
return TaboolaClassicUnit._(
publisherId,
mode,
placement,
pageUrl,
pageType,
pageId,
targetType,
isFeed,
taboolaClassicListener,
unrecognizedPageExtraPropertiesManager,
viewId: viewId,
scrollController: scrollController,
keepAlive: keepAlive,
);
}