Package com.my.target.common
Class BaseAd
java.lang.Object
com.my.target.common.BaseAd
- Direct Known Subclasses:
BaseInterstitialAd,InstreamAd,InstreamAudioAd,InstreamResearch,NativeAd,NativeAdLoader,NativeAppwallAd,NativeBannerAd,NativeBannerAdLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEach Ad object contains custom params.protected booleanvoidsetAdNetworkConfig(String networkName, AdNetworkConfig adNetworkConfig) Additional parameters for mediation
-
Constructor Details
-
BaseAd
-
-
Method Details
-
getCustomParams
Each Ad object contains custom params. Information from CustomParams will be added to the Ad request- Returns:
- customParams object
- See Also:
-
setAdNetworkConfig
Additional parameters for mediation- Parameters:
networkName- a name of ad networkadNetworkConfig- an instance of AdNetworkConfig
-
isLoadCalled
protected boolean isLoadCalled()
-