* The ad has successfully been loaded
public void onAdLoaded(@NotNull HyprMXBannerView ad) {}
* @param ad The HyprMXBannerView that loaded the ad
* @param error Error indicating why the ad failed to load
public void onAdFailedToLoad(@NotNull HyprMXBannerView ad, @NotNull HyprMXErrors error) {}
* A click event has occurred on the banner
* @param ad The HyprMXBannerView that had the click event
public void onAdClicked(@NotNull HyprMXBannerView ad) {}
* The click event on the banner has transition to an overlay
* @param ad The HyprMXBannerView that had the click event
public void onAdOpened(@NotNull HyprMXBannerView ad) {}
* The opened overlay has been dismissed
* @param ad The HyprMXBannerView that triggered the overlay
public void onAdClosed(@NotNull HyprMXBannerView ad) {}
* The click event on the banner will open a third party application to
* @param ad The HyprMXBannerView that had the click event
public void onAdLeftApplication(@NotNull HyprMXBannerView ad) {}