public final class AdViewUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdViewUtils.PbFindSizeListener |
| Modifier and Type | Method and Description |
|---|---|
static void |
findNative(java.lang.Object object,
PrebidNativeAdListener listener)
This API can be used to find if the passed object contains info to retreive valid cached Native response or not,
and notifies using the
PrebidNativeAdListener |
static void |
findPrebidCreativeSize(android.view.View adView,
AdViewUtils.PbFindSizeListener handler) |
public static void findPrebidCreativeSize(@Nullable
android.view.View adView,
AdViewUtils.PbFindSizeListener handler)
public static void findNative(@NonNull
java.lang.Object object,
@NonNull
PrebidNativeAdListener listener)
PrebidNativeAdListenerobject - instances of Google and MoPub Native Adslistener - to notify the validity of passed object via @onPrebidNativeLoaded, #onPrebidNativeNotFound, #onPrebidNativeNotValid