OpenDebugMenu

@Composable
actual fun OpenDebugMenu(adUnitId: String)

Opens the ad inspector.

Parameters

context

A platform-specific context. For Android, this must be an Activity. For iOS, this parameter is not used and can be null.

adUnitId

The ad unit ID to use.

@Composable
expect fun OpenDebugMenu(adUnitId: String)

Opens the ad inspector, which allows for testing ad configurations and troubleshooting ad delivery.

Parameters

context

A platform-specific context. For Android, this must be an Activity. For iOS, this parameter is not used and can be null.

adUnitId

The ad unit ID to use for the ad inspector.

@Composable
actual fun OpenDebugMenu(adUnitId: String)