public interface RemoteFile
MessageClient.downloadFile(com.ciscowebex.androidsdk.message.RemoteFile, java.io.File, com.ciscowebex.androidsdk.message.MessageClient.ProgressHandler, com.ciscowebex.androidsdk.CompletionHandler<android.net.Uri>)
.Modifier and Type | Interface and Description |
---|---|
static interface |
RemoteFile.Thumbnail
A data type represents a thumbnail file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the display name of this remote file.
|
java.lang.String |
getMimeType()
Returns the MIME type of this remote file.
|
long |
getSize()
Returns the size in bytes of this remote file.
|
RemoteFile.Thumbnail |
getThumbnail()
Returns the thumbnail of this remote file.
|
java.lang.String |
getUrl()
Deprecated.
|
void |
setDisplayName(java.lang.String displayName)
Deprecated.
|
void |
setMimeType(java.lang.String mimeType)
Deprecated.
|
void |
setSize(java.lang.Long size)
Deprecated.
|
void |
setThumbnail(RemoteFile.Thumbnail thumbnail)
Deprecated.
|
void |
setUrl(java.lang.String url)
Deprecated.
|
java.lang.String getDisplayName()
long getSize()
java.lang.String getMimeType()
RemoteFile.Thumbnail getThumbnail()
@Deprecated void setDisplayName(java.lang.String displayName)
displayName
- the display name of this remote file.@Deprecated void setSize(java.lang.Long size)
size
- the size of the file@Deprecated void setMimeType(java.lang.String mimeType)
mimeType
- the MIME type string@Deprecated java.lang.String getUrl()
@Deprecated void setUrl(java.lang.String url)
url
- the URL string of this remote file.@Deprecated void setThumbnail(RemoteFile.Thumbnail thumbnail)
thumbnail
- The thumbnail of this remote file.