public interface

AttachmentView

com.esri.android.map.popup.AttachmentView
Known Indirect Subclasses

Class Overview

Interface to be implemented by attachment views.

Summary

Public Methods
abstract void addAttachment(Uri uri)
Adds an attachment.
abstract List<File> getAddedAttachments()
Returns the added attachments
abstract List<Integer> getDeletedAttachmentIDs()
Returns the ID's of the deleted attachments.

Public Methods

public abstract void addAttachment (Uri uri)

Adds an attachment.

Parameters
uri the uri of the attachment to be added

public abstract List<File> getAddedAttachments ()

Returns the added attachments

Returns
  • a List of added files

public abstract List<Integer> getDeletedAttachmentIDs ()

Returns the ID's of the deleted attachments.

Returns
  • a List of ID's of the deleted attachments