kalium
Toggle table of contents
034c4e0
common
Platform filter
common
Switch theme
Search in API
kalium
logic
/
com.wire.kalium.logic.feature.message.linkpreview
/
LinkPreviewTarget
Link
Preview
Target
data
class
LinkPreviewTarget
(
val
url
:
String
,
val
position
:
Int
)
Represents the detected preview target within the original message text.
Members
Constructors
Link
Preview
Target
Link copied to clipboard
constructor
(
url
:
String
,
position
:
Int
)
Properties
position
Link copied to clipboard
val
position
:
Int
url
Link copied to clipboard
val
url
:
String