InterstitialListener

Interface definition for Objects that will listen and react to SASInterstitialManager lifecycle events

Functions

Link copied to clipboard
abstract fun onInterstitialAdClicked(@NonNull interstitialManager: SASInterstitialManager)
Method called when a click is recorded on this interstitial ad.
Link copied to clipboard
abstract fun onInterstitialAdDismissed(@NonNull interstitialManager: SASInterstitialManager)
Method called when this SASInterstitialManager is dismissed
Link copied to clipboard
Method called when the ad loading request failed for this SASInterstitialManager
Link copied to clipboard
Method called when the SASInterstitialManager could not be displayed.
Link copied to clipboard
abstract fun onInterstitialAdLoaded(@NonNull interstitialManager: SASInterstitialManager, @NonNull adElement: SASAdElement)
Method called when an ad was successfully loaded for this SASInterstitialManager
Link copied to clipboard
abstract fun onInterstitialAdShown(@NonNull interstitialManager: SASInterstitialManager)
Method called when the SASInterstitialManager ad was successfully displayed.
Link copied to clipboard
abstract fun onInterstitialAdVideoEvent(@NonNull interstitialManager: SASInterstitialManager, videoEvent: Int)
Method called when video events are fired during a video ad playing in this SASInterstitialManager.