public interface ReceivedBannerInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdText()
return the value of property adText.
|
AdType |
getAdType()
return the value of property adType.
|
java.util.List<java.lang.String> |
getBeacons()
return the value of property beacons.
|
java.lang.String |
getClickUrl()
return the value of property clickUrl.
|
CSMAdFormat |
getCSMAdFormat()
return the value of property CSMAdFormat.
|
ErrorCode |
getErrorCode()
return the value of property errorCode.
|
java.lang.String |
getErrorMessage()
return the value of property errorMessage.
|
java.lang.String |
getImageUrl()
return the value of property imageUrl.
|
java.lang.String |
getMediaFile()
return the value of property mediaFile.
|
java.util.TreeMap<java.lang.Integer,MediationNetworkInfo> |
getMediationNetworkInfo()
The ordered MediationNetwork ad Map.
|
BannerNativeAd |
getNativeAd()
The native ad object.
|
java.lang.String |
getPassbackUrl()
The Passback URL String.
|
java.lang.String |
getRichMediaData()
return the value of property richMediaData.
|
BannerStatus |
getStatus()
return the value of property status.
|
VASTAd |
getVastAd()
The vast object.
|
boolean |
isMediationSuccess()
return the value of IsMediationSuccess.
|
void |
openLandingPage(Context context)
Opens the landing page for the current banner.
|
void |
setAdType(AdType adType) |
void |
setCSMAdFormat(CSMAdFormat csmAdFormat) |
void |
setErrorCode(ErrorCode errorCode)
sets the value of property errorCode in Mediation
|
void |
setIsMediationSuccess(boolean isMediationSuccess)
set the value of IsMediationSuccess.
|
void |
setNativeAd(BannerNativeAd mBannerNativeAd)
set the CSM Native values.
|
void |
setNetworkInfoMap(java.util.TreeMap<java.lang.Integer,MediationNetworkInfo> mediationNetworkInfoTreeMap)
The ordered MediationNetwork ad Map.
|
void |
setPassbackUrl(java.lang.String passbackURL)
The Passback URL String.
|
void |
setStatus(BannerStatus bannerStatus)
return the value of property status.
|
BannerStatus getStatus()
void setStatus(BannerStatus bannerStatus)
void setIsMediationSuccess(boolean isMediationSuccess)
boolean isMediationSuccess()
CSMAdFormat getCSMAdFormat()
void setCSMAdFormat(CSMAdFormat csmAdFormat)
AdType getAdType()
void setAdType(AdType adType)
java.lang.String getRichMediaData()
java.lang.String getClickUrl()
java.util.List<java.lang.String> getBeacons()
java.lang.String getMediaFile()
java.lang.String getAdText()
java.lang.String getImageUrl()
ErrorCode getErrorCode()
void setErrorCode(ErrorCode errorCode)
java.lang.String getErrorMessage()
VASTAd getVastAd()
BannerNativeAd getNativeAd()
void setNativeAd(BannerNativeAd mBannerNativeAd)
java.lang.String getPassbackUrl()
void setPassbackUrl(java.lang.String passbackURL)
java.util.TreeMap<java.lang.Integer,MediationNetworkInfo> getMediationNetworkInfo()
void setNetworkInfoMap(java.util.TreeMap<java.lang.Integer,MediationNetworkInfo> mediationNetworkInfoTreeMap)
void openLandingPage(Context context) throws OpeningLandingPageFailed
context
- The current Context
OpeningLandingPageFailed