deliveryType property

String? deliveryType
getter/setter pair

Indicates the delivery type for persistent install. Possible string values are:

  • "UNKNOWN_DELIVERY_TYPE" : Unspecified delivery type.
  • "INSTALL_TIME" : This module will always be downloaded as part of the initial install of the app.
  • "ON_DEMAND" : This module is requested on-demand, which means it will not be part of the initial install, and will only be sent when requested by the client.
  • "FAST_FOLLOW" : This module will be downloaded immediately after initial install finishes. The app can be opened before these modules are downloaded.

Implementation

core.String? deliveryType;