Package-level declarations

Contains the Jetpack Compose specific extensions for the AdSDK.

Types

Link copied to clipboard

Interface for creating custom renderers with Jetpack Compose.

Functions

Link copied to clipboard
fun Ad(advertisement: Advertisement, modifier: Modifier = Modifier)

Composable used to display the AdPlacementType.INLINE ad.

Link copied to clipboard
suspend fun AdService.configure(networkId: String, context: Context, timeoutAfterSeconds: UInt? = null, cacheSizeInMb: UShort? = null, cachePath: String? = null): AdResult<Unit>

Configure AdService with the passed parameters.

Link copied to clipboard
fun Interstitial(state: AdInterstitialState, modifier: Modifier = Modifier)

Composable used to display the AdPlacementType.INTERSTITIAL ad.