Delegate Protocols

Global Ad Unit Video Content HTML/MRAID

Global Ad Delegate Protocol

Implement the IAGlobalAdDelegate methods to receive the global SDK callback(s).

Assigning the Delegate Implementor

To assign the delegate implementor use the following:

Objective-C
IASDKCore.sharedInstance.globalAdDelegate = <implementor>;
Example
IASDKCore.sharedInstance.globalAdDelegate = self;

Impression Level Data

Back to Top ⇧