Has anyone been able to get v4 working in the newer builds? The documentation appears to be quite split as to when and when not to use ‘vungle-v4’ and there’s never a great overview in the documentation.
Such as here:
vungle-v4.init( providerName, appId [, adListener] )
Should that be vungle-v4.init(‘vungle’) or should it be ads.init(‘vungle’) or should it be ads.init(‘vungle-v4’). It feels like someone found half of the references to the word Vungle and replaced it with Vungle-v4 without going back and checking if anything was coherent. Later in the .show documentation is has this line in the example:
ads.init( “vungle”, “myAppId”, adListener )
Which doesn’t match up to the example given in .init documentation.
Just curious, thanks!