accessibleTrackIds property

List<String>? accessibleTrackIds
getter/setter pair

List of the app’s track IDs that a device belonging to the enterprise can access.

If the list contains multiple track IDs, devices receive the latest version among all accessible tracks. If the list contains no track IDs, devices only have access to the app’s production track. More details about each track are available in AppTrackInfo.

Implementation

core.List<core.String>? accessibleTrackIds;