Class CombinedRtaAdConfig
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) public final class CombinedRtaAdConfig extends AbstractAdConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerpercentageprivate LonglastTryTimestampprivate final BooleanisRtaRuleprivate final Integerpriorityprivate final MediationTypemediationType
-
Method Summary
Modifier and Type Method Description IntegergetPercentage()final List<AdConfig>getAdConfigs()CombinedRtaAdConfigcopy()-
Methods inherited from class com.intentsoftware.addapptr.internal.config.AbstractAdConfig
getLastTryTimestamp, getMediationType, getPriority, isRtaRule, setLastTryTimestamp -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPercentage
Integer getPercentage()
-
getAdConfigs
final List<AdConfig> getAdConfigs()
-
copy
CombinedRtaAdConfig copy()
-
-
-
-