Package 

Interface HyprMXLoadAdListener


  • 
    public interface HyprMXLoadAdListener
    
                        

    Listener for when the ad associated with the placement gets loaded.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onAdLoaded(Boolean isAdAvailable) An ad was loaded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAdLoaded

         abstract Unit onAdLoaded(Boolean isAdAvailable)

        An ad was loaded.

        Parameters:
        isAdAvailable - Whether the loaded ad is available or not.