floatinghotpot / cordova-plugin-flurry

Cordova plugin to support Flurry (analytics and advertisement)
MIT License
19 stars 13 forks source link

List of available "options" for CreateBanner function #30

Open kongwenbin opened 9 years ago

kongwenbin commented 9 years ago

Other than the "Options" mentioned in the www/Flurry.js file (pasted below) after installing the plugins, are there any other supported parameters that I can pass to the CreateBanner method?

For example, "overlap"? It seems that many people mentioned "overlap" as an argument, but I don't see it being mentioned in the www/Flurry.js file. Please advise where can I reference the complete list of options.

Current list of "options" mentioned in www/Flurry.js

  1. adSize: string, // banner type size
  2. width: integer, // banner width, if set adSize to 'CUSTOM'
  3. height: integer, // banner height, if set adSize to 'CUSTOM'
  4. position: integer, // default position
  5. x: integer, // default X of banner
  6. y: integer, // default Y of banner
  7. isTesting: boolean, // if set to true, to receive test ads
  8. autoShow: boolean, // if set to true, no need call showBanner or showInterstitial
  9. adExtra {}