NimbusMobileFuseAdRenderer
final class NimbusMobileFuseAdRenderer
extension NimbusMobileFuseAdRenderer : AdRenderer
Undocumented
-
Create a new
AdRendererDeclaration
Swift
init() -
Creates an ad controller instance for a non-blocking ad
Returns: An ad controller for the ad
Declaration
Swift
func render(ad: NimbusAd, companionAd: NimbusCompanionAd?, container: UIView, adPresentingViewController: UIViewController?, delegate: AdControllerDelegate) -> AdControllerParameters
adNimbus ad
companionAdCompanion ad (if any),
containerContainer view for the ad
adPresentingViewControllerViewController containing the ad
delegateDelegate for receiving ad events and errors
-
Creates an ad controller instance for a blocking ad
Returns: An ad controller for the ad
Declaration
Swift
func renderBlocking(ad: NimbusAd, companionAd: NimbusCompanionAd?, adPresentingViewController: UIViewController, delegate: any AdControllerDelegate) -> any AdControllerParameters
adNimbus ad
companionAdCompanion ad (if any),
adPresentingViewControllerViewController containing the ad
delegateDelegate for receiving ad events and errors
NimbusMobileFuseAdRenderer Class Reference