Table of Contents

Enum PackDownloadStatus

Namespace
TAssetBundle.Plugin.PlayAssetDelivery
Assembly
TAssetBundle.Plugin.PlayAssetDelivery.dll

PAD asset pack download status. Mirrors UnityEngine.Android.AndroidAssetPackStatus but is kept platform-agnostic so subscribers compile on every target (iOS, WebGL, etc.). Conversion from the Unity-provided status happens inside the Android-only provider.

public enum PackDownloadStatus

Fields

Canceled = 6
Completed = 4
Downloading = 2
Failed = 5
NotInstalled = 7
Pending = 1
Transferring = 3
Unknown = 0
WaitingForWifi = 8