TDSyncBannerView Class Reference

Inherits from TDBannerView : UIView
Declared in TDSyncBannerView.h

Overview

TDSyncBannerView is a TDBannerView subclass tailored to show a companion banner synchronized with the playing stream.

It takes an ad CuePointEvent and display the ad if any available.

Loading a CuePointEvent

– loadCuePoint:

Loads an ad cue point into the banner. If the cue point doesn’t represent an ad or if there’s no ad to display, it does nothing.

- (void)loadCuePoint:(CuePointEvent *)cuePoint

Parameters

cuePoint

The CuePointEvent with the ad to be loaded.

Declared In

TDSyncBannerView.h