isAdReady

abstract fun isAdReady(): Boolean

Return

true if an ad is loaded and ready to show


open fun isAdReady(adUnitId: String): Boolean

Return

true if an ad loaded for adUnitId is ready to show. Default implementation ignores the ad unit and delegates to isAdReady.