RemoteFile

interface RemoteFile

A data type represents a remote file on the Cisco Webex.

Since

1.4.0

Types

Link copied to clipboard
interface Thumbnail

A data type represents a thumbnail file. The thumbnail typically is an image file which provides preview of the remote file without downloading. The content of the thumbnail can be downloaded via MessageClient.downloadThumbnail.

Functions

Link copied to clipboard
abstract fun getContentIndex(): Int?

An index for the attachment file of message object

Link copied to clipboard
abstract fun getConversationId(): String?

A unique identifier for conversation for the given space

Link copied to clipboard
abstract fun getDisplayName(): String?

Returns the display name of this remote file.

Link copied to clipboard
abstract fun getMessageId(): String?

A unique identifier for the given message

Link copied to clipboard
abstract fun getMimeType(): String?

Returns the MIME type of this remote file.

Link copied to clipboard
abstract fun getSize(): Long

Returns the size in bytes of this remote file.

Link copied to clipboard
abstract fun getThumbnail(): RemoteFile.Thumbnail?

Returns the thumbnail of this remote file.

Link copied to clipboard
abstract fun getUrl(): String?

Returns the URL string for this remote file.