Type Function Return value String Revision 2017.3060 Keywords ads, advertising, Appnext, getApiVersion See also appnext.*
Returns the OS-specific SDK version.
appnext.getApiVersion()
local appnext = require( "plugin.appnext" ) local platform = system.getInfo( "platformName" ) print( "Appnext SDK version for " .. platform .. " is: " .. appnext.getApiVersion() )