Type Function Return value String Revision Release 2024.3703 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() )