-
public interface HyprMXLoadAdListenerListener for when the ad associated with the placement gets loaded.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdLoaded(Boolean isAdAvailable)An ad was loaded. -
-
Method Detail
-
onAdLoaded
abstract Unit onAdLoaded(Boolean isAdAvailable)
An ad was loaded.
- Parameters:
isAdAvailable- Whether the loaded ad is available or not.
-
-
-
-