-
- All Implemented Interfaces:
-
droom.daro.core.listener.DaroAdLoadListener
public final class DaroLightPopupAdLoader extends DaroAdLoader<DaroLightPopupAdUnit, DaroLightPopupAd, DaroLightPopupAdLoaderListener>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDaroLightPopupAdLoader.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegerretryThresholdprivate final DaroLightPopupAdUnitadUnit
-
Constructor Summary
Constructors Constructor Description DaroLightPopupAdLoader(Context context, DaroLightPopupAdUnit adUnit)
-
Method Summary
Modifier and Type Method Description IntegergetRetryThreshold()final DaroLightPopupAdUnitgetAdUnit()-
-
Constructor Detail
-
DaroLightPopupAdLoader
DaroLightPopupAdLoader(Context context, DaroLightPopupAdUnit adUnit)
-
-
Method Detail
-
getRetryThreshold
Integer getRetryThreshold()
retry 최대 횟수
-
getAdUnit
final DaroLightPopupAdUnit getAdUnit()
-
-
-
-