UploadedFileInfo

Represents a file to be shipped in a MultipleFilesMessage.

If you pass url to UploadableFileInfo, the file is not upload to sendbird server. The url keeps as it is, and it will be set as UploadedFileInfo.url.

Since

4.9.0

See also

Properties

Link copied to clipboard

Represents the name of the file.

Link copied to clipboard

Represents the size of the file.

Link copied to clipboard

Represents the type of the file. MIME preferred.

Link copied to clipboard

The plain file URL, which does not contain SendbirdChat.eKey as a parameter. If the file encryption feature is enabled, accessing this plainUrl will be denied.

Link copied to clipboard

Represents the thumbnail information of image file.

Link copied to clipboard
val url: String

The file URL. If the file encryption feature is enabled, this will have SendbirdChat.eKey combined with the plainUrl so the file can be accessed. For caching the file, it is recommended to use plainUrl as the key of the file cache.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int