Class LevelPlayBaseAdapter
-
- All Implemented Interfaces:
-
com.ironsource.mediationsdk.adunit.adapter.AdapterDebugInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterAdaptiveInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterBaseInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterConsentInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterMetaDataInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterNetworkDataInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterSettingsInterface,com.ironsource.mediationsdk.adunit.adapter.internal.AdapterTestModeInterface
public abstract class LevelPlayBaseAdapter extends BaseAdapter implements AdapterMetaDataInterface, AdapterAdaptiveInterface, AdapterTestModeInterface
-
-
Constructor Summary
Constructors Constructor Description LevelPlayBaseAdapter()
-
Method Summary
Modifier and Type Method Description UnitsetMetaData(String key, List<String> values)empty implementation to be overridden once adapter supports this API UnitsetAdapterDebug(Boolean adapterDebug)empty implementation to be overridden once adapter supports this API IntegergetAdaptiveHeight(Integer width)UnitsetTestMode(Boolean enabled)BooleanisAdaptersDebugEnabled()-
Methods inherited from class com.ironsource.mediationsdk.adunit.adapter.internal.AdapterBaseInterface
getAdapterVersion, getNetworkSDKVersion, init -
Methods inherited from class com.ironsource.mediationsdk.adunit.adapter.BaseAdapter
isUsingActivityBeforeImpression, setConsent, setNetworkData -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setMetaData
Unit setMetaData(String key, List<String> values)
empty implementation to be overridden once adapter supports this API
- Parameters:
key- the meta data key passed by the publishervalues- the meta data values passed by the publisher
-
setAdapterDebug
Unit setAdapterDebug(Boolean adapterDebug)
empty implementation to be overridden once adapter supports this API
-
getAdaptiveHeight
Integer getAdaptiveHeight(Integer width)
- Returns:
the adaptive height
-
setTestMode
Unit setTestMode(Boolean enabled)
- Parameters:
enabled- whether the adapter should enable test mode
-
isAdaptersDebugEnabled
Boolean isAdaptersDebugEnabled()
-
-
-
-