Introduction
Implement the IAGlobalAdDelegate
methods to receive the global SDK callback(s).
Assigning the Delegate Implementor
To assign the delegate implementor use the following:
IASDKCore.sharedInstance.globalAdDelegate = <implementor>;
IASDKCore.sharedInstance.globalAdDelegate = self;