com.esri.android.map.popup.AttachmentView |
![]() |
Interface to be implemented by attachment views.
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.
|
Adds an attachment.
uri | the uri of the attachment to be added |
---|
Returns the added attachments
List
of added files
Returns the ID's of the deleted attachments.
List
of ID's of the deleted attachments