adRequestFailed

abstract fun adRequestFailed(@NonNull error: String, isNoFill: Boolean)

Method called when the mediated ad request has failed

Parameters

error

the error as returned by the mediation SDK

isNoFill

true if this is a no fill, false in all other cases (network error, wrong placement, …). If you are unsure, send TRUE.