distributionChannel property

String? distributionChannel
getter/setter pair

How and to whom the package is made available. Possible string values are:

  • "DISTRIBUTION_CHANNEL_UNSPECIFIED" : Unspecified.
  • "PUBLIC_GOOGLE_HOSTED" : Package is available through the Play store and not restricted to a specific enterprise.
  • "PRIVATE_GOOGLE_HOSTED" : Package is a private app (restricted to an enterprise) but hosted by Google.
  • "PRIVATE_SELF_HOSTED" : Private app (restricted to an enterprise) and is privately hosted.

Implementation

core.String? distributionChannel;