toggle menu
BlendVisionMessageSDK
androidJvm
switch theme
search in API
common
/
com.blendvision.chat.messaging.common.presentation
/
TextMessage
Text
Message
data
class
TextMessage
(
val
text
:
String
,
val
filtered
:
Boolean
)
:
Parcelable
Represents a text message.
Members
Constructors
Text
Message
Link copied to clipboard
constructor
(
text
:
String
,
filtered
:
Boolean
)
Properties
filtered
Link copied to clipboard
@
SerializedName
(
value
=
"filtered"
)
val
filtered
:
Boolean
Indicates if the message has been filtered.
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
val
text
:
String
Text content of the message.
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)