matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.util
/
TextContent
Text
Content
data
class
TextContent
(
val
text
:
String
,
val
formattedText
:
String
?
=
null
)
Content copied to clipboard
Contains a text and eventually a formatted text.
Constructors
Functions
Properties
Constructors
Text
Content
Link copied to clipboard
fun
TextContent
(
text
:
String
,
formattedText
:
String
?
=
null
)
Content copied to clipboard
Functions
take
Formatted
Link copied to clipboard
fun
takeFormatted
(
)
:
String
Content copied to clipboard
Properties
formatted
Text
Link copied to clipboard
val
formattedText
:
String
?
=
null
Content copied to clipboard
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard