autoSelect

actual fun autoSelect(androidAdSize: AdSize, iosAdSize: AdSize): AdSize

Selects the appropriate ad size for the current platform.

Return

The selected ad size.

Parameters

androidAdSize

The ad size for Android.

iosAdSize

The ad size for iOS.

expect fun autoSelect(androidAdSize: AdSize, iosAdSize: AdSize): AdSize

Provides the appropriate AdSize based on the platform.

Return

The ad size for the current platform.

Parameters

androidAdSize

The Android implemented AdSize.

iosAdSize

The iOS implemented AdSize.

actual fun autoSelect(androidAdSize: AdSize, iosAdSize: AdSize): AdSize