-
- All Implemented Interfaces:
public final class AdMobOpenWrapNativeAdMapper extends NativeAdMapperModel class for OpenWrap's wrapper over AdMob Native Ad Used to to map OpenWrap SDK's assets with AdMob assets and UI registration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAdMobOpenWrapNativeAdMapper.OnPreparedListener
-
Constructor Summary
Constructors Constructor Description AdMobOpenWrapNativeAdMapper(POBNativeAd nativeAd, Context context, POBNativeAdListener nativeAdListener)Constructor of AdMobOpenWrapNativeAdMapper
-
Method Summary
Modifier and Type Method Description final Unitprepare(AdMobOpenWrapNativeAdMapper.OnPreparedListener listener)Method to prepare AdMob native object using assets received from OW response UnittrackViews(View container, Map<String, View> clickableViews, Map<String, View> nonClickableViews)Method to register AdMob's native views for impression tracking and click handling -
Methods inherited from class com.google.ads.mediation.openwrap.AdMobOpenWrapNativeAdMapper
getAdChoicesContent, getAdvertiser, getBody, getCallToAction, getCurrentTime, getDuration, getExtras, getHeadline, getIcon, getImages, getMediaContentAspectRatio, getOverrideClickHandling, getOverrideImpressionRecording, getPrice, getStarRating, getStore, handleClick, hasVideoContent, recordImpression, setAdChoicesContent, setAdvertiser, setBody, setCallToAction, setExtras, setHasVideoContent, setHeadline, setIcon, setImages, setMediaContentAspectRatio, setMediaView, setOverrideClickHandling, setOverrideImpressionRecording, setPrice, setStarRating, setStore, untrackView, zza -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AdMobOpenWrapNativeAdMapper
AdMobOpenWrapNativeAdMapper(POBNativeAd nativeAd, Context context, POBNativeAdListener nativeAdListener)
Constructor of AdMobOpenWrapNativeAdMapper
-
-
Method Detail
-
prepare
final Unit prepare(AdMobOpenWrapNativeAdMapper.OnPreparedListener listener)
Method to prepare AdMob native object using assets received from OW response
-
-
-
-