public interface AppLovinAd
| Modifier and Type | Method and Description |
|---|---|
long |
getAdIdNumber()
Represents a unique ID for the current ad.
|
java.lang.String |
getAdValue(java.lang.String key)
Get an arbitrary ad value for a given key.
|
AppLovinAdSize |
getSize()
Get size of the ad to display.
|
AppLovinAdType |
getType()
Get the ad type of the current ad.
|
java.lang.String |
getZoneId()
The zone identifier for the ad, if any.
|
boolean |
isVideoAd()
Check whether this is a video ad.
|
long getAdIdNumber()
AppLovinAdSize getSize()
java.lang.String getZoneId()
boolean isVideoAd()
AppLovinAdType getType()
java.lang.String getAdValue(java.lang.String key)