ALAssetDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | ALAssetDelegate.h |
– assetUpdateAvailable:
required method
Callback for checking whether new updates are available
- (void)assetUpdateAvailable:(BOOL)updateAvailable
Parameters
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)progress
Parameters
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 *)error
Parameters
error |
Error message |
---|
Declared In
ALAssetDelegate.h
– assetUpdateFinished
required method
Callback after finishing downloading assets
- (void)assetUpdateFinished
Declared In
ALAssetDelegate.h