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

Public Methods
abstract Collection<AppLovinMediationAdapterInfo> getAdapterInfo()
Retrieve information about mediation adapters that are available to the AppLovin SDK.
abstract AppLovinMediationAdapterStats getLastAdapterStats()
Get statistic about the adapter that has loaded the last ad

Public Methods

public abstract Collection<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 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.