HeliumFullscreenAdListener

Deprecated

Use ChartboostMediationFullscreenAdListener for the most comprehensive fullscreen ad experience.

Listener for Helium fullscreen ad events.

Functions

Link copied to clipboard
abstract fun onAdCached(placementName: String, loadId: String, winningBidInfo: Map<String, String>, error: ChartboostMediationAdException?)

Called when an ad is cached or fails to cache.

Link copied to clipboard
abstract fun onAdClicked(placementName: String)

Called when the ad executes its clickthrough. This may happen multiple times for the same ad.

Link copied to clipboard
abstract fun onAdClosed(placementName: String, error: ChartboostMediationAdException?)

Called when the ad is closed.

Link copied to clipboard
abstract fun onAdImpressionRecorded(placementName: String)

Called when an ad impression occurs. This signal is when Helium fires an impression and is independent of any partner impression.

Link copied to clipboard
abstract fun onAdRewarded(placementName: String)

Called when the user should receive the reward associated with this rewarded ad.

Link copied to clipboard
abstract fun onAdShown(placementName: String, error: ChartboostMediationAdException?)

Called when an ad is shown.