vungle-v4.showCacheFiles()

Type Function
Return value none
Revision Release 2024.3703
Keywords ads, advertising, vungle
See also vungle-v4.*

Overview

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

Syntax

vungle-v4.showCacheFiles()

Example

local ads = require( "ads" )

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

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