Banner
Is Banner Supported
bridge.advertisement.is_banner_supported()Show Banner
local bridge = require("bridge.bridge")
function init(self)
local position = "bottom" -- optional, "top" | "bottom", default = "bottom"
local placement = "test_placement" -- optional
bridge.advertisement.show_banner(position, placement)
endHide Banner
bridge.advertisement.hide_banner()Banner State
Last updated