Package | Description |
---|---|
com.ciscowebex.androidsdk.message |
Modifier and Type | Method and Description |
---|---|
java.util.List<RemoteFile> |
Message.getFiles()
Return a list of files attached to this message.
|
java.util.List<RemoteFile> |
MessageObserver.MessageFileThumbnailsUpdated.getFiles()
Return the updated file(s) list.
|
java.util.List<RemoteFile> |
Message.getRemoteFiles()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageClient.downloadFile(RemoteFile remoteFile,
java.io.File path,
MessageClient.ProgressHandler progressHandler,
CompletionHandler<android.net.Uri> completionHandler)
Downloads a file attachement asynchronously.
|
void |
MessageClient.downloadThumbnail(RemoteFile remoteFile,
java.io.File path,
MessageClient.ProgressHandler progressHandler,
CompletionHandler<android.net.Uri> completionHandler)
Downloads the thumbnail (preview image) of a file attachment asynchronously.
|