isMedium method

bool isMedium()

Check if is a medium device

Implementation

bool isMedium(){
  return this.medium.isPortraitLandscape();
}