BlazeGAMBannerAdsDelegate - Android GAM
BlazeGAMBannerAdsDelegate lets your app handle banner ad events from BlazeGAM.
For Experiences SDK 1.20 or later, use the GAM Next-Gen module equivalent: BlazeGAMBannerAdsDelegate.
Override methods for logging, UI updates, or analytics.
onGAMBannerAdsAdError
fun onGAMBannerAdsAdError(errorMsg: String, adData: BlazeGAMBannerAdsAdData)Called when an ad operation fails.
Parameters:
- errorMsg: The error that occurred.
- adData: The data associated with the ad involved in the event.
onGAMBannerAdsAdEvent
fun onGAMBannerAdsAdEvent(eventType: BlazeGAMBannerHandlerEventType, adData: BlazeGAMBannerAdsAdData)Called when an ad-related event occurs.
Parameters:
- eventType: Event type from BlazeGAMBannerHandlerEventType.
- adData: The data associated with the ad involved in the event.
Updated 11 days ago
Did this page help you?
