Class AdUnitPerformance

  • All Implemented Interfaces:

    
    public final class AdUnitPerformance
    extends AuctionHistory
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit storePerformance(WaterfallInstances waterfallInstances)
      String getStoredPerformanceForInstance(String instanceName) This method receives and instance name and according to the stored performance for that instance name builds a string of the performance separated by a comma delimiter For example: 2,2,4,1
      • Methods inherited from class com.ironsource.mediationsdk.AuctionHistory

        storeWaterfallPerformance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdUnitPerformance

        AdUnitPerformance(List<NetworkSettings> providers, Integer limit)