Skip navigation links
A B C D G L O S T V 

A

adDimension - Variable in enum com.smaato.sdk.banner.ad.BannerAdSize
 
AutoReloadInterval - Enum in com.smaato.sdk.banner.ad

B

BannerAdSize - Enum in com.smaato.sdk.banner.ad
BannerError - Enum in com.smaato.sdk.banner.widget
 
BannerView - Class in com.smaato.sdk.banner.widget
 
BannerView(Context) - Constructor for class com.smaato.sdk.banner.widget.BannerView
 
BannerView(Context, AttributeSet) - Constructor for class com.smaato.sdk.banner.widget.BannerView
 
BannerView(Context, AttributeSet, int) - Constructor for class com.smaato.sdk.banner.widget.BannerView
 
BannerView(Context, AttributeSet, int, int) - Constructor for class com.smaato.sdk.banner.widget.BannerView
 
BannerView.EventListener - Interface in com.smaato.sdk.banner.widget
A listener for events describing the advertisement lifecycle.

C

com.smaato.sdk.banner.ad - package com.smaato.sdk.banner.ad
 
com.smaato.sdk.banner.widget - package com.smaato.sdk.banner.widget
 

D

destroy() - Method in class com.smaato.sdk.banner.widget.BannerView
This method is used to properly release internal resources of SDK.

G

getAdSpaceId() - Method in class com.smaato.sdk.banner.widget.BannerView
 
getAutoReloadInterval() - Method in class com.smaato.sdk.banner.widget.BannerView
 
getBannerAdSize() - Method in class com.smaato.sdk.banner.widget.BannerView
 
getCreativeId() - Method in class com.smaato.sdk.banner.widget.BannerView
 
getKeyValuePairs() - Method in class com.smaato.sdk.banner.widget.BannerView
 
getSeconds() - Method in enum com.smaato.sdk.banner.ad.AutoReloadInterval
 
getSessionId() - Method in class com.smaato.sdk.banner.widget.BannerView
Session ID is only available after the ad has been received successfully.

L

loadAd(String, BannerAdSize) - Method in class com.smaato.sdk.banner.widget.BannerView
Requests new Ad.
loadAd(String, BannerAdSize, AdRequestParams) - Method in class com.smaato.sdk.banner.widget.BannerView
Requests new Ad.

O

onAdClicked(BannerView) - Method in interface com.smaato.sdk.banner.widget.BannerView.EventListener
This method will be invoked when a click event is registered for an advertisement.
onAdFailedToLoad(BannerView, BannerError) - Method in interface com.smaato.sdk.banner.widget.BannerView.EventListener
This method will be invoked when an advertisement request is failed.
onAdImpression(BannerView) - Method in interface com.smaato.sdk.banner.widget.BannerView.EventListener
This method will be invoked when an impression occurred.
onAdLoaded(BannerView) - Method in interface com.smaato.sdk.banner.widget.BannerView.EventListener
This method will be invoked when an advertisement is successfully received.
onAdTTLExpired(BannerView) - Method in interface com.smaato.sdk.banner.widget.BannerView.EventListener
This method will be invoked on when an advertisement's TTL(time to live) is expired.
onWindowFocusChanged(boolean) - Method in class com.smaato.sdk.banner.widget.BannerView
 

S

setAutoReloadInterval(AutoReloadInterval) - Method in class com.smaato.sdk.banner.widget.BannerView
Sets specified interval between reloads.
setEventListener(BannerView.EventListener) - Method in class com.smaato.sdk.banner.widget.BannerView
Register listener for receiving events of advertisement lifecycle.
setKeyValuePairs(KeyValuePairs) - Method in class com.smaato.sdk.banner.widget.BannerView
Sets an KeyValuePairs object to target more specific ads.
setMediationAdapterVersion(String) - Method in class com.smaato.sdk.banner.widget.BannerView
Used for mediation adapter Should be called before `loadAd`
setMediationNetworkName(String) - Method in class com.smaato.sdk.banner.widget.BannerView
Used for mediation adapter Should be called before `loadAd`
setMediationNetworkSDKVersion(String) - Method in class com.smaato.sdk.banner.widget.BannerView
Used for mediation adapter Should be called before `loadAd`
setObjectExtras(Map<String, Object>) - Method in class com.smaato.sdk.banner.widget.BannerView
objectExtras map will be passed to client side mediation adapters Should be called before `loadAd`

T

toString() - Method in enum com.smaato.sdk.banner.widget.BannerError
 

V

valueOf(String) - Static method in enum com.smaato.sdk.banner.ad.AutoReloadInterval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smaato.sdk.banner.ad.BannerAdSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smaato.sdk.banner.widget.BannerError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smaato.sdk.banner.ad.AutoReloadInterval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smaato.sdk.banner.ad.BannerAdSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smaato.sdk.banner.widget.BannerError
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G L O S T V 
Skip navigation links