Table of Contents

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 = 2

Downloaded automatically after install completes.

InstallTime = 1

Installed with the app. No additional download needed.

None = 0

Not using Play Asset Delivery.

OnDemand = 3

Downloaded only when the app explicitly requests it.