Package 

Interface IUnityAdsLoadListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onUnityAdsAdLoaded(String placementId) Callback triggered when a load request has successfully filled the specified placementId with an ad that is ready to show.
      abstract void onUnityAdsFailedToLoad(String placementId, UnityAds.UnityAdsLoadError error, String message) Callback triggered when load request has failed to load an ad for a requested placement.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onUnityAdsAdLoaded

         abstract void onUnityAdsAdLoaded(String placementId)

        Callback triggered when a load request has successfully filled the specified placementId with an ad that is ready to show.

        Parameters:
        placementId - Placement, as defined in Unity Ads admin tools