Skip to content

Can I have one banner configured to appear at the top of some screen and another one to appear at the bottom of other screen? #108

Answered by gumaciel
yosoychiro asked this question in Q&A
Discussion options

You must be logged in to vote

To change the position of the banner, you need to change it before you load the new banner.

MobileAds.config.banner.position = 0 (bottom)
MobileAds.config.banner.position = 1 (top)

like this:

https://github.com/Poing-Studios/godot-admob-plugin/blob/v2/addons/admob/test/Example.gd#L262-L265

Config variable:

https://github.com/Poing-Studios/godot-admob-plugin/blob/v2/addons/admob/src/utils/AdMobSettings.gd#L12

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yosoychiro
Comment options

Answer selected by yosoychiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants