Skip navigation links
C E G I L O S T V 

C

com.smaato.sdk.interstitial - package com.smaato.sdk.interstitial
 

E

EventListener - Interface in com.smaato.sdk.interstitial
 

G

getAdSpaceId() - Method in class com.smaato.sdk.interstitial.InterstitialAd
Will return adSpaceID value which was set in the Interstitial.loadAd method
getAdSpaceId() - Method in class com.smaato.sdk.interstitial.InterstitialRequestError
 
getCreativeId() - Method in class com.smaato.sdk.interstitial.InterstitialAd
 
getInterstitialError() - Method in class com.smaato.sdk.interstitial.InterstitialRequestError
 
getKeyValuePairs() - Static method in class com.smaato.sdk.interstitial.Interstitial
 
getPublisherId() - Method in class com.smaato.sdk.interstitial.InterstitialRequestError
 
getSessionId() - Method in class com.smaato.sdk.interstitial.InterstitialAd
 

I

Interstitial - Class in com.smaato.sdk.interstitial
 
InterstitialAd - Class in com.smaato.sdk.interstitial
 
InterstitialAd() - Constructor for class com.smaato.sdk.interstitial.InterstitialAd
 
InterstitialError - Enum in com.smaato.sdk.interstitial
 
InterstitialRequestError - Class in com.smaato.sdk.interstitial
 
isAvailableForPresentation() - Method in class com.smaato.sdk.interstitial.InterstitialAd
Check if ad is not expired and can be shown

L

loadAd(String, EventListener) - Static method in class com.smaato.sdk.interstitial.Interstitial
Requests new Interstitial Ad.
loadAd(String, EventListener, AdRequestParams) - Static method in class com.smaato.sdk.interstitial.Interstitial
Requests new Interstitial Ad.

O

onAdClicked(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when user clicked on an ad.
onAdClosed(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when a fullscreen interstitial ad is closed.
onAdError(InterstitialAd, InterstitialError) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when an advertisement failed during loading or showing.
onAdFailedToLoad(InterstitialRequestError) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when an advertisement request is failed.
onAdImpression(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when an impression occurred.
onAdLoaded(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when an advertisement is successfully received.
onAdOpened(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked when a fullscreen interstitial ad is opened.
onAdTTLExpired(InterstitialAd) - Method in interface com.smaato.sdk.interstitial.EventListener
This method will be invoked on when an advertisement's TTL(time to live) is expired.

S

setBackgroundColor(int) - Method in class com.smaato.sdk.interstitial.InterstitialAd
Background color to be used for the presenting Interstitial activity.
setKeyValuePairs(KeyValuePairs) - Static method in class com.smaato.sdk.interstitial.Interstitial
Sets an KeyValuePairs object to target more specific ads.
setMediationAdapterVersion(String) - Static method in class com.smaato.sdk.interstitial.Interstitial
Used for mediation adapter Should be called before `loadAd`
setMediationNetworkName(String) - Static method in class com.smaato.sdk.interstitial.Interstitial
Used for mediation adapter Should be called before `loadAd`
setMediationNetworkSDKVersion(String) - Static method in class com.smaato.sdk.interstitial.Interstitial
Used for mediation adapter Should be called before `loadAd`
setObjectExtras(Map<String, Object>) - Static method in class com.smaato.sdk.interstitial.Interstitial
objectExtras map will be passed to client side mediation adapters Should be called before `loadAd`
showAd(Activity) - Method in class com.smaato.sdk.interstitial.InterstitialAd
Show the interstitial ad.

T

toString() - Method in enum com.smaato.sdk.interstitial.InterstitialError
 

V

valueOf(String) - Static method in enum com.smaato.sdk.interstitial.InterstitialError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smaato.sdk.interstitial.InterstitialError
Returns an array containing the constants of this enum type, in the order they are declared.
C E G I L O S T V 
Skip navigation links