CallToAction

actual open override fun CallToAction(modifier: Modifier, content: () -> Unit)
expect open override fun CallToAction(modifier: Modifier, content: @Composable () -> Unit)
actual open override fun CallToAction(modifier: Modifier, content: () -> Unit)

The call to action view for the native ad.

Parameters

modifier

The modifier to be applied to the call to action view.

content

The content of the call to action view.