NativeAdEventDelegate
@objc
public protocol NativeAdEventDelegate
Undocumented
-
Sent when the native ad is expired.
Declaration
Swift
@objc optional func adDidExpire(ad: NativeAd)
-
Sent when the native view is clicked by the user.
Declaration
Swift
@objc optional func adWasClicked(ad: NativeAd)
-
Sent when an impression is recorded for an native ad
Declaration
Swift
@objc optional func adDidLogImpression(ad: NativeAd)