AdComposeRenderer

Interface for creating custom renderers with Jetpack Compose.

This interface is inherited from the AdRenderer interface, but is tailored to work with Jetpack Compose.

You should use it when creating custom renderers with Jetpack Compose for display using Ad.

Functions

Link copied to clipboard
abstract suspend fun configure(rendererEventHandler: AdRendererEventHandler, adMetadata: AdMetadata, adResponseBundle: AdResponseBundle): AdResult<Unit>
Link copied to clipboard
abstract fun RenderAd(modifier: Modifier)

Composite presentation of the renderer that should be displayed as part of the Ad.