pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.logging
/
LogMessageContent
/
Text
Text
jvm
data
class
Text
(
val
message
:
String
)
:
LogMessageContent
Plain string message for text type logs.
Members
Constructors
Text
Link copied to clipboard
jvm
constructor
(
message
:
String
)
Properties
message
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"message"
)
val
message
:
String