---
title: "downloadOfAssetPackBegan:"
framework: backgroundassets
role: symbol
role_heading: Instance Method
path: "backgroundassets/bamanagedassetpackdownloaddelegate/downloadofassetpackbegan:"
---

# downloadOfAssetPackBegan:

Notifies the receiver that the download began or resumed after being paused.

## Declaration

```occ
- (void) downloadOfAssetPackBegan:(BAAssetPack *) assetPack;
```

## Parameters

- `assetPack`: The asset pack.

## See Also

### Tracking downloads

- [downloadOfAssetPack:hasProgress:](backgroundassets/bamanagedassetpackdownloaddelegate/downloadofassetpack:hasprogress:.md)
- [downloadOfAssetPackPaused:](backgroundassets/bamanagedassetpackdownloaddelegate/downloadofassetpackpaused:.md)
- [downloadOfAssetPackFinished:](backgroundassets/bamanagedassetpackdownloaddelegate/downloadofassetpackfinished:.md)
- [downloadOfAssetPack:failedWithError:](backgroundassets/bamanagedassetpackdownloaddelegate/downloadofassetpack:failedwitherror:.md)
