Enum DeliveryType
- Namespace
- TAssetBundle.Plugin.PlayAssetDelivery
- Assembly
- TAssetBundle.Plugin.PlayAssetDelivery.dll
Delivery type for Play Asset Delivery. Determines how asset packs are delivered to the device.
public enum DeliveryType
Fields
FastFollow = 2Downloaded automatically after install completes.
InstallTime = 1Installed with the app. No additional download needed.
None = 0Not using Play Asset Delivery.
OnDemand = 3Downloaded only when the app explicitly requests it.