Ad

fun Ad(adState: AdState, modifier: Modifier = Modifier)

Main Ad composable used to display the ad with provided adState.

Parameters

adState

AdState initialized by using rememberAdState methods

modifier

Modifier for changing the appearance of the Ad.