Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.link
/
TextSegment
Text
Segment
sealed
class
TextSegment
Represents a segment of text that can be either plain text or a clickable link.
Inheritors
Text
Link
Members
Types
Link
Link copied to clipboard
data
class
Link
(
val
text
:
String
,
val
url
:
String
)
:
TextSegment
Text
Link copied to clipboard
data
class
Text
(
val
content
:
String
)
:
TextSegment