Interface InstreamAdLoadListener


  • @MainThread
    public interface InstreamAdLoadListener
    Class that is implemented to determine when the Instream ads loading has completed or failed.
    • 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.