unregisterRenderer

abstract suspend fun unregisterRenderer(name: String)

Unregisters the custom ad renderer.

You can register your custom AdRenderer type to display advertisements via registerRenderer. This method works in the opposite direction, removing the custom renderer from the list of supported ones.

Parameters

name

The key by which the SDK match the advert with your renderer. It must be the same as the key received from the server.