java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.applovin.mediation.AppLovinMediationAdapterStatus |
This enum contains current status of of the AppLovin mediation adapter Created by thomasso on 7/5/17.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLovinMediationAdapterStatus | ERROR_LOAD | Adapter implementation attempted loading and failed. | |||||||||
AppLovinMediationAdapterStatus | ERROR_NOT_READY | Adapter was loaded successfully but is not ready to serve ads. | |||||||||
AppLovinMediationAdapterStatus | MISSING | Adapter implementation is missing. | |||||||||
AppLovinMediationAdapterStatus | READY | Adapter is ready to load ads. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AppLovinMediationAdapterStatus | valueOf(String name) | ||||||||||
final static AppLovinMediationAdapterStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Adapter implementation attempted loading and failed.
Adapter was loaded successfully but is not ready to serve ads.