SASAdAdapterCustomizationFactories

data class SASAdAdapterCustomizationFactories(val nativeAdViewBinderFactory: (SASNativeAdAssets) -> SASNativeAdViewBinder?? = null)

Simple model regrouping all possibly needed factories that must be run during the SASAdAdapter's loading phase.

Constructors

Link copied to clipboard
constructor(nativeAdViewBinderFactory: (SASNativeAdAssets) -> SASNativeAdViewBinder?? = null)

Properties