AdColonyAdViewAdvancedDelegate Protocol Reference

Conforms to AdColonyAdViewDelegate
Declared in AdColonyAdViewDelegate.h

Overview

The delegate of an AdColonyAdView object. This delegate receives ad view lifecycle notifications.

– adColonyAdViewHostViewController: required method

Host view controller request

- (UIViewController *_Nonnull)adColonyAdViewHostViewController:(AdColonyAdView *_Nonnull)adView

Parameters

adView

The ad view which requests host view controller.

Return Value

view controller that hosts given ad view

Discussion

Requests hosting view controller when needed if it wasn’t provided during ad request.

Declared In

AdColonyAdViewDelegate.h