mediumRectangle function
Implementation
bool mediumRectangle(String adSize) {
AdType adType = getAdTypeBySize(adSize);
if (adType == AdType.mediumRectangle) {
Log("").i('mediumRectangle');
return true;
} else {
Log("").i('not mediumRectangle');
return false;
}
}