getInterstitial static method

YandexAdsInterstitialCallbacks? getInterstitial(
  1. String id
)

Implementation

static YandexAdsInterstitialCallbacks? getInterstitial(String id) {
  return interstitials[id];
}