Package | Description |
---|---|
com.ciscowebex.androidsdk.message |
Modifier and Type | Method and Description |
---|---|
LocalFile.Thumbnail |
LocalFile.getThumbnail()
Return the thumbnail for the local file.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalFile.setThumbnail(LocalFile.Thumbnail thumbnail)
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 . |