variantNumber property

int? variantNumber
getter/setter pair

Number of the variant, starting at 0 (unless overridden).

A device will receive APKs from the first variant that matches the device configuration, with higher variant numbers having priority over lower variant numbers.

Implementation

core.int? variantNumber;