showAd method

bool showAd()

Implementation

bool showAd() {
  return !isUnlocked && AdUtils.supportAd();
}