cordova-plugin-flurry
cordova-plugin-flurry copied to clipboard
List of available "options" for CreateBanner function
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
- adSize: string, // banner type size
- width: integer, // banner width, if set adSize to 'CUSTOM'
- height: integer, // banner height, if set adSize to 'CUSTOM'
- position: integer, // default position
- x: integer, // default X of banner
- y: integer, // default Y of banner
- isTesting: boolean, // if set to true, to receive test ads
- autoShow: boolean, // if set to true, no need call showBanner or showInterstitial
- adExtra {}