public interface

AppLovinMediationService

com.applovin.sdk.AppLovinMediationService

Class Overview

This class is responsible for managing adapters mediated by AppLovin

An instance of this class can be obtained from an AppLovinSdk instance via getMediationService().

Summary

Nested Classes
class AppLovinMediationService.AppLovinMediationAdapterInfo This class contains information about an AppLovin mediation adapter  
class AppLovinMediationService.AppLovinMediationAdapterStats This class contains stats about an AppLovin mediation adapter  
enum AppLovinMediationService.AppLovinMediationAdapterStatus This enum contains current status of of the AppLovin mediation adapter  
Public Methods
abstract Collection<AppLovinMediationService.AppLovinMediationAdapterInfo> getAdapterInfo()
Retrieve information about mediation adapters that are available to the AppLovin SDK.
abstract AppLovinMediationService.AppLovinMediationAdapterStats getLastAdapterStats()
Get statistic about the adapter that has loaded the last ad

Public Methods

public abstract Collection<AppLovinMediationService.AppLovinMediationAdapterInfo> getAdapterInfo ()

Retrieve information about mediation adapters that are available to the AppLovin SDK.

Returns
  • Collection of information about mediation adapters. If no adapters are available returns an empty set.

public abstract AppLovinMediationService.AppLovinMediationAdapterStats getLastAdapterStats ()

Get statistic about the adapter that has loaded the last ad

Returns
  • Information about an adapter that has loaded the last ad or null if no adapters succeeded in loading an ad.