StarRating

@Composable
actual open override fun StarRating(modifier: Modifier, content: () -> Unit)
@Composable
expect open override fun StarRating(modifier: Modifier, content: @Composable () -> Unit)
@Composable
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.