MediationUtils

public class MediationUtils


中介适配器的实用程序方法。

摘要

常量

static final double
static final double

公共构造函数

公共方法

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

从潜在广告尺寸列表中查找与所提供尺寸最接近的受支持广告尺寸。

常量

MIN_HEIGHT_RATIO

protected static final double MIN_HEIGHT_RATIO = 0.7

MIN_WIDTH_RATIO

protected static final double MIN_WIDTH_RATIO = 0.5

公共构造函数

MediationUtils

public MediationUtils()

公共方法

findClosestSize

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

从潜在广告尺寸列表中查找与所提供尺寸最接近的受支持广告尺寸。如果没有任何文件在给定的阈值大小范围内,则返回 null。