Package com.rtb.sdk
Interface RTBNativeAdInteractionDelegate
-
- All Implemented Interfaces:
public interface RTBNativeAdInteractionDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitnativeAdDidRecordClick(RTBNativeAd nativeAd, String networkName)Tells the delegate that a click has been recorded for the ad. abstract UnitnativeAdDidPauseForAd(RTBNativeAd nativeAd, String networkName)Tells the delegate that ad has opened external browser abstract UnitnativeAdDidResumeAfterAd(RTBNativeAd nativeAd, String networkName)Tells the delegate that Ad has been dismissed -
-
Method Detail
-
nativeAdDidRecordClick
abstract Unit nativeAdDidRecordClick(RTBNativeAd nativeAd, String networkName)
Tells the delegate that a click has been recorded for the ad.
-
nativeAdDidPauseForAd
abstract Unit nativeAdDidPauseForAd(RTBNativeAd nativeAd, String networkName)
Tells the delegate that ad has opened external browser
-
nativeAdDidResumeAfterAd
abstract Unit nativeAdDidResumeAfterAd(RTBNativeAd nativeAd, String networkName)
Tells the delegate that Ad has been dismissed
-
-
-
-