public static interface RemoteFile.Thumbnail
MessageClient.downloadThumbnail(com.ciscowebex.androidsdk.message.RemoteFile, java.io.File, com.ciscowebex.androidsdk.message.MessageClient.ProgressHandler, com.ciscowebex.androidsdk.CompletionHandler<android.net.Uri>)
.Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Returns the height of the thumbnail.
|
java.lang.String |
getMimeType()
Returns the MIME type of the thumbnail.
|
java.lang.String |
getUrl()
Deprecated.
|
int |
getWidth()
Returns the width of the thumbnail.
|
void |
setHeight(int height)
Deprecated.
|
void |
setMimeType(java.lang.String mimeType)
Deprecated.
|
void |
setUrl(java.lang.String url)
Deprecated.
|
void |
setWidth(int width)
Deprecated.
|
int getWidth()
int getHeight()
java.lang.String getMimeType()
@Deprecated java.lang.String getUrl()
@Deprecated void setUrl(java.lang.String url)
@Deprecated void setWidth(int width)
@Deprecated void setMimeType(java.lang.String mimeType)
@Deprecated void setHeight(int height)