Package | Description |
---|---|
com.ciscowebex.androidsdk.message |
Modifier and Type | Method and Description |
---|---|
MessageClient.ProgressHandler |
LocalFile.getProgressHandler()
Returns the
MessageClient.ProgressHandler used when uploading this file. |
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.
|
void |
LocalFile.setProgressHandler(MessageClient.ProgressHandler progressHandler)
Deprecated.
|
Constructor and Description |
---|
LocalFile(java.io.File file,
java.lang.String mime,
LocalFile.Thumbnail thumbnail,
MessageClient.ProgressHandler progressHandler)
Constructs a
LocalFile object out of a local File . |