StarRating

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

The star rating view for the native ad.

Parameters

modifier

The modifier to be applied to the star rating view.

content

The content of the star rating view.