SCAdSessionController
@interface SCAdSessionController : NSObject
                The SCAdSessionController is a configuration for the SpotX advertising SDK, it is the initial component that establishes the basic connection to the Ad server and creates the SCAdSlotController instances.
- 
                  
                  
Undocumented
Declaration
Objective-C
@property (nonatomic, weak) id<SCAdSessionStateListener> sessionStateListener - 
                  
                  
Use this function to get your SCAdSlotController, the object that handles an adSlot
Declaration
Objective-C
- (nonnull SCAdSlotController *)createAdSlotWithListener: (nonnull id<SCAdFacadeDelegate>)listener; - 
                  
                  
Stop and adSlot
Declaration
Objective-C
- (void)stopAdSlot; - 
                  
                  
Skip an ad
Declaration
Objective-C
- (void)skipAd; - 
                  
                  
Cleanup after usage!
Declaration
Objective-C
- (void)cleanup; 
        SCAdSessionController Class Reference