NativeAdListener

Interface for listener objects that are notified of ad call outcomes.

Functions

Link copied to clipboard
abstract fun onNativeAdClicked()

Called when a native ad has been clicked.

Link copied to clipboard
abstract fun onNativeAdFailedToLoad(exception: SASException)

Called when a native ad has failed to load.

Link copied to clipboard
abstract fun onNativeAdLoaded(adInfo: SASAdInfo, nativeAdAssets: SASNativeAdAssets)

Called when a native ad is loaded.

Link copied to clipboard
abstract fun onNativeAdRequestClose()

Called when a native ad request to be closed.

Link copied to clipboard

Called when the Equativ Display SDK requests a custom loyout to render a native-ad. This method is optional and can be ignored. If so, the Equativ Display SDK will fallback on default native-ad layouts.