java.lang.Object | |
↳ | com.applovin.mediation.AppLovinMediationAdapterInfo |
Created by thomasso on 7/5/17.
This class contains information about an AppLovin mediation adapter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLovinMediationAdapterInfo(String name, String className, String version, AppLovinMediationAdapterStatus status)
Create a new information about a mediation adapter
| |||||||||||
AppLovinMediationAdapterInfo(String name, String className, String version, AppLovinMediationAdapterStatus status, AppLovinMediationAdapter adapter, AppLovinMediationAdapterConfig configuration)
Create a new information about a mediation adapter
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLovinMediationAdapter |
getAdapter()
Implementation of the adapter.
| ||||||||||
AppLovinMediationAdapterConfig |
getAdapterConfiguration()
Get last known configuration of the adapter.
| ||||||||||
String |
getClassName()
Full class name of adapter's implementation class.
| ||||||||||
String |
getName()
Adapter's name
| ||||||||||
AppLovinMediationAdapterStatus |
getStatus()
Adapter's status.
| ||||||||||
String |
getVersion()
Get the current version of the third-party SDK
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a new information about a mediation adapter
name | Adapter name. Must not be null. |
---|---|
className | Adapter implementation class name. Must not be null. |
version | Adapter's SDK version. May be null : some SDKs do not expose their version publicly. |
status | Current status of the adapter implementation. Must not be null. |
Create a new information about a mediation adapter
name | Adapter name. Must not be null. |
---|---|
className | Adapter implementation class name. Must not be null. |
version | Adapter's SDK version. May be null : some SDKs do not expose their version publicly. |
status | Current status of the adapter implementation. Must not be null. |
adapter | Adapter implementation. May be null : in that case adapter is considered not loaded. |
configuration | Last known configuration of the adapter. May be null: in that case adapter is considered not loaded.
|
Implementation of the adapter. The implementation may be null if loading failed
Get last known configuration of the adapter.
Full class name of adapter's implementation class.
Adapter's name
Adapter's status.
Get the current version of the third-party SDK
null
if none is available