public class

AppLovinMediationAdapterStats

extends Object
java.lang.Object
   ↳ com.applovin.mediation.AppLovinMediationAdapterStats

Class Overview

This class contains stats about an AppLovin mediation adapter Created by thomasso on 7/5/17.

Summary

Public Constructors
AppLovinMediationAdapterStats(String adapterName, long lastAdLoadMillis)
Public Methods
String getAdapterName()
Get the name of the adapter.
long getLastAdLoadMillis()
The the time it took in milliseconds to load the last ad.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AppLovinMediationAdapterStats (String adapterName, long lastAdLoadMillis)

Public Methods

public String getAdapterName ()

Get the name of the adapter.

Returns
  • Adapter name. Guaranteed not to be null.

public long getLastAdLoadMillis ()

The the time it took in milliseconds to load the last ad.

Returns
  • Time to load the last ad (in milliseconds)

public String toString ()