kotlin-phoenix
1.0.4
common
kotlinphoenix-client
/
io.github.ajacquierbret.kotlinphoenix.client
/
SocketEvent
/
MessageEvent
Message
Event
common
data
class
MessageEvent
(
text
:
Message
)
:
SocketEvent
Content copied to clipboard
Called each time the Transport receives a message
Constructors
Properties
Constructors
Message
Event
Link copied to clipboard
common
fun
MessageEvent
(
text
:
Message
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard
text
Link copied to clipboard
common
val
text
:
Message
Content copied to clipboard