From f150844231d6e25007f941764280b096f1c0c200 Mon Sep 17 00:00:00 2001 From: Olena Stepaniuk <92721590+OlenaPostindustria@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:57:35 +0300 Subject: [PATCH] Update creativeFactoryTimeoutPreRenderContent description (#906) --- PrebidMobile/ConfigurationAndTargeting/Prebid.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PrebidMobile/ConfigurationAndTargeting/Prebid.swift b/PrebidMobile/ConfigurationAndTargeting/Prebid.swift index a70d6b814..2a1838435 100644 --- a/PrebidMobile/ConfigurationAndTargeting/Prebid.swift +++ b/PrebidMobile/ConfigurationAndTargeting/Prebid.swift @@ -105,8 +105,7 @@ public class Prebid: NSObject { //Controls how long each creative has to load before it is considered a failure. public var creativeFactoryTimeout: TimeInterval = 6.0 - //If preRenderContent flag is set, controls how long the creative has to completely pre-render before it is considered a failure. - //Useful for video interstitials. + //Controls how long video and interstitial creatives have to load before it is considered a failure. public var creativeFactoryTimeoutPreRenderContent: TimeInterval = 30.0 //Controls whether to use PrebidMobile's in-app browser or the Safari App for displaying ad clickthrough content.