minAppVersion property

  1. @TagNumber(11)
int get minAppVersion

The minimum app version that can talk to this device. Phone/PC apps should compare this to their build number and if too low tell the user they must update their app

Implementation

@$pb.TagNumber(11)
$core.int get minAppVersion => $_getIZ(2);
  1. @TagNumber(11)
set minAppVersion (int value)

Implementation

@$pb.TagNumber(11)
set minAppVersion($core.int value) => $_setUnsignedInt32(2, value);