Initialize

@MainThread
@Composable
@RequiresPermission(value = "android.permission.INTERNET")
actual fun Initialize()

Initializes the Mobile Ads SDK.

@MainThread
@Composable
expect fun Initialize()

Initializes the Mobile Ads SDK. This method should be called on the main thread as early as possible, ideally on app launch.

@MainThread
@Composable
actual fun Initialize()