kalium
Toggle table of contents
5755e1b
common
Platform filter
common
Switch theme
Search in API
kalium
logic
/
com.wire.kalium.logic.data.message.linkpreview
/
UrlDetector
/
UrlMatch
Url
Match
data
class
UrlMatch
(
val
url
:
String
,
val
start
:
Int
,
val
end
:
Int
)
Members
Constructors
Url
Match
Link copied to clipboard
constructor
(
url
:
String
,
start
:
Int
,
end
:
Int
)
Properties
end
Link copied to clipboard
val
end
:
Int
start
Link copied to clipboard
val
start
:
Int
url
Link copied to clipboard
val
url
:
String