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.util.Vector<java.lang.String> |
getClickTrackingUrls() |
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.util.List<Extension> |
getExtensions() |
java.lang.String |
getImageUrl()
return the value of property imageUrl.
|
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.
|
java.lang.String |
getSci()
return the value of property sci.
|
java.lang.String |
getSessionId()
Return the value of property sessionId.
|
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 |
setSci(java.lang.String sci)
sets the value of property sci.
|
void |
setSessionId(java.lang.String sessionId)
sets the value of property sessionId.
|
void |
setStatus(BannerStatus bannerStatus)
return the value of property status.
|
BannerStatus getStatus()
void setStatus(BannerStatus bannerStatus)
java.lang.String getSci()
void setSci(java.lang.String sci)
java.lang.String getSessionId()
void setSessionId(java.lang.String sessionId)
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 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)
context
- The current Context
java.util.List<Extension> getExtensions()
java.util.Vector<java.lang.String> getClickTrackingUrls()