CombinedAdapterListener

This is an SDK internal listener for combined ad. Provides callbacks for various events that occur during the combined ad lifecycle, supporting both banner and native ad types.

Functions

Link copied to clipboard
abstract fun onAdClicked(@NonNull adapter: GfpCombinedAdAdapter)
Called when the ad is clicked.
Link copied to clipboard
Called when a valid impression occurs for the native ad.
Link copied to clipboard
Called when the native ad is successfully loaded.
abstract fun onAdLoaded(@NonNull adapter: GfpCombinedAdAdapter, @NonNull adView: View, @Nullable adSize: GfpBannerAdSize)
Called when the banner ad is successfully loaded.
Link copied to clipboard
abstract fun onLoadError(@NonNull adapter: GfpCombinedAdAdapter, @NonNull error: GfpError)
Called when an error occurs during ad loading.
Link copied to clipboard
abstract fun onStartError(@NonNull adapter: GfpCombinedAdAdapter, @NonNull error: GfpError)
Called when an error occurs during view rendering.