INPulseLiveSession

Objective-C

@protocol INPulseLiveSession <NSObject>

Swift

protocol INPulseLiveSession : NSObjectProtocol

This protocol is used to interact with a live session.

The live session does not trigger ads based on content progress and video player state like the standard OOPulseSession. Instead, it makes the ad break data available to the integration and it’s then up to the integration code to get the list of ads from each INPulseLiveAdBreak and trigger the ads when desired. The live session currently only supports linear video ads.