Class BannerAdProperties
-
- All Implemented Interfaces:
public final class BannerAdProperties extends AdProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final LevelPlayAdSizeadSizeprivate final BooleanautoRefreshprivate final LongrefreshIntervalprivate final IronSource.AD_UNITadFormatprivate final UUIDadIdprivate final StringadUnitIdprivate Placementplacementprivate final TestSuiteLoadAdConfigtestSuiteLoadAdConfigprivate final DoublebidFloor
-
Constructor Summary
Constructors Constructor Description BannerAdProperties(UUID adId, String adUnitId, Placement placement, LevelPlayAdSize adSize, Boolean autoRefresh, Long refreshInterval, TestSuiteLoadAdConfig testSuiteLoadAdConfig, Double bidFloor)
-
Method Summary
Modifier and Type Method Description final LevelPlayAdSizegetAdSize()final BooleangetAutoRefresh()final LonggetRefreshInterval()-
Methods inherited from class com.unity3d.mediation.internal.ads.properties.AdProperties
getAdFormat, getAdId, getAdUnitId, getBidFloor, getLevelPlayAdFormat, getPlacement, getTestSuiteLoadAdConfig, isFullScreenAd, setPlacement -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAdSize
final LevelPlayAdSize getAdSize()
-
getAutoRefresh
final Boolean getAutoRefresh()
-
getRefreshInterval
final Long getRefreshInterval()
-
-
-
-