Event.AD DISPLAYED
From GiderosMobile
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)
