public static interface

AttachmentManager.AttachmentDownloadListener

com.esri.android.map.AttachmentManager.AttachmentDownloadListener

Summary

Public Methods
abstract void onAttachmentDownloadFailed(Exception e)
On attachment download failed.
abstract void onAttachmentDownloaded(File downloadedFile)
On attachment downloaded.
abstract void onAttachmentDownloading()
On attachment downloading.

Public Methods

public abstract void onAttachmentDownloadFailed (Exception e)

On attachment download failed.

Parameters
e the e

public abstract void onAttachmentDownloaded (File downloadedFile)

On attachment downloaded.

Parameters
downloadedFile the downloaded file

public abstract void onAttachmentDownloading ()

On attachment downloading.