Package io.getstream.chat.android.models
Class LinkPreview
-
- All Implemented Interfaces:
@Immutable() public final class LinkPreviewA data class that represents a link preview.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLinkPreview.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringoriginUrlprivate final Attachmentattachmentpublic final static LinkPreview.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description LinkPreview(String originUrl, Attachment attachment)
-
Method Summary
Modifier and Type Method Description final StringgetOriginUrl()The original URL of the link. final AttachmentgetAttachment()The attachment that represents the link preview. -
-
Constructor Detail
-
LinkPreview
LinkPreview(String originUrl, Attachment attachment)
-
-
Method Detail
-
getOriginUrl
final String getOriginUrl()
The original URL of the link.
-
getAttachment
final Attachment getAttachment()
The attachment that represents the link preview.
-
-
-
-