applovinMax.showDebugger()

Type Function
Return value Boolean
Revision Release 2024.3703
Keywords ads, advertising, AppLovin, showDebugger, AppLovin Max
See also applovinMax.show()
applovinMax.*

Overview

Will show a pop up on iOS and Android that show mediation integration, SDK versions, load test ads, and more info about your AppLovin Setup.

Syntax

applovinMax.showDebugger()

Example

local applovinMax = require( "plugin.applovinMax" )

-- Initialize the AppLovin plugin
applovinMax.init( adListener )

-- After Init, show the debugger pop up
applovinMax.showDebugger()