getValidAdViews

fun getValidAdViews(): List<AdView>?

Returns a list of loaded and valid AdViews only. This array does not contain AdViews that have loaded invalid data(Unfilled etc). Loads are performed asynchronously, so the return is null until all loads are complete.

Return

An array of AdViews.