XAStreamingAd Class Reference

Inherits from NSObject
Declared in XAStreamingAd.h

Overview

XAStreamingAd is used with the XAStreamingMonitor to request the necessary metadata that is associated with the ad that is already inejected in the live stream.

– initWithAdTag:

Create a streaming ad for the provided tag

- (instancetype)initWithAdTag:(NSString *)tag

Parameters

tag

Tag for the ad that will play in the stream

Return Value

New instance for the streaming ad

Availability

3.12.0

Discussion

Create a streaming ad for the provided tag

Declared In

XAStreamingAd.h

  settings

The settings for the streaming ad.

@property (nonatomic, readonly) XASettings *settings

Discussion

The settings for the streaming ad.

Declared In

XAStreamingAd.h

  adTag

The tag for the ad that is injected in the live stream

@property (nonatomic, strong, readonly) NSString *adTag

Availability

3.12.0

Discussion

The tag for the ad that is injected in the live stream

Declared In

XAStreamingAd.h