Event.AD ERROR

From GiderosMobile
Revision as of 22:01, 15 February 2025 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Description

There was an internal developer error, most probably something was not set up right.

Events

error: (string) string describing the error

Example

admob:addEventListener(Event.AD_ERROR, function(e)
	print("AD_ERROR")
	print(e.error) -- string
end)