blocked method

bool blocked()

Implementation

bool blocked() {
  return belowMinAppVersion() || _isCriticalUpdate;
}