AdBlock

Check if the ad blocker is enabled.

func _ready():
    Bridge.advertisement.check_adblock(funcref(self, "_on_check_adblock_completed"))

func _on_check_adblock_completed(result):
    print(result) # true or false

Last updated