Event.AD DISPLAYED

From GiderosMobile
Revision as of 21:56, 15 February 2025 by MoKaLux (talk | contribs)

Available since: Gideros 2014.01
Value: adDisplayed
Defined by: Ads

Description

Ad is displayed on the screen.

Events

type: (string) the ad type

Example

admob:addEventListener(Event.AD_DISPLAYED, function(e)
	print("AD_DISPLAYED")
	print(e.type) -- string
end)