playAdTimeSoShort method

bool playAdTimeSoShort()

Implementation

bool playAdTimeSoShort(){
  var count = RiskControlLocalDataUtils.instance.getPlayRewardTimeSoShortCount();
  var value = getAdShortClose()?.value??3;
  return count>=value;
}