track property

String track
final

Distribution track for the application release.

Determines which user group receives the release:

  • production - All users (public release)
  • beta - Beta testing users
  • alpha - Alpha testing users
  • internal - Internal testing team only

Default: "production"

Implementation

final String track;