distributionChannel property
How and to whom the package is made available.
The value publicGoogleHosted means that the package is available through the Play store and not restricted to a specific enterprise. The value privateGoogleHosted means that the package is a private app (restricted to an enterprise) but hosted by Google. The value privateSelfHosted means that the package is a private app (restricted to an enterprise) and is privately hosted. Possible string values are:
- "publicGoogleHosted"
- "privateGoogleHosted"
- "privateSelfHosted"
Implementation
core.String? distributionChannel;