onBannerLoaded

abstract fun onBannerLoaded(@NonNull mediatedBanner: View)

Notifies the Smart SDK that a Banner ad is loaded, and pass the banner view in parameter to the Smart SDK

Parameters

mediatedBanner

the banner view from the mediation SDK


abstract fun onBannerLoaded(@NonNull mediatedBanner: View, bannerWidth: Int, bannerHeight: Int)

Notifies the Smart SDK that a Banner ad is loaded, and pass the banner view in parameter to the Smart SDK

Parameters

mediatedBanner

the banner view from the mediation SDK

bannerWidth

the width (in device independant pixels) of the received banner

bannerHeight

the height (in device independant pixels) of the received banner