vungle.showCacheFiles()

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

Overview

Writes the list of files in the Vungle cache to the log. This feature is only available for iOS.

Syntax

vungle.showCacheFiles()

Example

local ads = require( "ads" )

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

-- Writes the list of files in the Vungle cache to the log
ads.showCacheFiles()