SdkPropertiesBuilder

This builder set common option for ad.

You can set a timeout and each provider option (ex. NdaProviderOptions).

Please call this in application level to set an option globally.

See also

Functions

Link copied to clipboard

set some provider options at once.

Link copied to clipboard

set a provider option for each ad provider. Please call this method to enable provider (even though does not have any option).

Link copied to clipboard
fun bannerAdRequestTimeout(bannerAdRequestTimeout: Long): SdkPropertiesBuilder

set a timeout globally for banner ad.

Link copied to clipboard

Constructs a SdkProperties object with the specified attributes.

Link copied to clipboard
fun interstitialAdRequestTimeout(interstitialAdRequestTimeout: Long): SdkPropertiesBuilder

For now, NAM sdk does not suppport interstitial ad officially.

Link copied to clipboard
Link copied to clipboard
fun rewardedAdRequestTimeout(rewardedAdRequestTimeout: Long): SdkPropertiesBuilder

For now, NAM sdk does not support rewarded ad officially.

Link copied to clipboard
fun unifiedAdRequestTimeout(unifiedAdRequestTimeout: Long): SdkPropertiesBuilder

set a timeout globally for unified ad (banner, native, native simaple)

Link copied to clipboard
fun videoAdRequestTimeout(videoAdRequestTimeout: Long): SdkPropertiesBuilder

For now, NAM sdk does not support video ad officially.