vungle.getVersionString()

Type function
Return value String
Revision 2017.3060
Keywords ads, advertising, vungle
See also vungle.*

Overview

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

Syntax

vungle.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() )