SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
Public Attributes | List of all members
SCAdEnvironment::SCTimeouts Struct Reference

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
 

Detailed Description

Timeout values that can be changed.

Member Data Documentation

◆ adRequest

NSInteger SCAdEnvironment::SCTimeouts::adRequest

The number of seconds a single ad request can take to load before being terminated. Default is 1 seconds

◆ adRequestChain

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.

◆ adSlotRequest

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.

◆ nonlinearMaxDuration

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.

◆ videoRequest

NSInteger SCAdEnvironment::SCTimeouts::videoRequest

Representing the number of seconds a video creative can take to load before being terminated. Default is 3 seconds.

◆ vpaidReadiness

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.

◆ vpaidRequest

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.


The documentation for this struct was generated from the following file: