-
- All Implemented Interfaces:
-
org.bidon.sdk.auction.AdTypeParam
public final class AdTypeParam.Banner implements AdTypeParam
-
-
Field Summary
Fields Modifier and Type Field Description private final Activityactivityprivate final Doublepricefloorprivate final StringauctionKeyprivate final BannerFormatbannerFormatprivate final FloatcontainerWidth
-
Constructor Summary
Constructors Constructor Description AdTypeParam.Banner(Activity activity, Double pricefloor, String auctionKey, BannerFormat bannerFormat, Float containerWidth)
-
Method Summary
Modifier and Type Method Description ActivitygetActivity()DoublegetPricefloor()StringgetAuctionKey()final BannerFormatgetBannerFormat()final FloatgetContainerWidth()-
-
Constructor Detail
-
AdTypeParam.Banner
AdTypeParam.Banner(Activity activity, Double pricefloor, String auctionKey, BannerFormat bannerFormat, Float containerWidth)
-
-
Method Detail
-
getActivity
Activity getActivity()
-
getPricefloor
Double getPricefloor()
-
getAuctionKey
String getAuctionKey()
-
getBannerFormat
final BannerFormat getBannerFormat()
-
getContainerWidth
final Float getContainerWidth()
-
-
-
-