Event.AD DISMISSED
From GiderosMobile
Available since: Gideros 2014.01
Value: adDismissed
Defined by: Ads
Description
Ad was dismissed/removed from the screen.
Events
type: (string) the ad type
Example
admob:addEventListener(Event.AD_DISMISSED, function(e)
print("AD_DISMISSED")
print(e.type) -- string
end)