TBLWebviewController.create constructor

TBLWebviewController.create(
  1. String mode,
  2. String placement,
  3. String pageUrl,
  4. String pageType,
  5. String pageId,
  6. String targetType,
  7. int viewId,
  8. String publisherId,
  9. TBLClassicListener taboolaStandardListener,
  10. PlatformWebViewControllerCreationParams platformWebViewControllerCreationParams,
)

Implementation

factory TBLWebviewController.create(
    String mode,
    String placement,
    String pageUrl,
    String pageType,
    String pageId,
    String targetType,
    int viewId,
    String publisherId,
    TBLClassicListener taboolaStandardListener,
    PlatformWebViewControllerCreationParams
        platformWebViewControllerCreationParams) {
  return TBLWebviewController._(
      mode,
      placement,
      pageUrl,
      pageType,
      pageId,
      targetType,
      viewId,
      publisherId,
      taboolaStandardListener,
      platformWebViewControllerCreationParams);
}