Uikit File Message
Represents the interface for a file message in the Sendbird Compose Uikit.
Since
1.0.0-beta.1
See also
Inheritors
Properties
Returns whether the file message is a file, checked by the UikitFileMessage.type. Anything other than an image or a video is considered as a file.
Returns whether the file message is an image, checked by the UikitFileMessage.type. 'svg' type is not considered as an image.
Returns whether the file message is a video, checked by the UikitFileMessage.type.
Returns the cache key for the original image.
Returns the cache key for the thumbnail image.
Functions
Returns the display message for the file message.
Returns the icon for the file message which are not images or videos.
Returns the file name for the file message or the default file name if the message is empty.
Returns the original MediaInfo for the file message.
Returns the thumbnail MediaInfo for the file message.