Type function Return value String Revision 2017.3060 Keywords ads, advertising, vungle See also vungle.*
Returns the plugin and underlying SDK version numbers as a string.
vungle.getVersionString()
local ads = require( "ads" ) ads.init( "vungle", "myAppId" ) -- Outputs a string in the form "1.0.0 (VungleDroid/1.2.2)" print( ads.getVersionString() )