Type Function Return value none Revision Release 2024.3703 Keywords ads, advertising, vungle See also vungle-v4.*
Writes the list of files in the Vungle cache to the log. This feature is only available for iOS.
vungle-v4.showCacheFiles()
local ads = require( "ads" ) ads.init( "vungle", "myAppId" ) -- Writes the list of files in the Vungle cache to the log ads.showCacheFiles()