java.lang.Object | |
↳ | com.applovin.sdk.AppLovinMediationService.AppLovinMediationAdapterInfo |
This class contains information about an AppLovin mediation adapter
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new information about a mediation adapter
| |||||||||||
Create a new information about a mediation adapter
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Implementation of the adapter.
| |||||||||||
Get last known configuration of the adapter.
| |||||||||||
Full class name of adapter's implementation class.
| |||||||||||
Adapter's name
| |||||||||||
Adapter's status.
| |||||||||||
[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. |
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. |
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 nulll: 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.