if i put show all ad type for example
local sceneGroup = self.view appodeal.show( "banner", { yAlign="top" } ) appodeal.show( "video" ) appodeal.show( "interstitial" ) appodeal.show( "rewardedVideo" ) local myText = display.newText( "Rate 5 Stars", 275, 510, native.systemFont, 10 )
will it chose which on of them shows automatically? or will it just show all the ads that loaded