---
title: "downloadOfAssetPackFinished:"
framework: backgroundassets
role: symbol
role_heading: Instance Method
path: "backgroundassets/bamanagedassetpackdownloaddelegate/downloadofassetpackfinished:"
---

# downloadOfAssetPackFinished:

Notifies the receiver that the download completed and that the asset pack is available locally.

## Declaration

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

## Parameters

- `assetPack`: The asset pack.

## See Also

### Tracking downloads

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