BCOVSSAIAdComponentDelegate Protocol Reference

Conforms to NSObject
Declared in BCOVSSAIAdComponentDisplayContainer.h

Overview

A delegate for BCOVSSAIAdComponentDisplayContainer.

– willOpenInAppBrowserWithAd:

This delegate method will be called when the learn more button has been pressed and the clickthrough URL assosiated with the ad will be opened in the in-app browser.

- (void)willOpenInAppBrowserWithAd:(BCOVAd *)ad

Parameters

ad

The ad whose clickthrough URL will open in the in-app browser.

Discussion

This delegate method will be called when the learn more button has been pressed and the clickthrough URL assosiated with the ad will be opened in the in-app browser.

Declared In

BCOVSSAIAdComponentDisplayContainer.h

– didOpenInAppBrowserWithAd:

This delegate method will be called when the learn more button has been pressed and the clickthrough URL assosiated with the ad opened in the in-app browser.

- (void)didOpenInAppBrowserWithAd:(BCOVAd *)ad

Parameters

ad

The ad whose clickthrough URL opened in the in-app browser.

Discussion

This delegate method will be called when the learn more button has been pressed and the clickthrough URL assosiated with the ad opened in the in-app browser.

Declared In

BCOVSSAIAdComponentDisplayContainer.h

– willCloseInAppBrowserWithAd:

This delegate method will be called when the in-app browser will be closed.

- (void)willCloseInAppBrowserWithAd:(BCOVAd *)ad

Parameters

ad

The ad whose clickthrough URL will close in the in-app browser.

Discussion

This delegate method will be called when the in-app browser will be closed.

Declared In

BCOVSSAIAdComponentDisplayContainer.h

– didCloseInAppBrowserWithAd:

This delegate method will be called when the in-app browser has closed.

- (void)didCloseInAppBrowserWithAd:(BCOVAd *)ad

Parameters

ad

The ad whose clickthrough URL closed from the in-app browser.

Discussion

This delegate method will be called when the in-app browser has closed.

Declared In

BCOVSSAIAdComponentDisplayContainer.h

– willOpenExternalBrowserWithAd:

This optional delegate method will be called when the the in-app browser will open the clickthrough url in the system browser.

- (void)willOpenExternalBrowserWithAd:(BCOVAd *)ad

Parameters

ad

The ad whose clickthrough URL will be opened in the system browser.

Discussion

This optional delegate method will be called when the the in-app browser will open the clickthrough url in the system browser.

Declared In

BCOVSSAIAdComponentDisplayContainer.h