maxPriority property

int? maxPriority
final

When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>. This field is exclusive with rule.priority.

Implementation

final int? maxPriority;