Package com.unity3d.mediation.banner
Class LevelPlayBannerAdView.Config
-
- All Implemented Interfaces:
public final class LevelPlayBannerAdView.Config
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLevelPlayBannerAdView.Config.Builder
-
Field Summary
Fields Modifier and Type Field Description private final LevelPlayAdSizeadSizeprivate final DoublebidFloorprivate final StringplacementName
-
Method Summary
Modifier and Type Method Description final LevelPlayAdSizegetAdSize()An ad size to be applied to the ad object. final DoublegetBidFloor()A bidding floor to be applied to the ad object. final StringgetPlacementName()A placement name to be applied to the ad object. -
-
Method Detail
-
getAdSize
final LevelPlayAdSize getAdSize()
An ad size to be applied to the ad object.
-
getBidFloor
final Double getBidFloor()
A bidding floor to be applied to the ad object.
-
getPlacementName
final String getPlacementName()
A placement name to be applied to the ad object.
-
-
-
-