Package org.prebid.mobile
Class AdSize
java.lang.Object
org.prebid.mobile.AdSize
AdSize class defines the size of the ad slot to be made available for auction.
-
Constructor Summary
ConstructorDescriptionAdSize
(int width, int height) Creates an ad size object with width and height as specified -
Method Summary
-
Constructor Details
-
AdSize
public AdSize(int width, int height) Creates an ad size object with width and height as specified- Parameters:
width
- width of the ad containerheight
- height of the ad container
-
-
Method Details