Platforms to show: All Mac Windows Linux Cross-Platform

Back to GADBannerViewMBS class.

GADBannerViewMBS.DidDismissScreen

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called when the full screen view has been dismissed.

You should restart anything paused while handling WillPresentScreen.

Some examples using this event:

GADBannerViewMBS.DidFailToReceiveAdWithError(error as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called whenan ad request failed.

The failure is normally due to network connectivity or ad availablility (for example, no fill).

Some examples using this event:

GADBannerViewMBS.DidReceiveAd

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called when an ad request successfully received an ad.

You may want to add the banner view to the view hierarchy if it hasn't been added yet.

Some examples using this event:

GADBannerViewMBS.DidRecordClick

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called when a click has been recorded for the ad.

GADBannerViewMBS.DidRecordImpression

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called when an impression has been recorded for an ad.

GADBannerViewMBS.paid(value as GADAdValueMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
Handles ad events that are estimated to have earned money.

GADBannerViewMBS.WillDismissScreen

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called when the full screen view will be dismissed.

Some examples using this event:

GADBannerViewMBS.WillPresentScreen

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Mobile Ads MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes
The event called when a full screen view will be presented in response to the user clicking on an ad.

You may want to pause animations and time sensitive interactions.

Some examples using this event:

The items on this page are in the following plugins: MBS iOS Plugin.


The biggest plugin in space...