Event.AD FAILED

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

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

Description

Failed to retrieve ad.

Parameters

error: (string) string describing what failed

Example

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