Package org.prebid.mobile.addendum
Interface AdViewUtils.PbFindSizeListener
-
- Enclosing class:
- AdViewUtils
public static interface AdViewUtils.PbFindSizeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfailure(PbFindSizeError error)voidsuccess(int width, int height)
-
-
-
Method Detail
-
success
void success(int width, int height)
-
failure
void failure(@NonNull PbFindSizeError error)
-
-