BCOVFWContext Class Reference
Inherits from | NSObject |
---|---|
Declared in | BCOVFWSessionProvider.h |
Overview
The BCOVFWSessionProviderAdContextPolicy block returns an object of class BCOVFWContext which wraps the parameters of a FreeWheel ad request:
// Submit request with 5s timeout [_bcovFWContext submitRequestWithConfiguration:self.adRequestConfig timeout:5];
adContext
The FWContext object to be used when calling the -submintRequestWithConfiguration:timeout: method of FWContext.
@property (nonatomic) id<FWContext> adContext
Discussion
The FWContext object to be used when calling the -submintRequestWithConfiguration:timeout: method of FWContext.
Declared In
BCOVFWSessionProvider.h
adRequestConfig
The FWRequestConfiguration object to be used when calling the-submintRequestWithConfiguration:timeout: method of FWContext.
@property (nonatomic) FWRequestConfiguration *adRequestConfig
Discussion
The FWRequestConfiguration object to be used when calling the-submintRequestWithConfiguration:timeout: method of FWContext.
Declared In
BCOVFWSessionProvider.h
– initWithAdContext:requestConfiguration:
- (BCOVFWContext *)initWithAdContext:(id<FWContext>)adContext requestConfiguration:(FWRequestConfiguration *)adRequestConfig