Ignite Tools
Public Member Functions
<AvatarDownloadDelegate> Protocol Reference

Receive callbacks on AvatarDownload completion. More...

#import <AvatarDownload.h>

Inheritance diagram for <AvatarDownloadDelegate>:
PresenterDetailViewController PresenterTableViewController SparkDetailViewController

List of all members.

Public Member Functions

(void) - downloadDidFinishDownloading:
 The download is finished.
(void) - download:didFailWithError:
 The download failed.

Detailed Description

Receive callbacks on AvatarDownload completion.


Member Function Documentation

- (void) download: (AvatarDownload *)  download
didFailWithError: (NSError *)  error 
[optional]

The download failed.

Parameters:
downloadThe AvatarDownload object.
errorThe error containing failure information.
- (void) downloadDidFinishDownloading: (AvatarDownload *)  download

The download is finished.

Parameters:
downloadThe AvatarDownload object.

The documentation for this protocol was generated from the following file:
 All Classes Functions Properties