GoogleMobileAds. Api. AdManager. AdManagerBannerView
Banner view that works with Google Ad Manager.
Summary
Banner views occupy a spot within an app's layout. They stay on screen while users are interacting with the app.
Inheritance
Inherits from: GoogleMobileAds.Api.BannerView
Constructors and Destructors |
|
---|---|
AdManagerBannerView(string adUnitId, AdSize adSize, AdPosition position)
Creates an Ad Manager banner view with a standard position.
|
|
AdManagerBannerView(string adUnitId, AdSize adSize, int x, int y)
Creates an Ad Manager banner view with a custom position.
|
Events |
|
---|---|
OnAppEventReceived
|
Action< AppEvent >
Raised when the app receives an event from the banner ad.
|
Properties |
|
---|---|
ValidAdSizes
|
List< AdSize >
Sets the supported sizes of the banner ad.
|