# AndroidAssetPackInfo

> Represents the download progress of a single Android asset pack.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Android](/engine/6000.5/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public class AndroidAssetPackInfo
```

## Remarks

The download progress is received as a callback after AndroidAssetPacks.DownloadAssetPackAsync is called. Additional Resources: [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.5/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md).

## Properties

| Property                                                                                                         | Description                                                                              |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [bytesDownloaded](/engine/6000.5/script-reference/unityengine/android/androidassetpackinfo/bytesdownloaded.md)   | The downloaded size of the Android asset pack in bytes.                                  |
| [error](/engine/6000.5/script-reference/unityengine/android/androidassetpackinfo/error.md)                       | Indicates an error which the device encountered when downloading the Android asset pack. |
| [name](/engine/6000.5/script-reference/unityengine/android/androidassetpackinfo/name.md)                         | The name of the Android asset pack that the device is downloading.                       |
| [size](/engine/6000.5/script-reference/unityengine/android/androidassetpackinfo/size.md)                         | The total size of the Android asset pack in bytes.                                       |
| [status](/engine/6000.5/script-reference/unityengine/android/androidassetpackinfo/status.md)                     | The status of the Android asset pack that the device is downloading.                     |
| [transferProgress](/engine/6000.5/script-reference/unityengine/android/androidassetpackinfo/transferprogress.md) | The transfering progress of the downloaded Android asset pack.                           |
