POBGAMNativeAdDelegate Protocol Reference

Conforms to NSObject
Declared in GAMNativeBannerEventHandler.h

Overview

Protocol for interaction with the GAM’s native ad instance.

– eventHandler:didReceiveNativeAd: required method

Notifies the delegate that an ad has been successfully received.

- (void)eventHandler:(id<POBBannerEvent>)eventHandler didReceiveNativeAd:(GADNativeAd *)nativeAd

Parameters

eventHandler

Instance of GAMNativeEventHandler

nativeAd

The GADNativeAd instance sending the message.

Declared In

GAMNativeBannerEventHandler.h