uploadedVersionCodes property

List<int> uploadedVersionCodes
final

Every bundle Play has ever accepted for this package, by versionCode.

A bundle can be uploaded and assigned to no track, so this is a longer list than the tracks account for and is the evidence that an upload arrived at all.

Implementation

final List<int> uploadedVersionCodes;