Banner
Is Banner Supported
Check if the platform supports displaying banner ads. Use this to determine if you can include banner advertisements in your game
playgama_bridge_advertisement_is_banner_supported()Show Banner
Display a banner ad within your game to generate revenue through advertising.
var position = "bottom" // optional, "top" | "bottom", default = "bottom"
var placement = "test_placement" // optional
playgama_bridge_advertisement_show_banner(position, placement)Hide Banner
Hide the currently displayed banner ad when it is no longer needed.
playgama_bridge_advertisement_hide_banner()Banner State
Monitor the state of the banner ad (loading, shown, hidden, failed) to manage its display and troubleshoot issues.
playgama_bridge_advertisement_banner_state()Possible values: loading, shown, hidden, failed.
Last updated