On this page
Banner in Splash
Here is an example of what a banner ad in splash looks like:
|
|---|
| Banner Format |
To load an ad banner in splash screen , call the IkmWidgetAdView loadSAWAd() method and pass in an IKShowWidgetAdListener to receive the loaded ad or any possible errors.
fun loadSAWAd(listener: IKShowWidgetAdListener?)
Parameters:
-
listener:
IKShowWidgetAdListenerinterface has three main callback events:-
onAdShowed() -
onAdShowFail(error: IKAdError) -
onAdClick()(optional implementation)
-