ALAssetDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | ALAssetDelegate.h |
– assetUpdateAvailable:
required method
Callback for checking whether new updates are available
- (void)assetUpdateAvailable:(BOOL)updateAvailableParameters
updateAvailable |
Returns status whether updates are available |
|---|
Declared In
ALAssetDelegate.h
– assetDownloadProgressWithAssetName:progress:
required method
Callback which gives a progress of the asset downlaod
- (void)assetDownloadProgressWithAssetName:(NSString *)assetName progress:(float)progressParameters
assetName |
Name of the asset downloaded |
|---|---|
progress |
Progress of the download |
Declared In
ALAssetDelegate.h
– assetUpdateError:
required method
Callback when there was an error downloading the assets
- (void)assetUpdateError:(NSString *)errorParameters
error |
Error message |
|---|
Declared In
ALAssetDelegate.h
– assetUpdateFinished
required method
Callback after finishing downloading assets
- (void)assetUpdateFinishedDeclared In
ALAssetDelegate.h