![]() |
SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
|
Timeout values that can be changed. More...
#include <SCAdEnvironment.h>
Public Attributes | |
NSInteger | adRequest |
NSInteger | adRequestChain |
NSInteger | adSlotRequest |
NSInteger | videoRequest |
NSInteger | vpaidRequest |
NSInteger | vpaidReadiness |
NSInteger | nonlinearMaxDuration |
Timeout values that can be changed.
NSInteger SCAdEnvironment::SCTimeouts::adRequest |
The number of seconds a single ad request can take to load before being terminated. Default is 1 seconds
NSInteger SCAdEnvironment::SCTimeouts::adRequestChain |
The total number of seconds a single ad request chain (VAST Wrappers and final VAST Inline tag) can take to load before being terminated. Default is 2 seconds.
NSInteger SCAdEnvironment::SCTimeouts::adSlotRequest |
The total number of seconds an ad-slot request (from calling initAdSlot until the Promise resolves or rejects) can take before being terminated. Default is 4 seconds.
NSInteger SCAdEnvironment::SCTimeouts::nonlinearMaxDuration |
The maximum time in seconds a NonLinear ad is displayed (from triggering the impression) before being terminated. Note: The timer becomes paused for the time a creative has entered the linear state. Default is 10 seconds.
NSInteger SCAdEnvironment::SCTimeouts::videoRequest |
Representing the number of seconds a video creative can take to load before being terminated. Default is 3 seconds.
NSInteger SCAdEnvironment::SCTimeouts::vpaidReadiness |
Representing the number of seconds a VPAID creative can take to initialize and respond (from calling VPAID.initAd() until the creative triggers the AdLoaded event) before being terminated. Default is 3 seconds.
NSInteger SCAdEnvironment::SCTimeouts::vpaidRequest |
Representing the number of seconds a VPAID creative (JavaScript resource) can take to load before being terminated. Default is 1 seconds.