didReceiveAd abstract method

void didReceiveAd(
  1. TeadsInReadAd ad,
  2. TeadsAdRatio adRatio
)

Called when the Teads SDK has received an ad for you to display.

Implementation

void didReceiveAd(TeadsInReadAd ad, TeadsAdRatio adRatio);