MediationUtils

public class MediationUtils


Utility methods for mediation adapters.

Summary

Public constructors

Public methods

static @Nullable AdSize
findClosestSize(
    Context context,
    AdSize original,
    List<AdSize> potentials
)

Finds the closest supported AdSize from the list of potentials to the provided size.

Public constructors

MediationUtils

public MediationUtils()

Public methods

findClosestSize

public static @Nullable AdSize findClosestSize(
    Context context,
    AdSize original,
    List<AdSize> potentials
)

Finds the closest supported AdSize from the list of potentials to the provided size. Returns null if none are within given threshold size range.