NativeAdDelegate
@objc
public protocol NativeAdDelegate
Undocumented
-
A successful Prebid Native ad is returned
Declaration
Swift
func nativeAdLoaded(ad: NativeAd)
-
Prebid Native was not found in the server returned response, Please display the ad as regular ways
Declaration
Swift
func nativeAdNotFound()
-
Prebid Native ad was returned, however, the bid is not valid for displaying Should be treated as on ad load failed
Declaration
Swift
func nativeAdNotValid()