vungle-v4.getVersionString()

Type Function
Return value String
Revision Release 2024.3703
Keywords ads, advertising, Vungle
See also vungle-v4.*

Overview

Returns the plugin and underlying SDK version numbers as a string.

Syntax

vungle-v4.getVersionString()

Example

local ads = require( "ads" )

ads.init( "vungle", "myAppId" )

-- Outputs a string in the form "1.0.0 (VungleDroid/1.2.2)"
print( ads.getVersionString() )