Ads.new

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

Available since: Gideros 2014.01
Class: Ads

Description

Initializes a new ad framework.

Ads.new(adframework)

Possible values for ad frameworks:

  • "adcolony" Stable
  • "admob" Stable
  • "amazon" Beta
  • "applovin" Alpha
  • "chartboost" Stable
  • "heyzap" Beta
  • "iad" Stable
  • "inmobi" Stable
  • "millenial" Stable
  • "mopub" Beta
  • "revmob" Beta
  • "samsung" Beta
  • "tapfortap" Beta
  • "tapjoy" Stable
  • "vungle" Stable
Wiki only tested with Google Admob
Some ad frameworks may not even exist anymore!

Parameters

adframework: (string) name of the ad framework

Example

admob = Ads.new("admob")