-
public interface HyprMXPlacementExpiryListenerListener for when the ad associated with the placement is not longer available (expired)
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAdExpired(Placement placement)An ad is no longer available for the placement -
-
Method Detail
-
onAdExpired
abstract Unit onAdExpired(Placement placement)
An ad is no longer available for the placement
- Parameters:
placement- The placement that expired
-
-
-
-