public class AdInfo
Container for base Ad information
AdInfo(String adUnitId, AdSize adSize)
String
getAdUnitId()
AdSize
getAdSize()
toString()
boolean
equals(Object o)
int
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() String getAdUnitId()
Getter for Ad's adUnitId
@Nullable() AdSize getAdSize()
Getter for AdSize of current Ad
@NonNull() String toString()
boolean equals(Object o)
int hashCode()