NativeAdView

fun NativeAdView(nativeAd: NativeAdData, modifier: Modifier = Modifier, content: @Composable NativeAdScope.(NativeAdData) -> Unit)

This is the Compose wrapper for a NativeAdView.

Parameters

modifier

The modifier to apply to the native ad.

content

A composable function that defines the rest of the native ad view's elements, as well as the NativeAd object containing the ad assets to be displayed in this view.