com.yandex.mobile.ads.instream

Interface InstreamAdLoadListener

  1. Method Summary
  2. Method Detail
    1. onInstreamAdLoaded
    2. onInstreamAdFailedToLoad


public interface InstreamAdLoadListener
Class that is implemented to determine when the Instream ads loading has completed or failed.

Method Summary

All Methods
Instance Methods
Abstract Methods
Modifier and TypeMethod and Description
voidonInstreamAdFailedToLoad(java.lang.String reason)
Notifies that InstreamAd failed to load.
voidonInstreamAdLoaded(InstreamAd instreamAd)
Notifies that InstreamAd was loaded.

Method Detail

onInstreamAdLoaded

void onInstreamAdLoaded(@NonNull
                        InstreamAd instreamAd)
Notifies that InstreamAd was loaded.
Parameters:
instreamAd - InstreamAd Result of successful response.

onInstreamAdFailedToLoad

void onInstreamAdFailedToLoad(@NonNull
                              java.lang.String reason)
Notifies that InstreamAd failed to load.
Parameters:
reason - Reason describing problem encountered while loading InstreamAd.