Type Function Return value String Revision Release 2024.3703 Keywords ads, advertising, Vungle See also vungle-v4.*
Returns the plugin and underlying SDK version numbers as a string.
vungle-v4.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() )